Deploying Redis Cluster on top of Kubernetes



  • Introduction Redis (which stands for REmote DIctionary Server) is an open source, in-memory datastore, often used as a database, cache or message broker. It can store and manipulate high-level data types like lists, maps, sets, and sorted sets. Because Redis accepts keys in a wide range of formats, operations can be executed on the server, which reduces the client’s workload. It holds its database entirely in memory, only using the disk for persistence.

    https://rancher.com/blog/2019/deploying-redis-cluster/

Log in to reply
 

© Lightnetics 2024