Skip to content

Commit b66187b

Browse files
Throw NotImplementedError
1 parent 1b985b1 commit b66187b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redis/commands.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3154,9 +3154,9 @@ def module_list(self):
31543154
"""
31553155
return self.execute_command('MODULE LIST')
31563156

3157-
def command(self):
3157+
def command_info(self):
31583158
raise NotImplementedError(
3159-
"COMMAND is intentionally not implemented in the client."
3159+
"COMMAND INFO is intentionally not implemented in the client."
31603160
)
31613161

31623162
def command_count(self):

0 commit comments

Comments
 (0)