Created
May 14, 2013 18:16
-
-
Save hub-cap/5578173 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu@ubuntu:/mnt/hgfs/db/reddwarf-integration/scripts$ redis-cli -h 10.0.0.3 -p 9000 -a 3c5e4dca-7a1b-44c6-82cf-0d7edb2ed31a | |
redis 10.0.0.3:9000> ping | |
PONG | |
..... | |
ubuntu@ubuntu:/mnt/hgfs/db/reddwarf-integration/scripts$ redis-cli -h 10.0.0.3 -p 9000 | |
redis 10.0.0.3:9000> ping | |
(error) ERR operation not permitted | |
redis 10.0.0.3:9000> auth 3c5e4dca-7a1b-44c6-82cf-0d7edb2ed31a | |
OK | |
redis 10.0.0.3:9000> ping | |
PONG | |
redis 10.0.0.3:9000> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment