Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |