summaryrefslogtreecommitdiff
path: root/tests/test_commands.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'pr/464'Andy McCurdy2014-05-061-0/+5
|\
| * Fix getset docstringChoongmin Lee2014-04-241-0/+5
| | | | | | | | | | The old docstring was incorrect. See http://redis.io/commands/GETSET for more information.
* | use the redis server time in [p]expireat tests for more accuracyAndy McCurdy2014-05-051-6/+12
|/
* added lexicographical sorted set commandsAndy McCurdy2014-04-231-0/+26
|
* use a slowlog fixture to make sure the redis server has slowlog enabledAndy McCurdy2014-04-091-7/+18
|
* lame, typoAndy McCurdy2014-04-081-1/+1
|
* purposely fail on travis-ci to see the outputAndy McCurdy2014-04-081-0/+4
|
* Fix #438, OBJECT commands on invalid keys return None now.Andy McCurdy2014-04-081-0/+1
|
* added SLOWLOG support. finally can partially close #170 :)Andy McCurdy2014-04-081-0/+32
|
* Merge branch 'pr/441'Andy McCurdy2014-04-071-4/+38
|\ | | | | | | | | | | Conflicts: redis/client.py tests/test_commands.py
| * fix python3Andy McCurdy2014-04-071-4/+4
| |
| * Add scan_iter/sscan_iter/hscan_iter and zscan_itermathieu longtin2014-03-051-0/+34
| |
* | pep8 compliancePepijn de Vos2014-04-061-1/+1
| |
* | Test HyperLogLogPepijn de Vos2014-04-061-0/+27
| |
* | pep8Andy McCurdy2014-04-041-8/+8
| |
* | make sure we know the order of expected subscribe/unsubscribe messagesAndy McCurdy2014-03-291-2/+0
| |
* | make sure hiredis parser raises connection errorsAndy McCurdy2014-03-101-7/+0
|/
* some *SCAN cleanupAndy McCurdy2013-12-031-11/+11
|
* add 2.8.0 new methods: scan/sscan/hscan/zscanjingchao2013-11-271-0/+39
|
* Simplify dump and restore test case - works with Python 3.x now.Justin Head2013-07-181-4/+3
|
* Add dump and restore test case.Justin Head2013-07-181-0/+9
|
* python 2.5 compatandy2013-06-051-0/+1
|
* Merge branch 'master' into pytestandy2013-06-041-0/+6
| | | | | Conflicts: tests/server_commands.py
* pytest framework and server commandsandy2013-06-041-0/+1227