🗄️ Redis Cluster
🌐 Introduction
Redis Cluster is a distributed implementation of Redis, an open-source in-memory data structure store.
It is often used for data storage, caching, message brokering, and other tasks.
The Redis Cluster package provides a topology of at least three servers.
Each primary node is complemented by a secondary, ensuring:
- 📊 Distribution of read load
- 🔄 Automatic recovery in case of failure
- ⚡ High performance and high availability
⚙️ Redis Cluster Installation
Automatic installation and configuration are available through the option:
Redis Auto-Clustering in the topology wizard.
🔢 Node Count
- Defines the total number of Redis nodes in the cluster.
- Scaling is done in primary-secondary pairs.
- Minimum: 6 nodes (3 primaries + 3 secondaries)
- Maximum: 12 nodes (6 primaries + 6 secondaries)
🛒 Installation via Marketplace
After deployment completes, you will see a success pop-up with the credentials for the Redis Cluster administration panel.
The same information will also be sent to your email.
✅ Ready Environment
The cluster will be ready to use immediately after installation.
📌 Try connecting to the administration panel to:
- View cluster details
- Perform additional configurations
- Apply necessary customizations
🧠 Support
If you have questions, encounter difficulties in configuration, or need help in specific situations, contact SaveinCloud technical support through the channels available in the platform panel.