summaryrefslogtreecommitdiff
path: root/redis
Commit message (Expand)AuthorAgeFilesLines
* 2.7.1 version bump, include tests with source dist2.7.1andy2012-10-081-1/+1
* 2.7.0, version bump2.7.0andy2012-10-071-1/+1
* timedelta.total_seconds is only available in python 2.7+. Fixes #280andy2012-10-071-4/+5
* fix python3 testsandy2012-10-071-2/+2
* added CLIENT LIST/CLIENT KILL commandsandy2012-10-071-0/+20
* High precision floating point values are now properly sent to the Redis server.andy2012-10-071-2/+4
* Merge branch 'master' of github.com:andymccurdy/redis-pyandy2012-10-071-0/+14
|\
| * Merge pull request #273 from uvNikita/masterAndy McCurdy2012-10-071-0/+14
| |\
| | * Implemented hincrbyfloat commandNikita Uvarov2012-08-211-1/+7
| | * Implemented incrbyfloat commandNikita Uvarov2012-08-211-0/+8
* | | PEXPIRE/PEXPIREAT/PTTL commandsandy2012-10-071-14/+26
|/ /
* | Merge pull request #282 from flupke/pexpireAndy McCurdy2012-10-071-0/+14
|\ \
| * | added PEXPIRE/PTTL support (redis 2.6.0)Luper Rouch2012-09-121-0/+14
* | | Added optional `number` argument to srandmember. Fix for #286andy2012-10-071-3/+10
* | | python3 compatandy2012-10-071-2/+3
* | | pipelines now raise errors by default.andy2012-10-071-17/+37
|/ /
* | Script doesn't take keysandy2012-08-241-2/+2
* | pass the script object, not the lua stringandy2012-08-231-1/+1
* | fixed a Python3 incompatibiltiy in the previous commitandy2012-08-231-1/+2
* | implementing LUA scripting, still need tests.andy2012-08-233-13/+131
* | clearer what's happeningandy2012-08-191-4/+4
|/
* make sure tests pass on redis 2.4. merges #271andy2012-08-151-2/+4
* Added TIME response callbackJason Knight2012-08-151-0/+1
* Added TIME commandJason Knight2012-08-151-0/+5
* adding SkipTests for BITOP/BITCOUNT commands below redis 2.6, fixing logic to...2.6.2andy2012-08-152-9/+12
* Merge pull request #257 from not-napoleon/masterAndy McCurdy2012-08-151-3/+20
|\
| * Added bitop command.Mark Tozzi2012-06-201-0/+3
| * Support for bitcount (new in redis 2.6)Mark Tozzi2012-06-191-3/+17
* | redis 2.4 occasionally returns null values in CONFIG GETandy2012-08-151-2/+3
* | cleaned up tests to not use decode_responses=True. this was masking some erro...andy2012-08-151-10/+13
* | Merge remote-tracking branch 'jparise/cls-from_url'andy2012-08-142-26/+33
|\ \
| * | Improved `from_url()` support.Jon Parise2012-07-062-24/+33
* | | version bump to 2.6.12.6.1andy2012-08-141-1/+1
* | | Raise an exception if there's any kind of error. Fix for #251.andy2012-08-141-4/+7
* | | Optimized code by caching certain bytestring literalsAlex Grönholm2012-08-072-15/+22
* | | Fixed PEP 8 violations introduced in previous commitsAlex Grönholm2012-08-073-5/+9
* | | Fixed compatibility issue with Python 2.5 and 2.6 introduced in theAlex Grönholm2012-08-071-2/+2
* | | Fixed Python 3.2+ compatibilityAlex Grönholm2012-08-074-40/+101
* | | Cleaned up code for PEP 8 complianceAlex Grönholm2012-08-065-51/+90
* | | version bump2.6.0andy2012-07-171-1/+1
* | | Changed (p)subscribe and (p)unsubscribe to no longer return confirmation of s...andy2012-07-171-3/+10
|/ /
* | expire() and setex() now accept timedelta objects.Jon Parise2012-06-261-5/+16
|/
* added GETRANGE supportJean-Philippe CARUANA2012-06-141-0/+7
* Merge pull request #250 from youngking/masterAndy McCurdy2012-06-101-1/+1
|\
| * fix score_cast_func doesn't work with desc condictionYoung King2012-06-081-1/+1
* | Merge remote-tracking branch 'encoding/2.4.11-fix' into encodingandy2012-06-102-13/+30
|\ \ | |/ |/|
| * Have PythonParser handle result encoding similarly to hiredis.Reader.Frankie Dintino2012-02-081-5/+11
| * Pass the connection encoding to hiredis.ReaderFrankie Dintino2012-02-081-1/+2
| * Added unit tests for unicode handling in PythonParser and HiredisParserFrankie Dintino2012-02-081-2/+3
* | 2.4.132.4.13andy2012-05-181-1/+1