Skip to content

Instantly share code, notes, and snippets.

@kelseyhightower
Created July 18, 2014 16:31
Show Gist options
  • Select an option

  • Save kelseyhightower/721188cc2ff08e84063a to your computer and use it in GitHub Desktop.

Select an option

Save kelseyhightower/721188cc2ff08e84063a to your computer and use it in GitHub Desktop.
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