Skip to content

Instantly share code, notes, and snippets.

@whunter
Created October 7, 2015 16:56
Show Gist options
  • Save whunter/0816deb65f3b7e82f835 to your computer and use it in GitHub Desktop.
Save whunter/0816deb65f3b7e82f835 to your computer and use it in GitHub Desktop.
check redis status
Timeout.timeout(0.5) { TCPSocket.open("localhost", 6379) { } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment