Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | GEOPOS returns different values from redis 3.2 to redis 4.0 | Andy McCurdy | 2017-08-15 | 1 | -2/+7 | |
| | | | | | | | | | | update test suite to test the appropriate return type based on server version | |||||
* | | fix problem when using geopos on unexistent hash member | Abraham Toriz | 2017-08-10 | 1 | -0/+4 | |
| | | ||||||
* | | skip HSTRLEN tests if server < 3.2.0 | Andy McCurdy | 2017-07-31 | 1 | -0/+1 | |
| | | ||||||
* | | Implement HSTRLEN command | Aleksandr Putilin | 2017-07-21 | 1 | -0/+5 | |
|/ | ||||||
* | Merge pull request #698 from mumumu/add_replace_option_to_restore_command | Andy McCurdy | 2016-06-15 | 1 | -0/+10 | |
|\ | | | | | implemented REPLACE modifier of restore command | |||||
| * | - added replace option to restore command | Yoshinari Takaoka | 2015-12-28 | 1 | -0/+10 | |
| | | ||||||
* | | Fixed issues regarding Python3 | pfreixes | 2016-06-14 | 1 | -1/+1 | |
| | | ||||||
* | | Geo Commands, return Python native types | Pau Freixes | 2016-06-14 | 1 | -18/+51 | |
| | | ||||||
* | | Implemented support for the GEO commands for Redis 3.2.0 | pfreixes | 2016-05-16 | 1 | -0/+133 | |
| | | | | | | | | | | The following commands have been implemented GEOADD, GEODIST, GEOHASH, GEOPOS, GEORADIUS, GEORADIUSBYMEMBER. | |||||
* | | pep8 code | iandyh | 2016-02-19 | 1 | -10/+11 | |
| | | ||||||
* | | redis cluster commands | iandyh | 2015-12-01 | 1 | -0/+50 | |
|/ | ||||||
* | fix getitem syntax for redis get when value is the empty string | Javier Candeira | 2015-11-25 | 1 | -0/+4 | |
| | ||||||
* | -added zrevrangebylex | Christian Bodt | 2015-10-20 | 1 | -0/+11 | |
| | ||||||
* | Fix tests under Redis 3.x; we can be of an "embedded string" format now. | Chris Lamb | 2015-08-18 | 1 | -1/+1 | |
| | | | | Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> | |||||
* | support multiple keys for pfcount call | Chris Wilkes | 2015-05-22 | 1 | -0/+4 | |
| | ||||||
* | fix tests | Nickolai Novik | 2014-06-21 | 1 | -4/+4 | |
| | ||||||
* | bitpos command implementation | Nickolai Novik | 2014-06-21 | 1 | -0/+22 | |
| | ||||||
* | more love for testing on servers w/ other connected clients | Andy McCurdy | 2014-05-12 | 1 | -15/+18 | |
| | ||||||
* | be better about testing on servers where there may be other connected clients | Andy McCurdy | 2014-05-12 | 1 | -2/+4 | |
| | ||||||
* | fix expireat tests to factor in rounding time up | Andy McCurdy | 2014-05-10 | 1 | -4/+4 | |
| | ||||||
* | *SCAN cursor values are now longs (ints on Python3) rather than strings. | Andy McCurdy | 2014-05-10 | 1 | -4/+4 | |
| | | | | fixes #474. | |||||
* | unnecessary test | Andy McCurdy | 2014-05-06 | 1 | -4/+0 | |
| | ||||||
* | Merge branch 'pr/464' | Andy McCurdy | 2014-05-06 | 1 | -0/+5 | |
|\ | ||||||
| * | Fix getset docstring | Choongmin Lee | 2014-04-24 | 1 | -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 accuracy | Andy McCurdy | 2014-05-05 | 1 | -6/+12 | |
|/ | ||||||
* | added lexicographical sorted set commands | Andy McCurdy | 2014-04-23 | 1 | -0/+26 | |
| | ||||||
* | use a slowlog fixture to make sure the redis server has slowlog enabled | Andy McCurdy | 2014-04-09 | 1 | -7/+18 | |
| | ||||||
* | lame, typo | Andy McCurdy | 2014-04-08 | 1 | -1/+1 | |
| | ||||||
* | purposely fail on travis-ci to see the output | Andy McCurdy | 2014-04-08 | 1 | -0/+4 | |
| | ||||||
* | Fix #438, OBJECT commands on invalid keys return None now. | Andy McCurdy | 2014-04-08 | 1 | -0/+1 | |
| | ||||||
* | added SLOWLOG support. finally can partially close #170 :) | Andy McCurdy | 2014-04-08 | 1 | -0/+32 | |
| | ||||||
* | Merge branch 'pr/441' | Andy McCurdy | 2014-04-07 | 1 | -4/+38 | |
|\ | | | | | | | | | | | Conflicts: redis/client.py tests/test_commands.py | |||||
| * | fix python3 | Andy McCurdy | 2014-04-07 | 1 | -4/+4 | |
| | | ||||||
| * | Add scan_iter/sscan_iter/hscan_iter and zscan_iter | mathieu longtin | 2014-03-05 | 1 | -0/+34 | |
| | | ||||||
* | | pep8 compliance | Pepijn de Vos | 2014-04-06 | 1 | -1/+1 | |
| | | ||||||
* | | Test HyperLogLog | Pepijn de Vos | 2014-04-06 | 1 | -0/+27 | |
| | | ||||||
* | | pep8 | Andy McCurdy | 2014-04-04 | 1 | -8/+8 | |
| | | ||||||
* | | make sure we know the order of expected subscribe/unsubscribe messages | Andy McCurdy | 2014-03-29 | 1 | -2/+0 | |
| | | ||||||
* | | make sure hiredis parser raises connection errors | Andy McCurdy | 2014-03-10 | 1 | -7/+0 | |
|/ | ||||||
* | some *SCAN cleanup | Andy McCurdy | 2013-12-03 | 1 | -11/+11 | |
| | ||||||
* | add 2.8.0 new methods: scan/sscan/hscan/zscan | jingchao | 2013-11-27 | 1 | -0/+39 | |
| | ||||||
* | Simplify dump and restore test case - works with Python 3.x now. | Justin Head | 2013-07-18 | 1 | -4/+3 | |
| | ||||||
* | Add dump and restore test case. | Justin Head | 2013-07-18 | 1 | -0/+9 | |
| | ||||||
* | python 2.5 compat | andy | 2013-06-05 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'master' into pytest | andy | 2013-06-04 | 1 | -0/+6 | |
| | | | | | Conflicts: tests/server_commands.py | |||||
* | pytest framework and server commands | andy | 2013-06-04 | 1 | -0/+1227 | |