Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 217 Bytes

readme.md

File metadata and controls

16 lines (10 loc) · 217 Bytes

Practice Path for Redis

Redis

run with docker

docker run -p 6379:6379 --name redis-test -d redis

login to redis shell

docker exec -it `container-id` /bin/sh