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.
2 parents 5091b71 + 46f9351 commit 02a7b4aCopy full SHA for 02a7b4a
redis/commands/search/commands.py
@@ -378,7 +378,7 @@ def explain(self, query):
378
return self.execute_command(EXPLAIN_CMD, *args)
379
380
def explain_cli(self, query): # noqa
381
- raise NotImplementedError("EXPLAINCLI is intentionally not implemented.")
+ raise NotImplementedError("EXPLAINCLI will not be implemented.")
382
383
def aggregate(self, query):
384
"""
tox.ini
@@ -127,7 +127,8 @@ exclude =
127
.tox,
128
.venv*,
129
build,
130
+ docs/*,
131
dist,
132
docker,
133
venv*,
- whitelist.py
134
+ whitelist.py
0 commit comments