Created
June 25, 2014 18:17
-
-
Save hub-cap/139b60568366750474f2 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
| 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