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 fe17d7a commit e2ca983Copy full SHA for e2ca983
redis/client.py
@@ -1014,7 +1014,7 @@ def is_health_check_response(self, response) -> bool:
1014
response
1015
in [
1016
self.health_check_response, # If there is a subscription
1017
- self.HEALTH_CHECK_MESSAGE, # If there is no subscriptions and decode_responses=True
+ self.HEALTH_CHECK_MESSAGE, # If there are no subscriptions and decode_responses=True
1018
]
1019
)
1020
else:
0 commit comments