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

Rename the health check #1074

Merged
merged 1 commit into from Jul 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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