From 37b961cedbfa264737e645e4c9343724a412b1bc Mon Sep 17 00:00:00 2001 From: Igor Malinovskiy Date: Sun, 4 Dec 2022 09:04:53 +0100 Subject: [PATCH] Use explicit index name in RediSearch example (#2466) Co-authored-by: Igor Malinovskiy Co-authored-by: Chayim I. Kirshen --- docs/redismodules.rst | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/redismodules.rst b/docs/redismodules.rst index f764d821fd..2b0b3c6533 100644 --- a/docs/redismodules.rst +++ b/docs/redismodules.rst @@ -12,17 +12,17 @@ These are the commands for interacting with the `RedisBloom module `_. Below is a brief example, as well as documentation on the commands themselves. +These are the commands for interacting with the `RediSearch module `_. Below is a brief example, as well as documentation on the commands themselves. In the example +below, an index named *my_index* is being created. When an index name is not specified, an index named *idx* is created. **Create a search index, and display its information** @@ -117,8 +118,9 @@ These are the commands for interacting with the `RediSearch module