Last active
December 20, 2020 15:37
-
-
Save cnp96/e4c829db9b58b1fde00310b9ee42cb26 to your computer and use it in GitHub Desktop.
Test Redis connection
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 --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