Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 265 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 265 Bytes

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