Skip to content

Instantly share code, notes, and snippets.

@cnp96
Last active December 20, 2020 15:37
Show Gist options
  • Save cnp96/e4c829db9b58b1fde00310b9ee42cb26 to your computer and use it in GitHub Desktop.
Save cnp96/e4c829db9b58b1fde00310b9ee42cb26 to your computer and use it in GitHub Desktop.
Test Redis connection
docker run --rm -it redis redis-cli -h HOST -p PORT -a SERVER_PASSWORD
# It should open a shell
HOST:PORT > ping
PONG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment