| Commit message (Expand) | Author | Age | Files | Lines |
* | pipelines need the response_callback love, too. grammar fixes in docs | Andy McCurdy | 2011-06-01 | 1 | -2/+8 |
* | added ability for per-instance response callbacks. also, holy shit, documenta... | Andy McCurdy | 2011-06-01 | 1 | -4/+17 |
* | updating a few docstrings | Andy McCurdy | 2011-05-31 | 1 | -2/+7 |
* | support ZADD variable length args. deprecate the version passing score and va... | Andy McCurdy | 2011-05-31 | 1 | -4/+18 |
* | ConnectionPool's get_connection() now can take optional kwargs | Andy McCurdy | 2011-05-25 | 1 | -2/+3 |
* | remove the SELECT command completely. use a separate client instance instead. | Andy McCurdy | 2011-05-24 | 1 | -10/+0 |
* | renamed path arg to unix_socket_path to make it clearer | Andy McCurdy | 2011-05-23 | 1 | -3/+3 |
* | ability to use the UnixDomainSocketConnection directly from the Redis client. | Andy McCurdy | 2011-05-23 | 1 | -14/+23 |
* | new pubsub tests | Andy McCurdy | 2011-05-23 | 1 | -1/+1 |
* | removing unnecessary imports | Andy McCurdy | 2011-05-22 | 1 | -4/+2 |
* | removal of more deprecated commands | Andy McCurdy | 2011-05-22 | 1 | -51/+1 |
* | allow shard hints to be passed to pipeline and pubsub objects. a smart connec... | Andy McCurdy | 2011-05-22 | 1 | -90/+53 |
* | completely refactored pubsub. this is backwards incompatible, but quite neces... | Andy McCurdy | 2011-05-22 | 1 | -70/+96 |
* | connection pool is now a real pool. we no longer rely on threading.local for ... | Andy McCurdy | 2011-05-17 | 1 | -2/+1 |
* | all tests pass now except pub/sub. connection_pool's get_connection now alway... | Andy McCurdy | 2011-05-17 | 1 | -17/+7 |
* | all tests passing with new connection pool | Andy McCurdy | 2011-05-16 | 1 | -115/+85 |
* | we don't need the command_name overriding just yet | Andy McCurdy | 2011-05-12 | 1 | -4/+3 |
* | connection class completely refactored. encoding and command packing moved fr... | Andy McCurdy | 2011-05-12 | 1 | -58/+33 |
* | __getitem__ now raises a KeyError when a key doesn't exist | Andy McCurdy | 2011-04-26 | 1 | -3/+3 |
* | trying to getitem on a key that doesn't exist should raise a KeyError | Ionuț Arțăriși | 2011-04-05 | 1 | -2/+12 |
* | slight performance tweak to zset_score_pairs. Thanks Suor | Andy McCurdy | 2011-03-16 | 1 | -2/+2 |
* | Some speed optimizations. Thanks Suor. | Andy McCurdy | 2011-03-15 | 1 | -8/+6 |
* | Always clear the subscription status of the client after a disconnect. Fixes #46 | Andy McCurdy | 2011-03-14 | 1 | -0/+1 |
* | add PubSubError to better report disallowed command when using pub/sub | Dan Colish | 2011-03-14 | 1 | -5/+6 |
* | Add exception message for DataError being thrown in hmset | Dan Colish | 2011-03-14 | 1 | -1/+1 |
* | Raise DataError on empty hmset mappings, remove InvalidData | Dan Colish | 2011-03-14 | 1 | -2/+11 |
* | Use itertools izip and islice to speed up pairs_to_dict and other zips | Dan Colish | 2011-03-14 | 1 | -4/+6 |
* | Merge branch 'andy' | Dan Colish | 2011-03-14 | 1 | -3/+3 |
|\ |
|
| * | Merge remote branch 'richid/multi_watch' into richid | Andy McCurdy | 2011-03-14 | 1 | -3/+3 |
| |\ |
|
| | * | Add support for multiple keys in a single WATCH call | Rich Schumacher | 2011-03-04 | 1 | -3/+3 |
* | | | Remove ternary operator to support Python 2.4 | Dan Colish | 2011-03-14 | 1 | -1/+4 |
|/ / |
|
* | | Lock's now support timeouts that are floats. Fix for #113 | Andy McCurdy | 2011-03-14 | 1 | -4/+10 |
* | | the actual order of the zrevrangebyscore parameters were switched, too, which... | Andy McCurdy | 2011-03-14 | 1 | -6/+6 |
* | | Really compatible with the new info in redis 2.2 : ignore blank and comment l... | twidi | 2011-02-27 | 1 | -5/+6 |
* | | parameters for zrevrangebyscore are `max` then `min`, and not `min` then `max` | twidi | 2011-02-27 | 1 | -1/+1 |
|/ |
|
* | Merge remote branch 'bretthoerner/master' into bretthoerner | Andy McCurdy | 2011-02-09 | 1 | -2/+2 |
|\ |
|
| * | Fix info() for new Redis INFO format (backwards compatible). | Brett Hoerner | 2011-01-24 | 1 | -2/+2 |
* | | stylistic modes + tests for zrevrangebyscore | Andy McCurdy | 2011-02-09 | 1 | -8/+12 |
* | | Merge remote branch 'jaybaird/master' into jaybaird | Andy McCurdy | 2011-02-09 | 1 | -1/+22 |
|\ \ |
|
| * | | add zrevrangebyscore method to the zdis client | Jay Baird | 2011-01-14 | 1 | -1/+22 |
| |/ |
|
* | | Integer replies may be of type long | Pieter Noordhuis | 2011-01-30 | 1 | -1/+1 |
* | | Move Connection and ConnectionPool to different file | Pieter Noordhuis | 2011-01-30 | 1 | -157/+2 |
* | | Move protocol parsing code to Connection class | Pieter Noordhuis | 2011-01-30 | 1 | -56/+55 |
|/ |
|
* | Merge branch 'master' of https://github.com/guidog/redis-py into guidog-master | Andy McCurdy | 2010-12-31 | 1 | -1/+1 |
|\ |
|
| * | Fixed issue 89. | guidog | 2010-12-23 | 1 | -1/+1 |
* | | fix for #91 and #92. errno import was being overwritten by the same local var... | Andy McCurdy | 2010-12-31 | 1 | -3/+3 |
|/ |
|
* | fixes #76 where ZREVRANK was using the wrong response callback | Andy McCurdy | 2010-12-21 | 1 | -2/+2 |
* | Client now compatible with 2.2.0 commands. (SLAVEOF, CONFIG GET, CONFIG SET, ... | Andy McCurdy | 2010-12-20 | 1 | -5/+76 |
* | better error handing during socket writing. fixes #83 | Andy McCurdy | 2010-11-18 | 1 | -1/+5 |
* | socket_timeout works when connection initialization times out. | Konstantin Merenkov | 2010-11-02 | 1 | -1/+1 |