Skip to content

Commit 4eeceb0

Browse files
Throw NotImplementedError
1 parent b559b6d commit 4eeceb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ def object(self, infotype, key):
581581

582582
def memory_doctor(self):
583583
raise NotImplementedError(
584-
"MEMORY DOCTOR is not supported in the client."
584+
"MEMORY DOCTOR is intentionally not implemented in the client."
585585
)
586586

587587
def memory_stats(self):

0 commit comments

Comments
 (0)