summaryrefslogtreecommitdiff
path: root/redis/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'redis/commands.py')
-rw-r--r--redis/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/commands.py b/redis/commands.py
index 11205cf..4a8d430 100644
--- a/redis/commands.py
+++ b/redis/commands.py
@@ -581,7 +581,7 @@ class Commands:
def memory_doctor(self):
raise NotImplementedError(
- "MEMORY DOCTOR is not supported in the client."
+ "MEMORY DOCTOR is intentionally not implemented in the client."
)
def memory_stats(self):