Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | make a formal hook so other types of connections don't have to repeat the sam... | Andy McCurdy | 2011-05-12 | 1 | -4/+4 | |
* | connection class completely refactored. encoding and command packing moved fr... | Andy McCurdy | 2011-05-12 | 1 | -113/+148 | |
* | Added socket disconnection if commands are rejected due to AOF/RDB load. | Benjamin Anderson | 2011-04-22 | 1 | -0/+5 | |
* | Use IPPROTO_TCP instead of SOL_TCP | Adam Vandenberg | 2011-03-27 | 1 | -6/+1 | |
* | Jython doesn't define socket.SOL_TCP, but seems to work by using socket.SOL_T... | Andy McCurdy | 2011-03-27 | 1 | -1/+7 | |
* | Fix for #103, handling socket errors better | Andy McCurdy | 2011-03-14 | 1 | -2/+2 | |
* | allow the user to choose a connection class via the ConnectionPool | Andy McCurdy | 2011-02-08 | 1 | -22/+22 | |
* | Integer replies may be of type long | Pieter Noordhuis | 2011-01-30 | 1 | -1/+1 | |
* | Use hiredis for protocol parsing when available | Pieter Noordhuis | 2011-01-30 | 1 | -1/+36 | |
* | Move Connection and ConnectionPool to different file | Pieter Noordhuis | 2011-01-30 | 1 | -0/+157 |