This is the Python interface to the Redis key-value store.
Documentation is in redis.py as docstrings and doctests. You can also view the
Redis API at http://code.google.com/p/redis/wiki/CommandReference
Redis is at http://code.google.com/p/redis
Python interface originally developed by Ludovico Magnocavallo, now maintained by
Andy McCurdy (sedrik@gmail.com) at: http://github.com/andymccurdy/redis-py
Special thanks to Paul Hubbard (hubbard@sdsc.edu) for packaging support.