orchardup/redis

By orchardup

Updated over 9 years ago

https://github.com/orchardup/docker-redis

Image
6

6.9K

docker-redis

Note: This image is deprecated. Please use the official redis image instead.

Redis on Docker.

$ docker run -d -p 6379:6379 orchardup/redis
$ nc localhost 6379
incr foo
:1

Docker Pull Command

docker pull orchardup/redis