Created
July 18, 2014 16:31
-
-
Save kelseyhightower/721188cc2ff08e84063a 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
| core@m1 ~ $ docker run -t -i brendanburns/redis-slave /bin/bash | |
| [ root@5f0b034857ec:/data ]$ redis-cli -h 10.244.1.7 -p 6379 | |
| 10.244.1.7:6379> set foo bar | |
| (error) READONLY You can't write against a read only slave. | |
| 10.244.1.7:6379> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment