Skip to content

Instantly share code, notes, and snippets.

@MatthewRDodds
Created May 12, 2015 17:52
Show Gist options
  • Save MatthewRDodds/ab3a8f9e3be60d248c65 to your computer and use it in GitHub Desktop.
Save MatthewRDodds/ab3a8f9e3be60d248c65 to your computer and use it in GitHub Desktop.
Clear all redis things test
require 'redis'
# Redis.new(url: ENV['REDIS_URL']).flushall
Redis.new(url: ENV['REDIS_URL']).dbsize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment