| name | redisctl-enterprise-ops |
| description | Day-to-day Redis Enterprise cluster operations via the redisctl CLI. Use when checking cluster status, managing databases, viewing stats and logs, or monitoring Active-Active deployments. |
Overview
Manage Redis Enterprise clusters, databases, and operational monitoring through the CLI.
Cluster Status
redisctl enterprise status
redisctl enterprise status --cluster --nodes --databases --shards
redisctl enterprise status --brief
Database Management
redisctl enterprise database list
redisctl enterprise database get 1
redisctl enterprise database create --data '{...}'
redisctl enterprise database update 1 --data '{...}'
redisctl enterprise database delete 1
Active-Active (CRDB)
redisctl enterprise crdb list
redisctl enterprise crdb get <guid>
redisctl enterprise crdb create --data '{...}'
redisctl enterprise crdb update <guid> --data '{...}'
redisctl enterprise crdb-task list
redisctl enterprise crdb-task get <task-id>
Stats and Metrics
redisctl enterprise stats cluster
redisctl enterprise stats node
redisctl enterprise stats database
redisctl enterprise stats database-shards
Logs and Alerts
redisctl enterprise logs list
redisctl enterprise alerts list
redisctl enterprise alerts get <UID>
Module Management
redisctl enterprise module list
redisctl enterprise module get <UID>
Nodes and Shards
redisctl enterprise node list
redisctl enterprise node get 1
redisctl enterprise shard list
redisctl enterprise shard get <UID>
Tips
- Use
--profile <name> to target a specific Enterprise cluster
- Manage multiple clusters by creating separate profiles and switching with
--profile
- Use
redisctl enterprise status --brief for a quick health check
- Database IDs are numeric (BDB IDs), CRDB IDs are GUIDs