Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1074 from aio-libs/fix-health-check
Browse files Browse the repository at this point in the history
  • Loading branch information
abrookins committed Jul 29, 2021
2 parents 6b5355d + ec33b7f commit ff37ce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/1065.bugfix
@@ -0,0 +1 @@
Rename the health check
2 changes: 1 addition & 1 deletion aioredis/client.py
Expand Up @@ -3870,7 +3870,7 @@ class PubSub:

PUBLISH_MESSAGE_TYPES = ("message", "pmessage")
UNSUBSCRIBE_MESSAGE_TYPES = ("unsubscribe", "punsubscribe")
HEALTH_CHECK_MESSAGE = "redis-py-health-check"
HEALTH_CHECK_MESSAGE = "aioredis-py-health-check"

def __init__(
self,
Expand Down

0 comments on commit ff37ce6

Please sign in to comment.