K 10 svn:author V 5 koobs K 8 svn:date V 27 2013-11-30T14:54:53.244190Z K 7 svn:log V 654 databases/py-redis: Update to 2.8.0 - Update to 2.8.0 - Enable STAGE support - Enable AUTOPLIST and delete pkg-plist accordingly - Tweak HIREDIS option description Changes: * 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. END