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.
2 parents e1be67b + 8b052c8 commit fbf4a31Copy full SHA for fbf4a31
valkey/_parsers/resp3.py
@@ -19,7 +19,7 @@ def __init__(self, socket_read_size):
19
20
def handle_pubsub_push_response(self, response):
21
logger = getLogger("push_response")
22
- logger.info("Push response: " + str(response))
+ logger.debug("Push response: " + str(response))
23
return response
24
25
def read_response(self, disable_decoding=False, push_request=False):
@@ -150,7 +150,7 @@ def __init__(self, socket_read_size):
150
151
152
153
154
155
156
async def read_response(
0 commit comments