Skip to content

Enterprise Commands

All Redis Enterprise CLI commands.

Command Reference

Command Group Description
cluster Cluster configuration
database Database management
node Node operations
user User management
role Role management
alert Alert configuration
crdb Active-Active databases

Getting Help

# List all enterprise commands
redisctl enterprise --help

# Help for specific command
redisctl enterprise cluster --help
redisctl enterprise database create --help

Common Options

All commands support:

Option Description
-o, --output Output format: table, json, yaml
-q, --query JMESPath query to filter output
--profile Use specific profile

Examples

# Get cluster info
redisctl enterprise cluster get

# List databases as JSON
redisctl enterprise database list -o json

# Filter with JMESPath
redisctl enterprise node list -o json -q '[].{id: uid, status: status}'