andymccurdy / redis-py
- Source
- Commits
- Network (23)
- Issues (8)
- Downloads (2)
- Wiki (1)
- Graphs
-
Branch:
master
redis-py /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Nov 06 02:16:41 -0800 2009 | |
| |
CHANGES | Tue Dec 15 00:25:17 -0800 2009 | |
| |
INSTALL | Wed Nov 25 16:16:57 -0800 2009 | |
| |
MANIFEST.in | Wed Nov 25 16:16:57 -0800 2009 | |
| |
README | Wed Nov 25 16:16:57 -0800 2009 | |
| |
redis.py | Fri Feb 05 21:05:51 -0800 2010 | |
| |
setup.py | Tue Dec 15 00:18:10 -0800 2009 |
README
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.
