Skip to content

Instantly share code, notes, and snippets.

@ksmandersen
Created November 6, 2019 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ksmandersen/e8e08ebd9d2450c9c29c624a5287f066 to your computer and use it in GitHub Desktop.
Save ksmandersen/e8e08ebd9d2450c9c29c624a5287f066 to your computer and use it in GitHub Desktop.
Fire up a local redis server
docker run --restart always --name redis -p 6379:6379 -d redis
alias redis-cli="docker exec -it redis redis-cli"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment