summaryrefslogtreecommitdiff
path: root/redis/connection.py
Commit message (Expand)AuthorAgeFilesLines
...
* make a formal hook so other types of connections don't have to repeat the sam...Andy McCurdy2011-05-121-4/+4
* connection class completely refactored. encoding and command packing moved fr...Andy McCurdy2011-05-121-113/+148
* Added socket disconnection if commands are rejected due to AOF/RDB load.Benjamin Anderson2011-04-221-0/+5
* Use IPPROTO_TCP instead of SOL_TCPAdam Vandenberg2011-03-271-6/+1
* Jython doesn't define socket.SOL_TCP, but seems to work by using socket.SOL_T...Andy McCurdy2011-03-271-1/+7
* Fix for #103, handling socket errors betterAndy McCurdy2011-03-141-2/+2
* 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