-
-
Save rychkog/ab3444b5f7cc41af0060965195397ecd to your computer and use it in GitHub Desktop.
Start redis-cli-in-docker
This file contains hidden or 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 --rm -ti --name rediscli \ | |
| --net host \ | |
| redis:alpine \ | |
| redis-cli -h localhost -p 6379 -a THE-XXXX-PASSWORD ping |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment