Skip to content

Instantly share code, notes, and snippets.

@dentys
Created October 11, 2018 13:13
Show Gist options
  • Save dentys/0dfc0d88fbe0120bbfcbe0cf97201984 to your computer and use it in GitHub Desktop.
Save dentys/0dfc0d88fbe0120bbfcbe0cf97201984 to your computer and use it in GitHub Desktop.
cheatsheet
Send message to localhost on 30379 port. Can be used to ping Redis server.
(printf "PING\r\n";) | nc localhost 30379
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment