From ec33b7f2132479d89ae013a17cfff12dc1067972 Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Thu, 29 Jul 2021 06:27:40 -0700 Subject: [PATCH] Rename the health check --- CHANGES/1065.bugfix | 1 + aioredis/client.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 CHANGES/1065.bugfix 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,