summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAvitalFineRedis <avital.fine@redislabs.com>2021-10-14 08:40:17 +0200
committerAvitalFineRedis <avital.fine@redislabs.com>2021-10-14 08:40:17 +0200
commit1b985b16ac73f9b2eaa6bf70338a6a9049e817aa (patch)
treeb6409d666f6fb3c80778ea9f14105ae387ffc038
parent106567de0573d2c6d8651191c7d108802d10a06d (diff)
downloadredis-py-1b985b16ac73f9b2eaa6bf70338a6a9049e817aa.tar.gz
Throw NotImplementedError
-rw-r--r--redis/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/commands.py b/redis/commands.py
index 766d391..d8d6e08 100644
--- a/redis/commands.py
+++ b/redis/commands.py
@@ -3156,7 +3156,7 @@ class Commands:
def command(self):
raise NotImplementedError(
- "COMMAND is not supported in the client."
+ "COMMAND is intentionally not implemented in the client."
)
def command_count(self):