Answers for "redis-cli connect 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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language