File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 2
2
* Support Jython, fixing #97. Thanks to Adam Vandenberg for the patch.
3
3
* Using __getitem__ now properly raises a KeyError when the key is not
4
4
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.
5
11
* 2.2.4
6
12
* WARNING: Potential backwards incompatible change - Changed order of
7
13
parameters of ZREVRANGEBYSCORE to match those of the actual Redis command.
You can’t perform that action at this time.
0 commit comments