We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc519d commit 1958065Copy full SHA for 1958065
1 file changed
redis/asyncio/client.py
@@ -872,8 +872,8 @@ class PubSub:
872
will be returned and it's safe to start listening again.
873
"""
874
875
- PUBLISH_MESSAGE_TYPES = ("message", "pmessage")
876
- UNSUBSCRIBE_MESSAGE_TYPES = ("unsubscribe", "punsubscribe")
+ PUBLISH_MESSAGE_TYPES = ("message", "pmessage", "smessage")
+ UNSUBSCRIBE_MESSAGE_TYPES = ("unsubscribe", "punsubscribe", "sunsubscribe")
877
HEALTH_CHECK_MESSAGE = "redis-py-health-check"
878
879
def __init__(
0 commit comments