forked from pool/python-redis
Accepting request 208185 from home:posophe:branches:devel:languages:python
- Update to version 2.8 + redis-py should play better with gevent when a gevent Timeout is raised. + Added SENTINEL command + Fixed a bug where pipelines could potentially correct a connection if the MULTI command generated a ResponseError. + Connections now call socket.shutdown() prior to socket.close() to ensure communication ends immediately per the note at http://docs.python.org/2/library/socket.html#socket.socket.close + Lock checks are now based on floats rather than ints. OBS-URL: https://build.opensuse.org/request/show/208185 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=18
This commit is contained in:
committed by
Git OBS Bridge
parent
a1fa41d610
commit
8ea62ebe80
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 24 19:04:47 UTC 2013 - p.drouand@gmail.com
|
||||
|
||||
- Update to version 2.8
|
||||
+ redis-py should play better with gevent when a gevent Timeout is raised.
|
||||
+ Added SENTINEL command
|
||||
+ Fixed a bug where pipelines could potentially correct a connection
|
||||
if the MULTI command generated a ResponseError.
|
||||
+ Connections now call socket.shutdown() prior to socket.close() to
|
||||
ensure communication ends immediately per the note at
|
||||
http://docs.python.org/2/library/socket.html#socket.socket.close
|
||||
+ Lock checks are now based on floats rather than ints.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 6 12:39:15 UTC 2013 - speilicke@suse.com
|
||||
|
||||
|
Reference in New Issue
Block a user