Skip to content

Instantly share code, notes, and snippets.

@rychkog
Forked from xynova/redis-cli-in-docker.sh
Created June 9, 2020 17:20
Show Gist options
  • Select an option

  • Save rychkog/ab3444b5f7cc41af0060965195397ecd to your computer and use it in GitHub Desktop.

Select an option

Save rychkog/ab3444b5f7cc41af0060965195397ecd 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