📄️ Auto-Clustering
Redis Cluster is a distributed implementation of Redis open-source, in-memory data structure store. It is often used for data storage, cache, message broker, and other tasks. The package for Redis Cluster provides a topology of at least three servers. Each such Primary node is complemented with a Secondary one to ensure reads load distribution and auto-recovery if the Primary goes down. Such a structure offers high performance and high availability.
📄️ Multi-Region Cluster
Redis Multi-Region Cluster is a pre-packaged distributed implementation of Redis where data is sharded between cluster nodes in different regions. The solution has the following goals: