Create Instance
Following Redis versions are fully supported: 5.0, 6.0, 7.2; other versions are not supported by default.
Version suggestion
When used in a production environment, it is recommended to prioritize the 7.2 version, followed by 6.0.
7.2is a version still maintained by the community, which fixes known issues in6.0and5.0. The6.0and5.0versions are no longer maintained by the community.7.2is fully compatible with6.0and5.0.7.2has further improved the ACL features.5.0is not recommended for use as it does not support advanced features like ACL and lacks user management capabilities; all business processes will share a single password, presenting potential security risks; also, changing the password requires restarting all nodes.
Architecture suggestion
Single-node architecture has no replica nodes and lacks failover capabilities, so it should only be used in development and testing environments. You can choose between Sentinel architecture and Cluster architecture based on your business's data and concurrency needs.
TOC
Create Redis Instance
Procedure
Create a Redis 6.0 Sentinel mode instance using CLI:
Refer to the Redis API documentation for field descriptions.
After the instance is created, you can use the following command to check the status of the instance:
The meanings of the output table fields are as follows: