Fedora 20 Update: python-redis-2.9.1-1.fc20

updates at fedoraproject.org updates at fedoraproject.org
Sat Feb 22 01:02:20 UTC 2014


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-2560
2014-02-15 05:32:58
--------------------------------------------------------------------------------

Name        : python-redis
Product     : Fedora 20
Version     : 2.9.1
Release     : 1.fc20
URL         : http://github.com/andymccurdy/redis-py
Summary     : Python 2 client for redis
Description :
This is a Python 2 interface to the Redis key-value store.

--------------------------------------------------------------------------------
Update Information:

== 2.9.1 ==
* IPv6 support.

== 2.9.0 ==
* Performance improvement for packing commands when using the PythonParser.
* Executing an empty pipeline transaction no longer sends MULTI/EXEC to the server.
* Errors when authenticating (incorrect password) and selecting a database now close the socket.
* Full Sentinel support.
* Better repr support for client and connection pool instances.
* Error messages that the server sends to the client are now included in the client error message.
* Added the SCAN, SSCAN, HSCAN, and ZSCAN commands.
* ResponseErrors generated by pipeline execution provide addition context including the position of the command in the pipeline and the actual command text generated the error.
* ConnectionPools now play nicer in threaded environments that fork.

== 2.8.0 ==
* redis-py should play better with gevent when a gevent Timeout is raised.
* Added SENTINEL command.
* Fixed a bug where pipelines could potentially corrupt 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.
--------------------------------------------------------------------------------
ChangeLog:

* Fri Feb 14 2014 Christopher Meng <rpm at cicku.me> - 2.9.1-1
- Update to 2.9.1
- Use generated egg instead of bundled egg
- Cleanup again
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1000697 - python-redis-2.9.1 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=1000697
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update python-redis' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list