summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* timedelta.total_seconds is only available in python 2.7+. Fixes #280andy2012-10-071-1/+1
* added CLIENT LIST/CLIENT KILL commandsandy2012-10-071-2/+7
* hincrbyfloat is 2.6 onlyandy2012-10-071-0/+7
* High precision floating point values are now properly sent to the Redis server.andy2012-10-071-0/+9
* INCRBYFLOAT/HINCRBYFLOATandy2012-10-071-0/+24
* PEXPIRE/PEXPIREAT/PTTL commandsandy2012-10-071-8/+44
* Merge pull request #282 from flupke/pexpireAndy McCurdy2012-10-071-0/+15
|\
| * added PEXPIRE/PTTL support (redis 2.6.0)Luper Rouch2012-09-121-0/+15
* | Added optional `number` argument to srandmember. Fix for #286andy2012-10-071-0/+7
* | pipelines now raise errors by default.andy2012-10-071-3/+40
* | Adding test support for LPUSH/RPUSH with multiple arguments for Redis version...Tim2012-09-071-2/+10
|/
* make sure tests pass on redis 2.4. merges #271andy2012-08-151-6/+13
* Added a simple test for TIME functionJason Knight2012-08-151-0/+6
* stupid python 2.5/2.6andy2012-08-151-7/+24
* adding SkipTests for BITOP/BITCOUNT commands below redis 2.6, fixing logic to...2.6.2andy2012-08-151-15/+50
* Merge pull request #257 from not-napoleon/masterAndy McCurdy2012-08-151-0/+56
|\
| * Added bitop command.Mark Tozzi2012-06-201-0/+38
| * Support for bitcount (new in redis 2.6)Mark Tozzi2012-06-191-0/+18
* | cleaned up tests to not use decode_responses=True. this was masking some erro...andy2012-08-153-192/+260
* | Fixed PEP 8 violations introduced in previous commitsAlex Grönholm2012-08-075-7/+14
* | Fixed Python 3.2+ compatibilityAlex Grönholm2012-08-076-44/+47
* | Cleaned up code for PEP 8 complianceAlex Grönholm2012-08-067-100/+157
* | Changed (p)subscribe and (p)unsubscribe to no longer return confirmation of s...andy2012-07-171-7/+57
|/
* added GETRANGE supportJean-Philippe CARUANA2012-06-141-0/+6
* Merge remote-tracking branch 'encoding/2.4.11-fix' into encodingandy2012-06-103-2/+50
|\
| * Added unit tests for unicode handling in PythonParser and HiredisParserFrankie Dintino2012-02-083-3/+43
* | 2.4.12, redis-py is now fork-safe2.4.12andy2012-04-271-0/+2
* | allow hmget to accept *args or a list of keysandy2012-02-111-0/+2
|/
* implemented the OBJECT command. Fix for #137andy2011-10-281-9/+15
* pep8andy2011-10-251-8/+5
* more spacing issues for debug object pull requestandy2011-10-241-8/+7
* Limit the maximum bytes read from the PythonParser. Fix for #205.andy2011-10-241-1/+12
* add a debug_object command - so we can get a key's size (among other things)Shaneal Manek2011-10-131-0/+9
* added the ECHO command for completenessandy2011-10-101-0/+3
* manually reconnect the connection in the PubSub class. This avoids blowing ou...andy2011-10-102-1/+21
* TTL is StrictRedis returns -1 rather than None for keys with no expiration. R...andy2011-10-101-0/+18
* Renamed the base client class to StrictRedis, replacing ZADD and LREM in favo...andy2011-07-261-17/+18
* added __future__ import to be 2.5 compat.andy2011-07-181-0/+1
* Added a `transaction` convenience method that eliminates boilerplate whenandy2011-07-171-0/+24
* Pipelines can now be used as Context Managers. Thanks David Wolever. Fixes #160andy2011-07-171-76/+76
* remove obsolete server_commands test_(un)watchRandall Leeds2011-07-111-30/+0
* Merge remote-tracking branch 'wolever/watch' into watch_fixesRandall Leeds2011-07-111-0/+25
|\
| * Simplifying the Pipeline transaction logic.David Wolever2011-07-111-0/+25
* | Merge remote-tracking branch 'andymccurdy/watch' into watch_fixesRandall Leeds2011-07-112-9/+51
|\ \ | |/
| * Merge branch 'master' into watchandy2011-07-111-2/+4
| |\
| | * Allow a custom callable to be passed to commands whose responses are parsed w...Andy McCurdy2011-07-111-2/+4
| * | WATCH and UNWATCH have been broken since 2.4 because of connection pooling. T...Andy McCurdy2011-07-112-28/+47
| |/
* | test that pipeline() frees a watching clientRandall Leeds2011-07-071-0/+9
|/
* fix for PythonParser when reading empty stringsAndy McCurdy2011-06-101-0/+5
* pipelines need the response_callback love, too. grammar fixes in docsAndy McCurdy2011-06-011-1/+14