Skip to content

Commit b91169c

Browse files
committed
credit to Benjamin Anderson.
1 parent e823776 commit b91169c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
* Support Jython, fixing #97. Thanks to Adam Vandenberg for the patch.
33
* Using __getitem__ now properly raises a KeyError when the key is not
44
found. Thanks Ionuț Arțăriși for the patch.
5+
* Newer Redis versions return a LOADING message for some commands while
6+
the database is loading from disk during server start. This could cause
7+
problems with SELECT. We now force a socket disconnection prior to
8+
raising a ResponseError so subsuquent connections have to reconnect and
9+
re-select the appropriate database. Thanks to Benjamin Anderson for
10+
finding this and fixing.
511
* 2.2.4
612
* WARNING: Potential backwards incompatible change - Changed order of
713
parameters of ZREVRANGEBYSCORE to match those of the actual Redis command.

0 commit comments

Comments
 (0)