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:
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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-redis
|
||||
Version: 2.7.6
|
||||
Version: 2.8.0
|
||||
Release: 0
|
||||
Url: http://github.com/andymccurdy/redis-py
|
||||
Summary: Python client for Redis key-value store
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e8645a5e1a5e36fb6f93d3113eb078e2763db15aafa3dfa5ba2ceace26a01c4
|
||||
size 76041
|
3
redis-2.8.0.tar.gz
Normal file
3
redis-2.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a34f92937cacb4082f5834d2ce8b710b791342d17d1769b998327e6479e2b24
|
||||
size 286033
|
Loading…
Reference in New Issue
Block a user