Skip to content

Instantly share code, notes, and snippets.

@hub-cap
Created May 14, 2013 18:16
Show Gist options
  • Save hub-cap/5578173 to your computer and use it in GitHub Desktop.
Save hub-cap/5578173 to your computer and use it in GitHub Desktop.
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