We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eeceb0 commit 9c34614Copy full SHA for 9c34614
redis/commands.py
@@ -584,6 +584,11 @@ def memory_doctor(self):
584
"MEMORY DOCTOR is intentionally not implemented in the client."
585
)
586
587
+ def memory_HELP(self):
588
+ raise NotImplementedError(
589
+ "MEMORY HELP is intentionally not implemented in the client."
590
+ )
591
+
592
def memory_stats(self):
593
"""Return a dictionary of memory stats"""
594
return self.execute_command('MEMORY STATS')
0 commit comments