Tag: redis

How to Deploy Redis Cluster on Kubernetes

September 30, 2021

Redis is an in-memory data store supporting multiple abstract data structures. Redis Cluster is a set of Redis instances that automatically shards data across nodes. This tutorial shows you how to deploy a Redis Cluster on Kubernetes.

Read more

How to Install Redis on Mac

November 5, 2020

Redis is an open-source solution for data storage, most often used as a database, cache storage, or a message broker. This tutorial covers different ways to install, configure, and uninstall Redis on Mac.

Read more

How to Clear Redis Cache

October 26, 2020

Redis is used as a database, cache storage, and message broker thanks to its ability to store key-value pairs. This tutorial covers different ways to clear Redis cache and delete key-value pairs.

Read more

Redis Data Types with Commands: Comprehensive Guide

September 4, 2020

The article covers seven basic Redis Data Types, including HyperLogLogs and Bitmaps. Each data type is presented using practical and to the point commands.

Read more

How to Deploy and Run Redis in Docker

July 23, 2020

The tutorial shows you how to deploy Redis using the Docker run command. Also, learn how to deploy Redis on multiple servers in your cluster, efficiently link the containers, and access Redis from remote servers.

Read more

How to Install Redis on Ubuntu 20.04 / 18.04

July 7, 2020

Install Redis on Ubuntu 20.04 in a couple of simple steps by following this tutorial. This guide also shows you how to set up the basic configuration and password authentication by modifying the Redis configuration file.

Read more