Skip to content

Instantly share code, notes, and snippets.

@arockwell
Created September 10, 2012 23:44
Show Gist options
  • Save arockwell/3694870 to your computer and use it in GitHub Desktop.
Save arockwell/3694870 to your computer and use it in GitHub Desktop.
checkRedis = () ->
redis.ping (err, data) ->
if err then false else true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment