diff --git a/CHANGES/1065.bugfix b/CHANGES/1065.bugfix new file mode 100644 index 000000000..c23dc7409 --- /dev/null +++ b/CHANGES/1065.bugfix @@ -0,0 +1 @@ +Rename the health check diff --git a/aioredis/client.py b/aioredis/client.py index 44bc4a7e3..8a7cd24be 100644 --- a/aioredis/client.py +++ b/aioredis/client.py @@ -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,