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 5cd878d commit 106567dCopy full SHA for 106567d
redis/commands.py
@@ -3154,6 +3154,11 @@ def module_list(self):
3154
"""
3155
return self.execute_command('MODULE LIST')
3156
3157
+ def command(self):
3158
+ raise NotImplementedError(
3159
+ "COMMAND is not supported in the client."
3160
+ )
3161
+
3162
def command_count(self):
3163
return self.execute_command('COMMAND COUNT')
3164
0 commit comments