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 1b985b1 commit b66187bCopy full SHA for b66187b
redis/commands.py
@@ -3154,9 +3154,9 @@ def module_list(self):
3154
"""
3155
return self.execute_command('MODULE LIST')
3156
3157
- def command(self):
+ def command_info(self):
3158
raise NotImplementedError(
3159
- "COMMAND is intentionally not implemented in the client."
+ "COMMAND INFO is intentionally not implemented in the client."
3160
)
3161
3162
def command_count(self):
0 commit comments