We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53be0b6 commit 8c8a529Copy full SHA for 8c8a529
redis/asyncio/sentinel.py
@@ -69,12 +69,14 @@ async def read_response(
69
timeout: Optional[float] = None,
70
*,
71
disconnect_on_error: Optional[float] = True,
72
+ push_request: Optional[bool] = False,
73
):
74
try:
75
return await super().read_response(
76
disable_decoding=disable_decoding,
77
timeout=timeout,
78
disconnect_on_error=disconnect_on_error,
79
+ push_request=push_request,
80
)
81
except ReadOnlyError:
82
if self.connection_pool.is_master:
0 commit comments