Created
October 11, 2018 13:13
-
-
Save dentys/0dfc0d88fbe0120bbfcbe0cf97201984 to your computer and use it in GitHub Desktop.
cheatsheet
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
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