Skip to content

Instantly share code, notes, and snippets.

@fannix
Created November 30, 2012 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fannix/4174366 to your computer and use it in GitHub Desktop.
Save fannix/4174366 to your computer and use it in GitHub Desktop.
Redis
r = redis.StrictRedis(host='127.0.0.1', port=6379, db=0)
r.get('users:leto')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment