Redis

How To Install and Configure Redis on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure Redis on Ubuntu 16.04

Redis is an in-memory, key-value store known for its flexibility, performance, and wide language support. In this guide, we will demonstrate how to install and configure Redis on an Ubuntu 16.04 server. To complete this guide, you will need access to an…

Read more
How To Manage Redis Databases and Keys — step-by-step Linux tutorial on Progressive Robot

How To Manage Redis Databases and Keys

Redis is a key-value data store, which is a type of NoSQL database where keys serve as unique identifiers for their associated values. Any given Redis instance includes a number of databases, each of which can hold many different keys of a variety of data types. In this tutorial, we will go over how to select a database, move keys between databases, and manage and delete keys.

Read more
How to Migrate Redis Data with Master-Slave Replication on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How to Migrate Redis Data with Master-Slave Replication on Ubuntu 14.04

Redis is an in-memory, NoSQL, key-value cache and store that can also be persisted to disk. For any number of reasons, like transitioning to a more powerful server, sometimes it becomes necessary to migrate your data from one server to another. This article will show how to migrate Redis data from an Ubuntu 14.04 server to a similar server using master-slave replication.

Read more
How To Configure Redis Replication on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Configure Redis Replication on Ubuntu 16.04

Redis is an open-source key-value data store, using an in-memory storage model with optional disk writes for persistence. It features transactions, a pub/sub messaging pattern, and automatic failover among other functionality. Redis has clients written in most languages with…

Read more
How To Install and Secure Redis on CentOS 8 — step-by-step Linux tutorial on Progressive Robot

How To Install and Secure Redis on CentOS 8

This tutorial provides instructions for installing Redis on a CentOS 8 server and using its built-in security features, in coordination with some other security configurations, to keep it from being accessed by unauthorized users.

Read more
Como Gerenciar Réplicas e Clientes no Redis — step-by-step Linux tutorial on Progressive Robot

Como Gerenciar Réplicas e Clientes no Redis

O Redis é um armazenamento de dados open-source de chave-valor na memória. Um dos seus recursos mais procurados é o suporte à replicação: qualquer servidor Redis pode replicar seus dados para qualquer número de réplicas, permitindo alta escalabilidade de…

Read more
CHAT