Skip to content

Instantly share code, notes, and snippets.

@xynova
Last active June 9, 2020 17:20
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save xynova/d76516c85a9b1bbe5e8dfc716de1a6f2 to your computer and use it in GitHub Desktop.
Save xynova/d76516c85a9b1bbe5e8dfc716de1a6f2 to your computer and use it in GitHub Desktop.
Start redis-cli-in-docker
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