Skip to content

Commit 1b985b1

Browse files
Throw NotImplementedError
1 parent 106567d commit 1b985b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3156,7 +3156,7 @@ def module_list(self):
31563156

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

31623162
def command_count(self):

0 commit comments

Comments
 (0)