Skip to content

Commit 9c34614

Browse files
Throw NotImplementedError
1 parent 4eeceb0 commit 9c34614

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

redis/commands.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,11 @@ def memory_doctor(self):
584584
"MEMORY DOCTOR is intentionally not implemented in the client."
585585
)
586586

587+
def memory_HELP(self):
588+
raise NotImplementedError(
589+
"MEMORY HELP is intentionally not implemented in the client."
590+
)
591+
587592
def memory_stats(self):
588593
"""Return a dictionary of memory stats"""
589594
return self.execute_command('MEMORY STATS')

0 commit comments

Comments
 (0)