Answers for "redis cli connect to remote server with password"

0

redis cli connect to remote server with password

$redis-cli -h 127.0.0.1 -p 6379 -a mysupersecretpassword
Posted by: Guest on February-08-2021
2

redis-cli port host

$ redis-cli -h redis15.localnet.org -p 6390 ping
PONG
Posted by: Guest on November-10-2020

Code answers related to "redis cli connect to remote server with password"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language