summaryrefslogtreecommitdiff
path: root/tests/test_commands.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | GEOPOS returns different values from redis 3.2 to redis 4.0Andy McCurdy2017-08-151-2/+7
| | | | | | | | | | update test suite to test the appropriate return type based on server version
* | fix problem when using geopos on unexistent hash memberAbraham Toriz2017-08-101-0/+4
| |
* | skip HSTRLEN tests if server < 3.2.0Andy McCurdy2017-07-311-0/+1
| |
* | Implement HSTRLEN commandAleksandr Putilin2017-07-211-0/+5
|/
* Merge pull request #698 from mumumu/add_replace_option_to_restore_commandAndy McCurdy2016-06-151-0/+10
|\ | | | | implemented REPLACE modifier of restore command
| * - added replace option to restore commandYoshinari Takaoka2015-12-281-0/+10
| |
* | Fixed issues regarding Python3pfreixes2016-06-141-1/+1
| |
* | Geo Commands, return Python native typesPau Freixes2016-06-141-18/+51
| |
* | Implemented support for the GEO commands for Redis 3.2.0pfreixes2016-05-161-0/+133
| | | | | | | | | | The following commands have been implemented GEOADD, GEODIST, GEOHASH, GEOPOS, GEORADIUS, GEORADIUSBYMEMBER.
* | pep8 codeiandyh2016-02-191-10/+11
| |
* | redis cluster commandsiandyh2015-12-011-0/+50
|/
* fix getitem syntax for redis get when value is the empty stringJavier Candeira2015-11-251-0/+4
|
* -added zrevrangebylexChristian Bodt2015-10-201-0/+11
|
* Fix tests under Redis 3.x; we can be of an "embedded string" format now.Chris Lamb2015-08-181-1/+1
| | | | Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
* support multiple keys for pfcount callChris Wilkes2015-05-221-0/+4
|
* fix testsNickolai Novik2014-06-211-4/+4
|
* bitpos command implementationNickolai Novik2014-06-211-0/+22
|
* more love for testing on servers w/ other connected clientsAndy McCurdy2014-05-121-15/+18
|
* be better about testing on servers where there may be other connected clientsAndy McCurdy2014-05-121-2/+4
|
* fix expireat tests to factor in rounding time upAndy McCurdy2014-05-101-4/+4
|
* *SCAN cursor values are now longs (ints on Python3) rather than strings.Andy McCurdy2014-05-101-4/+4
| | | | fixes #474.
* unnecessary testAndy McCurdy2014-05-061-4/+0
|
* 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