Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | better performance of pack_command and send_packed_command when dealing with ↵ | Andy McCurdy | 2014-04-29 | 1 | -2/+2 | |
|/ / | | | | | | | large values | |||||
* | | added lexicographical sorted set commands | Andy McCurdy | 2014-04-23 | 1 | -2/+34 | |
| | | ||||||
* | | mostly fixes #456. there's still an issue w/ hiredis and multi-bulk replies | Andy McCurdy | 2014-04-10 | 1 | -6/+9 | |
| | | ||||||
* | | sentinel info should be a string in python3 | Andy McCurdy | 2014-04-10 | 1 | -0/+1 | |
| | | ||||||
* | | 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 | 1 | -1/+10 | |
| | | ||||||
* | | Fix #438, OBJECT commands on invalid keys return None now. | Andy McCurdy | 2014-04-08 | 1 | -1/+1 | |
| | | ||||||
* | | added SLOWLOG support. finally can partially close #170 :) | Andy McCurdy | 2014-04-08 | 1 | -1/+35 | |
| | | ||||||
* | | 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 | 1 | -8/+81 | |
|\ \ | | | | | | | | | | | | | | | | Conflicts: redis/client.py tests/test_commands.py | |||||
| * | | fix python3 | Andy McCurdy | 2014-04-07 | 1 | -20/+30 | |
| | | | ||||||
| * | | 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 | 1 | -0/+59 | |
| |/ | ||||||
* | | 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. | |||||
* | | Implement HyperLogLog commands | Pepijn de Vos | 2014-04-06 | 1 | -4/+20 | |
| | | ||||||
* | | pep8 | Andy McCurdy | 2014-04-04 | 1 | -8/+8 | |
| | | ||||||
* | | automatic message decoding if decode_responses=True. bugfixes, tests. | Andy McCurdy | 2014-04-01 | 1 | -27/+66 | |
| | | ||||||
* | | fixes PubSub.subscribe once and for all. | Andy McCurdy | 2014-03-28 | 1 | -49/+48 | |
| | | ||||||
* | | fixed a bunch get_message() bugs, refactored the PythonParser to be saner. | Andy McCurdy | 2014-03-27 | 1 | -10/+23 | |
| | | | | | | | | still need more pubsub tests but all this stuff *seems* to be working now | |||||
* | | Merge branch 'master' into pubsub | Andy McCurdy | 2014-03-13 | 1 | -62/+298 | |
|\ \ | |/ | | | | | | | Conflicts: redis/connection.py | |||||
| * | Fix argument spelling | Oleg Pudeyev | 2014-01-25 | 1 | -2/+2 | |
| | | ||||||
| * | 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 | |||||
| * | Add extra info to exceptions raised in pipelines. Fixes #407 | Andy McCurdy | 2013-12-08 | 1 | -8/+18 | |
| | | | | | | | | | | | | | | | | | | 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 | 1 | -22/+14 | |
| | | ||||||
| * | Merge branch 'master' into pr/404 | Andy McCurdy | 2013-12-03 | 1 | -9/+13 | |
| |\ | ||||||
| | * | 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 | |
| | | | | ||||||
| | * | | 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 | 1 | -1/+92 | |
| |/ / | ||||||
| * | | 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/399' | Andy McCurdy | 2013-11-26 | 1 | -0/+3 | |
| |\ \ \ | ||||||
| | * | | | Move repr to Connection and UnixDomainConnection. Add repr support to Redis, ↵ | Mark Roberts | 2013-11-05 | 1 | -4/+1 | |
| | | | | | | | | | | | | | | | | | | | | ConnectionPool, and BlockingConnectionPool | |||||
| | * | | | Add support for showing db connection info via repr | Mark Roberts | 2013-11-01 | 1 | -0/+6 | |
| | | |/ | | |/| | ||||||
| * | | | Fix a typo on sunion | limsangjin12 | 2013-11-19 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | 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. | |||||
| * | Make docstring for hmset less ambiguous | Brian Visel | 2013-09-27 | 1 | -2/+2 | |
| | | ||||||
| * | comments and changelog | Andy McCurdy | 2013-09-13 | 1 | -2/+2 | |
| | | ||||||
| * | PEP8 fix | Vitja Makarov | 2013-09-04 | 1 | -1/+1 | |
| | | ||||||
| * | Improved sentinel commands support | Vitja Makarov | 2013-09-04 | 1 | -10/+74 | |
| | | ||||||
| * | fix zrevrange parameter name where there is a semantic error. | xiaost | 2013-08-30 | 1 | -4/+4 | |
| | | | | | | | | check : http://www.redis.io/commands/zrevrange | |||||
| * | returning empty list when empty pipeline run per discussion in #362 | EliFinkelshteyn | 2013-08-26 | 1 | -1/+1 | |
| | | ||||||
| * | Checking if pipeline is empty prior to executing per discussion in #362 | EliFinkelshteyn | 2013-08-26 | 1 | -1/+3 | |
| | | ||||||
| * | Merge branch 'lock_timeout' of git://github.com/vitek/redis-py into ↵ | Andy McCurdy | 2013-08-23 | 1 | -1/+1 | |
| |\ | | | | | | | | | | vitek-lock_timeout | |||||
| | * | redis.client.Lock: use float timestamp | Vitja Makarov | 2013-08-17 | 1 | -1/+1 | |
| | | | ||||||
| * | | handle ResponseErrors when parsing MULTI in pipelines. | Andy McCurdy | 2013-08-23 | 1 | -2/+10 | |
| |/ | | | | | | | fixes #375 |