summaryrefslogtreecommitdiff
path: root/tests/server_commands.py
Commit message (Collapse)AuthorAgeFilesLines
* bad merge conflictandy2013-06-041-1850/+0
|
* pep8andy2013-06-041-1/+2
|
* Add CONFIG RESETSTAT support.Yossi Gottlieb2013-06-041-0/+6
|
* use iterators for dict traversal in both python 2 and 3andy2013-05-231-6/+6
|
* DEL, HDEL, ZREM commands now return number of keys deleted. fixed #243andy2013-05-011-6/+25
|
* tests should pass on older redis versionsandy2013-04-271-0/+35
|
* travis runs 2.6.12, great.andy2013-04-271-10/+0
|
* testing redis version on travisandy2013-04-271-0/+10
|
* finer grain testsandy2013-04-271-5/+7
|
* Implement extended set options added in Redis 2.6.12.george yoshida2013-04-271-2/+2
| | | | - fix wording/formatting
* Implement extended set options added in Redis 2.6.12.george yoshida2013-04-271-0/+36
| | | | | | SPECS : - http://redis.io/commands/set - https://github.com/antirez/redis/issues/931
* Merge branch 'mapleoin-master'andy2013-04-221-0/+49
|\
| * Merge branch 'master' of git://github.com/mapleoin/redis-py into mapleoin-masterandy2013-04-221-0/+49
| |\ | | | | | | | | | | | | Conflicts: redis/client.py
| | * add an optional argument to sort to make it return tuplesIonuț Arțăriși2011-10-101-0/+44
| | |
* | | Merge pull request #327 from pabelanger/pep8Andy McCurdy2013-04-221-2/+6
|\ \ \ | |/ / |/| | Format code per pep8 guidelines
| * | Format code per pep8 guidelinesPaul Belanger2013-03-301-2/+6
| | | | | | | | | | | | | | | | | | A simple patch to enable pep8 in tox and format our code properly. Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com>
* | | added PSETEXandy2013-04-221-0/+10
|/ /
* | fix for #322andy2013-02-251-0/+4
| |
* | Switched callback for SREM from bool to int.Ronnie Kolehmainen2013-01-251-4/+4
| |
* | Add CLIENT GETNAME/SETNAME supportbitterb2013-01-161-0/+25
| |
* | Fixed bug in bitcount with start or end param equal to 0Tim2012-11-251-0/+1
| |
* | 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
| | | | | | | | Fixes #227
* | 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)
| * | 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
| | |
* | | Adding test support for LPUSH/RPUSH with multiple arguments for Redis ↵Tim2012-09-071-2/+10
|/ / | | | | | | version >=2.4.0
* | 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 ↵2.6.2andy2012-08-151-15/+50
| | | | | | | | to work with python3
* | Merge pull request #257 from not-napoleon/masterAndy McCurdy2012-08-151-0/+56
|\ \ | | | | | | Feature/Bitopt and Bitcount
| * | 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 ↵andy2012-08-151-161/+231
| | | | | | | | | | | | errors from the recent python3 port.
* | | Fixed PEP 8 violations introduced in previous commitsAlex Grönholm2012-08-071-3/+5
| | |
* | | Fixed Python 3.2+ compatibilityAlex Grönholm2012-08-071-22/+23
| | |
* | | Cleaned up code for PEP 8 complianceAlex Grönholm2012-08-061-68/+107
|/ /
* | added GETRANGE supportJean-Philippe CARUANA2012-06-141-0/+6
| |
* | Merge remote-tracking branch 'encoding/2.4.11-fix' into encodingandy2012-06-101-2/+2
|\ \ | | | | | | | | | | | | Conflicts: redis/connection.py
| * | Added unit tests for unicode handling in PythonParser and HiredisParserFrankie Dintino2012-02-081-3/+4
| | |
* | | 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
| |