Skip to content

Instantly share code, notes, and snippets.

@rinaldifonseca
Created April 21, 2015 02:26
Show Gist options
  • Save rinaldifonseca/6e81fa70deb70d43b5fd to your computer and use it in GitHub Desktop.
Save rinaldifonseca/6e81fa70deb70d43b5fd to your computer and use it in GitHub Desktop.
redis-flushall
port = 6379
$redis = Redis.new(:port => port)
$redis.flushall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment