summaryrefslogtreecommitdiff
path: root/redis/connection.py
Commit message (Collapse)AuthorAgeFilesLines
...
* allow the user to choose a connection class via the ConnectionPoolAndy McCurdy2011-02-081-22/+22
|
* Integer replies may be of type longPieter Noordhuis2011-01-301-1/+1
|
* Use hiredis for protocol parsing when availablePieter Noordhuis2011-01-301-1/+36
|
* Move Connection and ConnectionPool to different filePieter Noordhuis2011-01-301-0/+157