Skip to content

Instantly share code, notes, and snippets.

@jsatt
Created August 30, 2013 16:36
Show Gist options
  • Save jsatt/6391787 to your computer and use it in GitHub Desktop.
Save jsatt/6391787 to your computer and use it in GitHub Desktop.
Access Redis from pyshell
from redis import Redis
r = Redis('host', db=1, password='pass')
r.keys(':1:cachekey*')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment