Skip to content

Commit 5fb24c4

Browse files
Throw NotImplementedError
1 parent 9c34614 commit 5fb24c4

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
@@ -584,7 +584,7 @@ def memory_doctor(self):
584584
"MEMORY DOCTOR is intentionally not implemented in the client."
585585
)
586586

587-
def memory_HELP(self):
587+
def memory_help(self):
588588
raise NotImplementedError(
589589
"MEMORY HELP is intentionally not implemented in the client."
590590
)

0 commit comments

Comments
 (0)