Redis Cluster
This guide has been reviewed and reformatted for Ruk-Com Cloud PaaS. Screens may vary slightly by platform version.
Click or tap a screenshot to view it at its original size.
Objective
This guide explains how to use Redis Cluster on Ruk-Com Cloud PaaS, with ordered procedures and practical verification points.
Before you begin
- Sign in with an account permitted to manage the relevant environment.
- Confirm the target environment, region and resources before saving changes.
- Create a backup or rollback plan before changing a production system.

Redis cluster is a tool for data storage, caching, messaging. and many other tasks. Redis is now scalable and fast. This solution requires provisioning a cluster of 3 servers for data sharing. High availability and high performance by replicating the primary node to the secondary node. If the primary server fails, the secondary server will automatically take over.
Redis Cluster connection format

The cluster can be scaled up/down. Can be automatic or set manually Each scaling is performed by a pair of nodes - 1 primary node and 1 secondary node.
Steps to install Redis Cluster
1. Log in to Ruk-Com Cloud.
2. On the dashboard, click the buttonMarketplace
3. TypeRedis Clusterin the search box and clickInstall
- Nodes count- Minimum number of nodes 6 (3 primary and 3 secondary), then the initial number of nodes increases by 2 (1 primary and 1 secondary).
- Enable Horizontal Auto-Scaling- Clusters are automatically resized horizontally. This depends on the trigger scaling that is set.
- Environment- environment name
- Display Name- name alias
- Region- Destination server

When your Redis Cluster is successfully deployed, this popup will appear.

The application is now ready to use. You can click the Admin panel URL link and log in by filling in your Username and Password credentials. That's it, you can configure and customize it to your liking.
