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
CHAT