Skip to content

Instantly share code, notes, and snippets.

@hub-cap
Created June 25, 2014 18:17
Show Gist options
  • Save hub-cap/139b60568366750474f2 to your computer and use it in GitHub Desktop.
Save hub-cap/139b60568366750474f2 to your computer and use it in GitHub Desktop.
baz@marceline:~/Downloads/redis-2.8.12$ src/redis-cli -h 23.253.146.183 -p 12811 -a "<some-master-password>"
23.253.146.183:12811> ping
Error: Server closed the connection
(32.70s)
23.253.146.183:12811>
baz@marceline:~/Downloads/redis-2.8.12$ src/redis-cli -h 162.242.252.124 -p 6379 -a "<some-master-password>"
162.242.252.124:6379> ping
PONG
162.242.252.124:6379>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment