Created
November 6, 2019 13:09
-
-
Save ksmandersen/e8e08ebd9d2450c9c29c624a5287f066 to your computer and use it in GitHub Desktop.
Fire up a local redis server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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