# Redis enhancements
# Console built-in commands
Kangaroo Redis console supports built-in commands to help you manage your connection.
CONNECT AUTO # Auto switch connection with context
CONNECT MAIN # Switch to main connection(primary connection)
CONNECT LIST # List all connections
CONNECT STATUS # Show connection status
CONNECT %list-no # Switch to connection by list number
CONNECT #id-hash # Switch to connection by id hash
CONNECT host:port # Switch to connection by host and port
CLEAR # Clear console output