Closed alor closed 1 year ago
Describe the bug tests are failing with: FakeConnection.read_response() got an unexpected keyword argument 'disconnect_on_error' if redis 4.5.5 is used.
FakeConnection.read_response() got an unexpected keyword argument 'disconnect_on_error'
works fine if redis 4.5.4 is used.
this could be related to this change in Redis:
disconnect_on_error
read_response()
To Reproduce use redis version 4.5.5 in conjunction with fakeredis
This is already fixed in the code. I'll publish the new release this weekend
v.2.12.1 released
Describe the bug tests are failing with:
FakeConnection.read_response() got an unexpected keyword argument 'disconnect_on_error'
if redis 4.5.5 is used.works fine if redis 4.5.4 is used.
this could be related to this change in Redis:
disconnect_on_error
option toread_response()
(issues #2506, #2624)To Reproduce use redis version 4.5.5 in conjunction with fakeredis