diff options
Diffstat (limited to 'redis/commands.py')
-rw-r--r-- | redis/commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/commands.py b/redis/commands.py index bcb1c84..23b5aac 100644 --- a/redis/commands.py +++ b/redis/commands.py @@ -584,7 +584,7 @@ class Commands: "MEMORY DOCTOR is intentionally not implemented in the client." ) - def memory_HELP(self): + def memory_help(self): raise NotImplementedError( "MEMORY HELP is intentionally not implemented in the client." ) |