Setup Highly available Redis using Sentinel

Setup Highly available Redis using Sentinel

About Redis Redis is a well known and highly used in-memory database that persists data on disk. It is based on a key value data model, but it supports many kinds of values : Strings, Lists, Sets, Hashes, Bitmaps, Geo spatial data etc… It can serve also as a message...