Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #667 from sirk390/master | Andy McCurdy | 2015-10-20 | 3 | -0/+28 | |
|\ \ \ \ | |/ / / |/| | | | -added zrevrangebylex | |||||
| * | | | -Add CHANGES message. | Christian Bodt | 2015-10-20 | 2 | -3/+4 | |
| | | | | | | | | | | | | | | | | -Rename variables for coherence | |||||
| * | | | -added zrevrangebylex | Christian Bodt | 2015-10-20 | 2 | -0/+27 | |
|/ / / | ||||||
* | | | satisfy pep8 updates | Andy McCurdy | 2015-09-28 | 2 | -14/+28 | |
| | | | ||||||
* | | | removed the proactive check in HiredisParser for a line ending | Andy McCurdy | 2015-09-28 | 2 | -9/+4 | |
| | | | | | | | | | | | | | | | it turns out just calling into hiredis to test this is faster than doing string compare in Python. fixes #615 and #650. | |||||
* | | | Merge pull request #657 from harlowja/avoid-needless | Andy McCurdy | 2015-09-28 | 1 | -1/+2 | |
|\ \ \ | | | | | | | | | Avoid needlessly making temporary lists to merge dict(s) together | |||||
| * | | | Avoid needlessly making temporary lists to merge dict(s) together | Joshua Harlow | 2015-09-27 | 1 | -1/+2 | |
|/ / / | ||||||
* | | | Merge pull request #646 from lamby/embedded-string-test | Andy McCurdy | 2015-08-20 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | Fix tests under Redis 3.x; we can be of an "embedded string" format now. | |||||
| * | | 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> | |||||
* | | Merge pull request #620 from cwilkes/master | Andy McCurdy | 2015-05-22 | 2 | -3/+7 | |
|\ \ | | | | | | | Support multiple keys for pfcount call | |||||
| * | | support multiple keys for pfcount call | Chris Wilkes | 2015-05-22 | 2 | -3/+7 | |
|/ / | ||||||
* | | Merge pull request #614 from duxiaoyao/master | Andy McCurdy | 2015-05-04 | 2 | -1/+8 | |
|\ \ | | | | | | | Connection.encode complains when value is an object having unicode characters in its printable representation | |||||
| * | | fix: Connection.encode complains when value is an object having unicode ↵ | Eric Du | 2015-05-04 | 2 | -1/+8 | |
|/ / | | | | | | | characters in its printable representation | |||||
* | | Merge pull request #588 from paulkeene/master | Andy McCurdy | 2015-02-10 | 2 | -18/+34 | |
|\ \ | | | | | | | Fix pep8 errors | |||||
| * | | Fix pep8 errors | Paul Keene | 2015-02-10 | 2 | -18/+34 | |
|/ / | ||||||
* | | changelog | Andy McCurdy | 2015-02-09 | 1 | -0/+15 | |
| | | ||||||
* | | Handle percent-encoded URLs in parsing code | Paul Keene | 2015-02-09 | 3 | -9/+71 | |
| | | ||||||
* | | Merge pull request #580 from eshizhan/master | Andy McCurdy | 2015-01-16 | 1 | -0/+9 | |
|\ \ | | | | | | | Add WAIT command for Redis synchronous replication | |||||
| * | | Add WAIT command for Redis synchronous replication | eshizhan | 2015-01-15 | 1 | -0/+9 | |
|/ / | | | | | | | | | ref1: https://github.com/antirez/redis/blob/unstable/src/replication.c#L1783, at SYNCHRONOUS REPLICATION ref2: http://antirez.com/news/66 This command for Redis-3.0.0 and above now. | |||||
* | | Merge pull request #547 from msabramo/escape_asterisks | Andy McCurdy | 2015-01-03 | 1 | -2/+2 | |
|\ \ | | | | | | | Escape 2 asterisks in README.rst | |||||
| * | | Escape 2 asterisks in README.rst | Marc Abramowitz | 2014-10-25 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Eliminates 2 warnings when running `rst2html`: $ rst2html.py README.rst README.rst:71: (WARNING/2) Inline emphasis start-string without end-string. README.rst:646: (WARNING/2) Inline emphasis start-string without end-string. | |||||
* | | | Merge branch 'master' of github.com:andymccurdy/redis-py | Andy McCurdy | 2015-01-02 | 3 | -3/+52 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Merge pull request #567 from harlowja/watch-delay | Andy McCurdy | 2014-12-08 | 1 | -0/+4 | |
| |\ \ | | | | | | | | | Allow delay between watch errors | |||||
| | * | | Allow delay between watch errors | Joshua Harlow | 2014-12-08 | 1 | -0/+4 | |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | When a watcher error occurs (due to some key being watched being mutated) the current behavior is to immediately try again. To avoid the thundering herd problem a delay is nice to provide to avoid these situations by introducing a sleep period between these types of failures. | |||||
| * | | Merge pull request #564 from ↵ | Andy McCurdy | 2014-12-05 | 3 | -3/+48 | |
| |\ \ | | |/ | |/| | | | | | | | hendrik-cliqz/fix-unicode-conversion-in-exception-handling Fix UnicodeDecodeError in annotate_excpetion | |||||
| | * | pep8 fix | Hendrik Muhs | 2014-12-04 | 1 | -0/+1 | |
| | | | ||||||
| | * | fix pep8 | Hendrik Muhs | 2014-12-04 | 2 | -5/+7 | |
| | | | ||||||
| | * | UnicodeDecodeErrorfix unicode encode error when using pipeline in ↵ | Hendrik Muhs | 2014-12-04 | 3 | -3/+45 | |
| |/ | | | | | | | combination with msgpack and lua | |||||
* | | better handling of the pub/sub workerthread's stop behavior | Andy McCurdy | 2015-01-02 | 1 | -20/+29 | |
|/ | | | | | properly unsubscribes and cleans up the connection now. also allows callbacks to call thread.stop() without errors. | |||||
* | should also reinitialize with check_connection | Andy McCurdy | 2014-09-18 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #534 from df3n5/master | Andy McCurdy | 2014-09-18 | 1 | -0/+1 | |
|\ | | | | | Sentinel connection pool discarding is_master flag on reset | |||||
| * | Passing is_master flag through on reset | Jonathan Frawley | 2014-09-18 | 1 | -0/+1 | |
|/ | | | | | | | - is_master is not passed through when recreating the ConnectionPool. - This was causing unexpected behaviour where we would specifiy that we wish to connect to the slave, but the master would be read from instead. | |||||
* | Merge pull request #530 from deejay1/string_fixes | Andy McCurdy | 2014-09-03 | 1 | -2/+2 | |
|\ | | | | | Fix typos in README | |||||
| * | Fix typos in README | Łukasz Jernaś | 2014-09-03 | 1 | -2/+2 | |
|/ | ||||||
* | changelog | Andy McCurdy | 2014-08-15 | 1 | -0/+2 | |
| | ||||||
* | docstring | Andy McCurdy | 2014-08-15 | 1 | -3/+9 | |
| | ||||||
* | Merge branch 'pr/520' | Andy McCurdy | 2014-08-15 | 2 | -6/+7 | |
|\ | ||||||
| * | pep8 | Andy McCurdy | 2014-08-15 | 1 | -1/+2 | |
| | | ||||||
| * | add optional "timeout" parameter to pubsub.can_read | Andy Isaacson | 2014-08-12 | 2 | -6/+6 | |
| | | ||||||
* | | pep8 | Andy McCurdy | 2014-08-14 | 1 | -1/+2 | |
| | | ||||||
* | | 2.10.32.10.3 | Andy McCurdy | 2014-08-14 | 2 | -1/+4 | |
| | | ||||||
* | | handle buffer edgecase | Josh Owen | 2014-08-13 | 1 | -1/+1 | |
|/ | ||||||
* | 2.10.22.10.2 | Andy McCurdy | 2014-08-11 | 2 | -2/+2 | |
| | ||||||
* | changelog | Andy McCurdy | 2014-08-11 | 1 | -0/+1 | |
| | ||||||
* | fix for pipelines when sending large values | Andy McCurdy | 2014-07-28 | 1 | -3/+3 | |
| | ||||||
* | bytearray didn't work with socket.recv_into in python 2.6 | Andy McCurdy | 2014-07-21 | 1 | -7/+6 | |
| | ||||||
* | changelog | Andy McCurdy | 2014-07-21 | 1 | -0/+2 | |
| | ||||||
* | cleanup and optimizations to new bytearray code | Andy McCurdy | 2014-07-21 | 1 | -23/+25 | |
| | ||||||
* | Merge branch 'master' into pr/505 | Andy McCurdy | 2014-07-21 | 4 | -18/+95 | |
|\ | | | | | | | | | Conflicts: redis/connection.py | |||||
| * | typo | Andy McCurdy | 2014-07-06 | 1 | -2/+2 | |
| | |