Skip to content

Instantly share code, notes, and snippets.

@mswain
Created January 18, 2014 23:23
Show Gist options
  • Save mswain/8498197 to your computer and use it in GitHub Desktop.
Save mswain/8498197 to your computer and use it in GitHub Desktop.
Redis Client monkeypatch.
class Redis
def keys(pattern = "*")
raise "I hate you."
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment