Skip to content

Instantly share code, notes, and snippets.

@filiptepper
Created January 13, 2010 11:53
Show Gist options
  • Save filiptepper/276132 to your computer and use it in GitHub Desktop.
Save filiptepper/276132 to your computer and use it in GitHub Desktop.
class Redis
def get(key)
call_command [:get, key]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment