Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Added timeout. | Adam Mashinchi | 2014-01-23 | 1 | -1/+1 | |
| | | ||||||
| * | Add IPv6 support to 2.6+. | Adam Mashinchi | 2014-01-22 | 1 | -0/+3 | |
| | | ||||||
| * | Merge pull request #414 from shearic/fix_badconnection | Andy McCurdy | 2014-01-02 | 1 | -0/+1 | |
| |\ | | | | | | | this issue fixes #413 | |||||
| | * | this issue fixes #413 | Richard Shea | 2013-12-17 | 1 | -0/+1 | |
| | | | | | | | | | | | | connections that have gotten a mismatch number of responses to requests in a pipeline should be disconnected | |||||
| * | | remove pytest's cache directory and *.pyc files from distribution | Andy McCurdy | 2014-01-02 | 1 | -0/+2 | |
| | | | ||||||
| * | | version bump to 2.9.02.9.0 | Andy McCurdy | 2014-01-02 | 2 | -2/+2 | |
| | | | ||||||
| * | | Merge branch 'master' of github.com:andymccurdy/redis-py | Andy McCurdy | 2014-01-02 | 1 | -1/+2 | |
| |\ \ | | |/ | ||||||
| | * | Merge pull request #409 from paulovn/master | Andy McCurdy | 2013-12-10 | 1 | -1/+2 | |
| | |\ | | | | | | | | | Circular reference in SentinelConnectionPool changed to weak reference, to enable garbage collection | |||||
| | | * | self reference in SentinelConnectionPool changed to weak reference | Paulo Villegas | 2013-12-01 | 1 | -1/+2 | |
| | | | | | | | | | | | | circular reference changed to weak reference to enable garbage collection | |||||
| * | | | ConnectionPools in forked and multi-threaded environments play nicer. | Andy McCurdy | 2014-01-02 | 2 | -13/+22 | |
| |/ / | | | | | | | | | | Thanks Christian Joergensen. Fixes #412 | |||||
| * | | Add extra info to exceptions raised in pipelines. Fixes #407 | Andy McCurdy | 2013-12-08 | 5 | -26/+78 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ResponseErrors generated by commands executed in a pipeline now includes the command position in the pipeline and the actual command sent to the Redis server. For example: Command # 3 (LPUSH c 3) of pipeline caused error: <actual error message from Redis server> | |||||
| * | | some *SCAN cleanup | Andy McCurdy | 2013-12-03 | 3 | -33/+26 | |
| | | | ||||||
| * | | Merge branch 'master' into pr/404 | Andy McCurdy | 2013-12-03 | 2 | -9/+23 | |
| |\ \ | | |/ | ||||||
| | * | Merge branch 'pr/403' | Andy McCurdy | 2013-11-28 | 1 | -2/+6 | |
| | |\ | ||||||
| | | * | Fixes `Redis.__delitem__` & `Redis.__setitem__`. | Bertrand Bordage | 2013-11-26 | 1 | -2/+6 | |
| | | | | ||||||
| | * | | Merge pull request #373 from sirnicolaz/sugar | Andy McCurdy | 2013-11-26 | 1 | -0/+10 | |
| | |\ \ | | | | | | | | | | | Add utility for pipelining within 'with' statement. | |||||
| | | * | | Move import statement on top for PEP8 compliancy. | Nicola Miotto | 2013-11-13 | 1 | -1/+3 | |
| | | | | | ||||||
| | | * | | Add utility for pipelining within 'with' statement. | sirnicolaz | 2013-08-17 | 1 | -0/+8 | |
| | | | | | ||||||
| | * | | | proper casing of "Lua" in comments | Andy McCurdy | 2013-11-26 | 1 | -7/+7 | |
| | | | | | ||||||
| * | | | | fix pep8 incompability | jingchao | 2013-11-27 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | add 2.8.0 new methods: scan/sscan/hscan/zscan | jingchao | 2013-11-27 | 2 | -1/+131 | |
| |/ / / | ||||||
| * | | | Merge pull request #384 from dystedium/fixlock | Andy McCurdy | 2013-11-26 | 1 | -2/+3 | |
| |\ \ \ | | | | | | | | | | | Lock.release(): reorder code so assignment to self.acquired_until is protected by the lock. | |||||
| | * | | | Lock.release(): reorder code so assignment to | wil paredes | 2013-09-28 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | self.acquired_until is protected by the lock. | |||||
| * | | | | Merge branch 'pr/391' | Andy McCurdy | 2013-11-26 | 1 | -1/+10 | |
| |\ \ \ \ | ||||||
| | * | | | | double quotes rather than singles | Andy McCurdy | 2013-11-26 | 1 | -5/+6 | |
| | | | | | | ||||||
| | * | | | | remove TODO, it is implemented by BlockingConnectionPool without a timeout | Eric Urban | 2013-10-21 | 1 | -1/+0 | |
| | | | | | | ||||||
| | * | | | | Update documentation on __init__ of ConnectionPool to explain usage and behavior | Eric Urban | 2013-10-21 | 1 | -0/+9 | |
| | | | | | | ||||||
| * | | | | | changelog | Andy McCurdy | 2013-11-26 | 1 | -0/+4 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'pr/399' | Andy McCurdy | 2013-11-26 | 3 | -1/+83 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Move repr to Connection and UnixDomainConnection. Add repr support to Redis, ↵ | Mark Roberts | 2013-11-05 | 3 | -11/+81 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ConnectionPool, and BlockingConnectionPool | |||||
| | * | | | | | Add support for showing db connection info via repr | Mark Roberts | 2013-11-01 | 2 | -0/+12 | |
| | | |_|_|/ | | |/| | | | ||||||
| * | | | | | travis-ci no longer supports python 2.5 | Andy McCurdy | 2013-11-26 | 1 | -4/+0 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'pr/394' | Andy McCurdy | 2013-11-26 | 1 | -1/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | stylistic | Andy McCurdy | 2013-11-26 | 1 | -2/+2 | |
| | | | | | | | ||||||
| | * | | | | | Making fix PEP8 compliant | Anshul Ranjan | 2013-11-12 | 1 | -1/+2 | |
| | | | | | | | ||||||
| | * | | | | | Fixed indentation to 4 spaces | Anshul Ranjan | 2013-10-25 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Patch for better error message on protocol error. | Anshul Ranjan | 2013-10-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Recently I got lot of these errors in my logs and had no clue what it meant until I printed byte and response and it showed out of memory. | |||||
| * | | | | | | make sure travis starts redis-server | Andy McCurdy | 2013-11-26 | 1 | -0/+2 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #401 from limsangjin12/master | Andy McCurdy | 2013-11-26 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | Fix a typo on sunion | |||||
| | * | | | | | Fix a typo on sunion | limsangjin12 | 2013-11-19 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #396 from reclosedev/sentinel-pool | Andy McCurdy | 2013-10-31 | 1 | -0/+9 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | Override _checkpid() in SentinelConnectionPool (#395) | |||||
| | * | | | | Override _checkpid() in SentinelConnectionPool | Roman Haritonov | 2013-10-30 | 1 | -0/+9 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #390 from hydrogen18/master | Andy McCurdy | 2013-10-21 | 1 | -1/+1 | |
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| | | Fix issue 389 | |||||
| | * | | Update client.py | Eric Urban | 2013-10-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | PEP 8 | |||||
| | * | | Update client.py | Eric Urban | 2013-10-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | put spaces around operator | |||||
| | * | | Update client.py | Eric Urban | 2013-10-19 | 1 | -1/+1 | |
| |/ / | | | | | | | Check for `None` instead of relying on the truth value of whatever the user happens to pass in for `unix_socket_path`. I think it is preferable to blow up when passed something like `0` rather than silently making a TCP connection. | |||||
| * | | Merge pull request #383 from eode/master | Andy McCurdy | 2013-09-27 | 1 | -2/+2 | |
| |\ \ | | | | | | | | | Make docstring for hmset less ambiguous | |||||
| | * | | Make docstring for hmset less ambiguous | Brian Visel | 2013-09-27 | 1 | -2/+2 | |
| |/ / | ||||||
| * | | Merge branch 'vitek-sentinel' | Andy McCurdy | 2013-09-13 | 5 | -10/+509 | |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: CHANGES | |||||
| | * | | comments and changelog | Andy McCurdy | 2013-09-13 | 5 | -43/+59 | |
| | | | |