My face
Will Warren

Redis Cluster Cheatsheet


Redis is very, very good at running as a Highly Available service. It has supported clustering since 3.0.0 was released back in April of 2015. Clustering many redis servers together allows for higher throughput (spreading the load), as well as redundancy (for when servers die unexpectedly).

Here I have assembled some notes about common things you might want to do to your Redis cluster, and how to do them.

Read the rest →

Tags: sysadmin, linux, redis

Read on...