Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | redis-py 3.0.13.0.13.0 | Andy McCurdy | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | fix rst format issues | Andy McCurdy | 2018-11-15 | 1 | -2/+9 |
| | |||||
* | redis-py 3.0.0 | Andy McCurdy | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | Version 2.10.6, finally...2.10.6 | Andy McCurdy | 2017-08-16 | 1 | -1/+1 |
| | |||||
* | 2.10.5 (incrementing the version to avoid a pypi issue)2.10.5 | Andy McCurdy | 2015-11-02 | 1 | -1/+1 |
| | |||||
* | 2.10.42.10.4 | Andy McCurdy | 2015-11-02 | 1 | -1/+1 |
| | |||||
* | 2.10.32.10.3 | Andy McCurdy | 2014-08-14 | 1 | -1/+1 |
| | |||||
* | 2.10.22.10.2 | Andy McCurdy | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | 2.10.12.10.1 | Andy McCurdy | 2014-06-02 | 1 | -1/+1 |
| | |||||
* | 2.10.02.10.0 | Andy McCurdy | 2014-06-01 | 1 | -1/+1 |
| | |||||
* | Don't retry commands that fail due to a socket.timeout by default. | Andy McCurdy | 2014-05-27 | 1 | -7/+8 |
| | | | | | | | | | | | | | | | | | | | | Users now have the ability about how socket.timeout errors are handled. Previously socket.timeout errors were handled just like any other socket error in that the command would be retried once. This createed a potential race condition when the client sends a command to a busy Redis server that can't reply faster than the client's `socket_timeout` option. In this case, the server will still eventually process the command. There's now a `retry_on_timeout` option that's set to False by default. If `retry_on_timeout` is False, any socket.timeout error will raise a TimeoutError exception. If `retry_on_timeout` is set to True, the client will retry executing the command once just like other socket.error exceptions. TODO: Write better tests for this code. TODO: Much of this logic could/should be moved to the ConnectionPool or Connection objects. Fixes #261 | ||||
* | add SSLConnection to package | Andy McCurdy | 2014-05-12 | 1 | -1/+2 |
| | |||||
* | SentinelManagedConnections to master servers disconnect on READONLY errors. | Andy McCurdy | 2014-05-06 | 1 | -1/+2 |
| | | | | | Any attempt to reconnect will force all connections in that pool to update their connections to the new master. Fixes #435 | ||||
* | pep8, version bump to 2.9.12.9.1 | Andy McCurdy | 2014-01-23 | 1 | -1/+1 |
| | |||||
* | version bump to 2.9.02.9.0 | Andy McCurdy | 2014-01-02 | 1 | -1/+1 |
| | |||||
* | version bump to 2.8.02.8.0 | Andy McCurdy | 2013-08-23 | 1 | -1/+1 |
| | |||||
* | 2.7.62.7.6 | andy | 2013-06-14 | 1 | -1/+1 |
| | |||||
* | Add BusyLoadingError exception to differentiate -LOADING errors from connect ↵ | Yossi Gottlieb | 2013-06-04 | 1 | -0/+2 |
| | | | | errors. | ||||
* | version 2.7.52.7.5 | andy | 2013-05-14 | 1 | -1/+1 |
| | |||||
* | 2.7.42.7.4 | andy | 2013-04-28 | 1 | -1/+1 |
| | |||||
* | 2.7.32.7.3 | andy | 2013-04-22 | 1 | -1/+1 |
| | |||||
* | pep8 | andy | 2013-04-22 | 1 | -1/+1 |
| | |||||
* | connection: add an optional `BlockingConnectionPool` class. | James Arthur | 2013-04-18 | 1 | -0/+1 |
| | | | | | | * implements the same api as the default `ConnectionPool` * blocks for a specified timeout when getting a connection if no connections are available | ||||
* | bump to 2.7.22.7.2 | andy | 2012-11-16 | 1 | -1/+1 |
| | |||||
* | 2.7.1 version bump, include tests with source dist2.7.1 | andy | 2012-10-08 | 1 | -1/+1 |
| | |||||
* | 2.7.0, version bump2.7.0 | andy | 2012-10-07 | 1 | -1/+1 |
| | |||||
* | adding SkipTests for BITOP/BITCOUNT commands below redis 2.6, fixing logic ↵2.6.2 | andy | 2012-08-15 | 1 | -1/+1 |
| | | | | to work with python3 | ||||
* | version bump to 2.6.12.6.1 | andy | 2012-08-14 | 1 | -1/+1 |
| | |||||
* | Cleaned up code for PEP 8 compliance | Alex Grönholm | 2012-08-06 | 1 | -3/+3 |
| | |||||
* | version bump2.6.0 | andy | 2012-07-17 | 1 | -1/+1 |
| | |||||
* | 2.4.132.4.13 | andy | 2012-05-18 | 1 | -1/+1 |
| | |||||
* | Merge branch 'from_url' of https://github.com/kennethreitz/redis-py into ↵ | andy | 2012-05-18 | 1 | -1/+2 |
|\ | | | | | | | | | | | | | kennethreitz-from_url Conflicts: redis/__init__.py | ||||
| * | redis.from_url | Kenneth Reitz | 2012-05-18 | 1 | -1/+3 |
| | | |||||
* | | 2.4.12, redis-py is now fork-safe2.4.12 | andy | 2012-04-27 | 1 | -1/+1 |
| | | |||||
* | | version bump2.4.11 | andy | 2012-01-13 | 1 | -1/+1 |
| | | |||||
* | | Releasing 2.4.102.4.10 | andy | 2011-10-28 | 1 | -1/+1 |
| | | |||||
* | | Renamed the base client class to StrictRedis, replacing ZADD and LREM in ↵ | andy | 2011-07-26 | 1 | -2/+3 |
| | | | | | | | | favor of their official argument order. The Redis class is now a subclass of StrictRedis, implementing the legacy redis-py implementations of ZADD and LREM. Docs have been updated to suggesting the use of StrictRedis. | ||||
* | | 2.4.92.4.9 | andy | 2011-07-22 | 1 | -1/+1 |
| | | |||||
* | | 2.4.82.4.8 | andy | 2011-07-20 | 1 | -1/+1 |
| | | |||||
* | | version bump for 2.4.72.4.7 | andy | 2011-07-17 | 1 | -1/+1 |
| | | |||||
* | | version bump to 2.4.62.4.6 | andy | 2011-07-13 | 1 | -1/+1 |
| | | |||||
* | | Provide WatchError in the top-level module. | Dave Peticolas | 2011-06-27 | 1 | -1/+2 |
| | | |||||
* | | version bump 2.4.5 | Andy McCurdy | 2011-06-10 | 1 | -1/+1 |
| | | |||||
* | | added VERSION as a tuple based on the __version__ string | Andy McCurdy | 2011-06-07 | 1 | -0/+1 |
| | | |||||
* | | fix a typo introduced in last commit. thanks Ask Solem for finding. | Andy McCurdy | 2011-06-07 | 1 | -1/+1 |
| | | |||||
* | | fix UnixDomainSocketConnection to report error messages based on it's ↵ | Andy McCurdy | 2011-06-07 | 1 | -1/+1 |
| | | | | | | | | attributes rather than the TCP socket attributes. fixes #140 | ||||
* | | version bump to 2.4.2 | Andy McCurdy | 2011-06-06 | 1 | -1/+1 |
| | | |||||
* | | version bump | Andy McCurdy | 2011-06-01 | 1 | -1/+1 |
| | | |||||
* | | version bump!2.4 | Andy McCurdy | 2011-06-01 | 1 | -1/+1 |
| | | |||||
* | | added Connection and UnixDomainSocketConnection to module imports | Andy McCurdy | 2011-05-23 | 1 | -3/+7 |
|/ |