Introduction
Connect to a local instance of Redis
redis-cli127.0.0.1:6739>Connect to a remote instance of Redis
redis-cli -h <host> -p <port_number> -a <password>127.0.0.1:6739> auth <password>redli --tls -u rediss://<connection_URI>Testing Connection
Disconnecting from Redis
Last updated