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 106567d commit 1b985b1Copy full SHA for 1b985b1
redis/commands.py
@@ -3156,7 +3156,7 @@ def module_list(self):
3156
3157
def command(self):
3158
raise NotImplementedError(
3159
- "COMMAND is not supported in the client."
+ "COMMAND is intentionally not implemented in the client."
3160
)
3161
3162
def command_count(self):
0 commit comments