⌘K
Examples (7)
Connect to the local server
redis-cliConnect to a remote server on the default port (6379)
redis-cli -h hostConnect to a remote server specifying a port number
redis-cli -h host -p portConnect to a remote server specifying a URI
redis-cli -u uriSpecify a password
redis-cli -a passwordExecute Redis command
redis-cli redis_commandConnect to the local cluster
redis-cli -cmade by @shridhargupta | data from tldr-pages