14
0
forked from pool/python-redis

- Update to version 2.4.9:

* Removed socket retry logic in Connection. This is the responsbility of
    the caller to determine if the command is safe and can be retried. Thanks
    David Wolver.
  * Added some extra guards around various types of exceptions being raised
    when sending or parsing data. Thanks David Wolver and Denis Bilenko.
- See file CHANGES for previous versions...
- Update to version 2.2.4:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=6
This commit is contained in:
Sascha Peilicke
2011-09-23 12:14:33 +00:00
committed by Git OBS Bridge
parent b36c4ca773
commit effae7ad7b
4 changed files with 21 additions and 17 deletions

View File

@@ -1,7 +1,18 @@
-------------------------------------------------------------------
Fri Sep 23 12:12:39 UTC 2011 - saschpe@suse.de
- Update to version 2.4.9:
* Removed socket retry logic in Connection. This is the responsbility of
the caller to determine if the command is safe and can be retried. Thanks
David Wolver.
* Added some extra guards around various types of exceptions being raised
when sending or parsing data. Thanks David Wolver and Denis Bilenko.
- See file CHANGES for previous versions...
-------------------------------------------------------------------
Fri Apr 15 12:43:07 UTC 2011 - saschpe@suse.de
- Update to version 2.2.4
- Update to version 2.2.4:
* WARNING: Potential backwards incompatible change - Changed order of
parameters of ZREVRANGEBYSCORE to match those of the actual Redis command.
This is only backwards-incompatible if you were passing max and min via