summaryrefslogtreecommitdiff
path: root/redis/commands
diff options
context:
space:
mode:
authorGreg Melton <gmelton@gmail.com>2022-05-23 01:51:53 -0700
committerGitHub <noreply@github.com>2022-05-23 11:51:53 +0300
commit8a1feb397bce1d76593496fd57bf6d157d1ccbe9 (patch)
tree2027dc00c227e085b71e38909df42726c7ff8e1f /redis/commands
parent428510b5786c70a26a8797b8eb33b89777132884 (diff)
downloadredis-py-8a1feb397bce1d76593496fd57bf6d157d1ccbe9.tar.gz
Fix Linting and Test Failures (#2191)
* force triggering pr pipeline * fix lint error * https://github.com/RedisJSON/RedisJSON/pull/721 no longer clears strings or boolean scalars
Diffstat (limited to 'redis/commands')
-rw-r--r--redis/commands/search/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/commands/search/commands.py b/redis/commands/search/commands.py
index 5a9f6fe..10b5762 100644
--- a/redis/commands/search/commands.py
+++ b/redis/commands/search/commands.py
@@ -167,7 +167,7 @@ class SearchCommands:
### Parameters:
- **delete_documents**: If `True`, all documents will be deleted.
-
+
For more information see `FT.DROPINDEX <https://redis.io/commands/ft.dropindex>`_.
""" # noqa
keep_str = "" if delete_documents else "KEEPDOCS"