summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--redis/commands.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/redis/commands.py b/redis/commands.py
index d8d6e08..bc80507 100644
--- a/redis/commands.py
+++ b/redis/commands.py
@@ -3154,9 +3154,9 @@ class Commands:
"""
return self.execute_command('MODULE LIST')
- def command(self):
+ def command_info(self):
raise NotImplementedError(
- "COMMAND is intentionally not implemented in the client."
+ "COMMAND INFO is intentionally not implemented in the client."
)
def command_count(self):