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 0acd0e7 commit 2df75adCopy full SHA for 2df75ad
redis/asyncio/client.py
@@ -645,7 +645,7 @@ class Monitor:
645
listen() method yields commands from monitor.
646
"""
647
648
- monitor_re = re.compile(r"\[(\d+) (.*)\] (.*)")
+ monitor_re = re.compile(r"\[(\d+) (.*?)\] (.*)")
649
command_re = re.compile(r'"(.*?)(?<!\\)"')
650
651
def __init__(self, connection_pool: ConnectionPool):
redis/client.py
@@ -571,7 +571,7 @@ class Monitor:
571
572
573
574
575
576
577
def __init__(self, connection_pool):
0 commit comments