14
0
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:
Denisart Benjamin
2013-11-24 19:05:59 +00:00
committed by Git OBS Bridge
parent a1fa41d610
commit 8ea62ebe80
4 changed files with 17 additions and 4 deletions

View File

@@ -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