summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | nicer upgrade messageAndy McCurdy2014-04-211-2/+2
| | |
* | | better error handling with hiredis. fully fixes #456Andy McCurdy2014-04-213-27/+47
| | |
* | | mostly fixes #456. there's still an issue w/ hiredis and multi-bulk repliesAndy McCurdy2014-04-102-6/+40
| | |
* | | sentinel info should be a string in python3Andy McCurdy2014-04-101-0/+1
| | |
* | | fix scripting tests on python3Andy McCurdy2014-04-101-2/+3
| | |
* | | pull the encoding attrs directly off a connection. fixes #455Andy McCurdy2014-04-101-4/+7
| | |
* | | Make sure we know the SHA of scripts before pipeline execution. Fixes #459Andy McCurdy2014-04-092-1/+91
| | |
* | | 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-082-1/+2
| | |
* | | added SLOWLOG support. finally can partially close #170 :)Andy McCurdy2014-04-084-2/+69
| | |
* | | no reason to pre-load scripts in __init__. defer until __call__Andy McCurdy2014-04-081-1/+1
| | |
* | | Merge branch 'pr/441'Andy McCurdy2014-04-074-12/+145
|\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: redis/client.py tests/test_commands.py
| * | | fix python3Andy McCurdy2014-04-072-24/+34
| | | |
| * | | Fix for pep8mathieu longtin2014-03-191-10/+14
| | | |
| * | | Add scan_iter/sscan_iter/hscan_iter and zscan_itermathieu longtin2014-03-053-0/+116
| |/ /
* | | Merge branch 'master' of github.com:andymccurdy/redis-pyAndy McCurdy2014-04-071-2/+2
|\ \ \
| * \ \ Merge pull request #442 from mkai/_ttl_pttlAndy McCurdy2014-04-071-2/+2
| |\ \ \ | | | | | | | | | | Adjust to changed TTL, PTTL semantics
| | * | | Adjust to changed TTL, PTTL semanticsMarkus Kaiserswerth2014-03-131-2/+2
| | | |/ | | |/| | | | | | | | | | | | | Redis >= 2.8 might return -2, this ensures that redis-py just returns None.
* | | | changelogAndy McCurdy2014-04-071-0/+2
|/ / /
* | | changelogAndy McCurdy2014-04-071-0/+2
| | |
* | | Merge branch 'master' of github.com:andymccurdy/redis-pyAndy McCurdy2014-04-073-4/+48
|\ \ \
| * \ \ Merge pull request #453 from pepijndevos/masterAndy McCurdy2014-04-072-4/+47
| |\ \ \ | | | | | | | | | | Implement HyperLogLog commands
| | * | | pep8 compliancePepijn de Vos2014-04-061-1/+1
| | | | |
| | * | | Test HyperLogLogPepijn de Vos2014-04-061-0/+27
| | | | |
| | * | | Implement HyperLogLog commandsPepijn de Vos2014-04-061-4/+20
| |/ / /
| * | | UnixAndy McCurdy2014-04-051-0/+1
| | | |
* | | | initial vagrant environment with working redis. need to install python nextAndy McCurdy2014-04-046-0/+100
|/ / /
* | | pep8Andy McCurdy2014-04-043-17/+17
| | |
* | | ignore docs/ when running pep8 checksAndy McCurdy2014-04-041-1/+1
| | |
* | | changelogpubsubAndy McCurdy2014-04-041-1/+4
| | |
* | | typosAndy McCurdy2014-04-011-18/+22
| | |
* | | pubsub docsAndy McCurdy2014-04-011-0/+191
| | |
* | | automatic message decoding if decode_responses=True. bugfixes, tests.Andy McCurdy2014-04-013-59/+289
| | |
* | | DEBUG LOADING was released in 2.8.8, so skip test with earlier versionsAndy McCurdy2014-03-311-2/+1
| | |
* | | require pytest>=2.5 when running tests from setup.pyAndy McCurdy2014-03-291-1/+1
| | |
* | | fix pep8 environment, explicit python versions and require pytest>=2.5Andy McCurdy2014-03-291-13/+11
| | |
* | | make sure we know the order of expected subscribe/unsubscribe messagesAndy McCurdy2014-03-294-17/+24
| | |
* | | fixes PubSub.subscribe once and for all.Andy McCurdy2014-03-283-100/+170
| | |
* | | make sure we're not holding onto any referencesAndy McCurdy2014-03-271-0/+2
| | |
* | | fixed a bunch get_message() bugs, refactored the PythonParser to be saner.Andy McCurdy2014-03-273-131/+246
| | | | | | | | | | | | still need more pubsub tests but all this stuff *seems* to be working now
* | | Merge branch 'master' into pubsubAndy McCurdy2014-03-1329-2598/+2902
|\ \ \ | |/ / | | | | | | | | | Conflicts: redis/connection.py
| * | changelogAndy McCurdy2014-03-101-0/+2
| | |
| * | make sure hiredis parser raises connection errorsAndy McCurdy2014-03-103-8/+23
| |/
| * Merge branch 'master' of github.com:andymccurdy/redis-pyAndy McCurdy2014-01-282-4/+4
| |\
| | * Merge pull request #429 from p/argument-spellingAndy McCurdy2014-01-262-4/+4
| | |\ | | | | | | | | Fix argument spelling
| | | * Fix argument spellingOleg Pudeyev2014-01-252-4/+4
| | |/
| * | with tox/travis, tests don't need to know about the environmentAndy McCurdy2014-01-281-14/+4
| |/
| * pep8, version bump to 2.9.12.9.1Andy McCurdy2014-01-233-6/+10
| |