summaryrefslogtreecommitdiff
path: root/redis/old_client.py
Commit message (Collapse)AuthorAgeFilesLines
* removal of the legacy clientandymccurdy2010-02-181-1359/+0
|
* Merge branch 'newapi'andymccurdy2010-02-181-3/+4
|
* Merge branch 'master' into newapiandy2010-01-181-3/+14
|
* moved exceptions to their own moduleandy2010-01-131-29/+24
|
* - redis is now in it's own module. existing client imported and added to ↵andy2010-01-131-0/+1352
__all__ providing backards compat. - tests can now be run by running the tests.py file