Skip to content

Instantly share code, notes, and snippets.

@SkamDart
Created March 29, 2019 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SkamDart/06b3be60fe7e1bae561887157b5a1e91 to your computer and use it in GitHub Desktop.
Save SkamDart/06b3be60fe7e1bae561887157b5a1e91 to your computer and use it in GitHub Desktop.
ping redis using netcat
# apt install netcat
REDIS_HOST='localhost'
REDIS_PORT=6379
echo PING | nc $REDIS_HOST $REDIS_PORT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment