# 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
Last Updated: 2025-07-31T03:27:10.000Z