Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | nicer upgrade message | Andy McCurdy | 2014-04-21 | 1 | -2/+2 | |
| | | | ||||||
* | | | better error handling with hiredis. fully fixes #456 | Andy McCurdy | 2014-04-21 | 3 | -27/+47 | |
| | | | ||||||
* | | | mostly fixes #456. there's still an issue w/ hiredis and multi-bulk replies | Andy McCurdy | 2014-04-10 | 2 | -6/+40 | |
| | | | ||||||
* | | | sentinel info should be a string in python3 | Andy McCurdy | 2014-04-10 | 1 | -0/+1 | |
| | | | ||||||
* | | | fix scripting tests on python3 | Andy McCurdy | 2014-04-10 | 1 | -2/+3 | |
| | | | ||||||
* | | | pull the encoding attrs directly off a connection. fixes #455 | Andy McCurdy | 2014-04-10 | 1 | -4/+7 | |
| | | | ||||||
* | | | Make sure we know the SHA of scripts before pipeline execution. Fixes #459 | Andy McCurdy | 2014-04-09 | 2 | -1/+91 | |
| | | | ||||||
* | | | 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 | 2 | -1/+2 | |
| | | | ||||||
* | | | added SLOWLOG support. finally can partially close #170 :) | Andy McCurdy | 2014-04-08 | 4 | -2/+69 | |
| | | | ||||||
* | | | no reason to pre-load scripts in __init__. defer until __call__ | Andy McCurdy | 2014-04-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'pr/441' | Andy McCurdy | 2014-04-07 | 4 | -12/+145 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: redis/client.py tests/test_commands.py | |||||
| * | | | fix python3 | Andy McCurdy | 2014-04-07 | 2 | -24/+34 | |
| | | | | ||||||
| * | | | Fix for pep8 | mathieu longtin | 2014-03-19 | 1 | -10/+14 | |
| | | | | ||||||
| * | | | Add scan_iter/sscan_iter/hscan_iter and zscan_iter | mathieu longtin | 2014-03-05 | 3 | -0/+116 | |
| |/ / | ||||||
* | | | Merge branch 'master' of github.com:andymccurdy/redis-py | Andy McCurdy | 2014-04-07 | 1 | -2/+2 | |
|\ \ \ | ||||||
| * \ \ | Merge pull request #442 from mkai/_ttl_pttl | Andy McCurdy | 2014-04-07 | 1 | -2/+2 | |
| |\ \ \ | | | | | | | | | | | Adjust to changed TTL, PTTL semantics | |||||
| | * | | | Adjust to changed TTL, PTTL semantics | Markus Kaiserswerth | 2014-03-13 | 1 | -2/+2 | |
| | | |/ | | |/| | | | | | | | | | | | | | Redis >= 2.8 might return -2, this ensures that redis-py just returns None. | |||||
* | | | | changelog | Andy McCurdy | 2014-04-07 | 1 | -0/+2 | |
|/ / / | ||||||
* | | | changelog | Andy McCurdy | 2014-04-07 | 1 | -0/+2 | |
| | | | ||||||
* | | | Merge branch 'master' of github.com:andymccurdy/redis-py | Andy McCurdy | 2014-04-07 | 3 | -4/+48 | |
|\ \ \ | ||||||
| * \ \ | Merge pull request #453 from pepijndevos/master | Andy McCurdy | 2014-04-07 | 2 | -4/+47 | |
| |\ \ \ | | | | | | | | | | | Implement HyperLogLog commands | |||||
| | * | | | pep8 compliance | Pepijn de Vos | 2014-04-06 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Test HyperLogLog | Pepijn de Vos | 2014-04-06 | 1 | -0/+27 | |
| | | | | | ||||||
| | * | | | Implement HyperLogLog commands | Pepijn de Vos | 2014-04-06 | 1 | -4/+20 | |
| |/ / / | ||||||
| * | | | Unix | Andy McCurdy | 2014-04-05 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | initial vagrant environment with working redis. need to install python next | Andy McCurdy | 2014-04-04 | 6 | -0/+100 | |
|/ / / | ||||||
* | | | pep8 | Andy McCurdy | 2014-04-04 | 3 | -17/+17 | |
| | | | ||||||
* | | | ignore docs/ when running pep8 checks | Andy McCurdy | 2014-04-04 | 1 | -1/+1 | |
| | | | ||||||
* | | | changelogpubsub | Andy McCurdy | 2014-04-04 | 1 | -1/+4 | |
| | | | ||||||
* | | | typos | Andy McCurdy | 2014-04-01 | 1 | -18/+22 | |
| | | | ||||||
* | | | pubsub docs | Andy McCurdy | 2014-04-01 | 1 | -0/+191 | |
| | | | ||||||
* | | | automatic message decoding if decode_responses=True. bugfixes, tests. | Andy McCurdy | 2014-04-01 | 3 | -59/+289 | |
| | | | ||||||
* | | | DEBUG LOADING was released in 2.8.8, so skip test with earlier versions | Andy McCurdy | 2014-03-31 | 1 | -2/+1 | |
| | | | ||||||
* | | | require pytest>=2.5 when running tests from setup.py | Andy McCurdy | 2014-03-29 | 1 | -1/+1 | |
| | | | ||||||
* | | | fix pep8 environment, explicit python versions and require pytest>=2.5 | Andy McCurdy | 2014-03-29 | 1 | -13/+11 | |
| | | | ||||||
* | | | make sure we know the order of expected subscribe/unsubscribe messages | Andy McCurdy | 2014-03-29 | 4 | -17/+24 | |
| | | | ||||||
* | | | fixes PubSub.subscribe once and for all. | Andy McCurdy | 2014-03-28 | 3 | -100/+170 | |
| | | | ||||||
* | | | make sure we're not holding onto any references | Andy McCurdy | 2014-03-27 | 1 | -0/+2 | |
| | | | ||||||
* | | | fixed a bunch get_message() bugs, refactored the PythonParser to be saner. | Andy McCurdy | 2014-03-27 | 3 | -131/+246 | |
| | | | | | | | | | | | | still need more pubsub tests but all this stuff *seems* to be working now | |||||
* | | | Merge branch 'master' into pubsub | Andy McCurdy | 2014-03-13 | 29 | -2598/+2902 | |
|\ \ \ | |/ / | | | | | | | | | | Conflicts: redis/connection.py | |||||
| * | | changelog | Andy McCurdy | 2014-03-10 | 1 | -0/+2 | |
| | | | ||||||
| * | | make sure hiredis parser raises connection errors | Andy McCurdy | 2014-03-10 | 3 | -8/+23 | |
| |/ | ||||||
| * | Merge branch 'master' of github.com:andymccurdy/redis-py | Andy McCurdy | 2014-01-28 | 2 | -4/+4 | |
| |\ | ||||||
| | * | Merge pull request #429 from p/argument-spelling | Andy McCurdy | 2014-01-26 | 2 | -4/+4 | |
| | |\ | | | | | | | | | Fix argument spelling | |||||
| | | * | Fix argument spelling | Oleg Pudeyev | 2014-01-25 | 2 | -4/+4 | |
| | |/ | ||||||
| * | | with tox/travis, tests don't need to know about the environment | Andy McCurdy | 2014-01-28 | 1 | -14/+4 | |
| |/ | ||||||
| * | pep8, version bump to 2.9.12.9.1 | Andy McCurdy | 2014-01-23 | 3 | -6/+10 | |
| | |