From b5af03240d465c7e751cdfb49fa842bed080a959 Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Mon, 5 Jan 2026 06:54:16 -0800 Subject: [PATCH] DEV: (cmds) update FT.SEARCH command page --- content/commands/ft.search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/commands/ft.search.md b/content/commands/ft.search.md index 6c2d881a16..9f5fc5d760 100644 --- a/content/commands/ft.search.md +++ b/content/commands/ft.search.md @@ -510,7 +510,7 @@ FT.SEARCH returns an array reply, where the first element is an integer reply of {{% alert title="Notes" color="warning" %}} - If `NOCONTENT` is given, an array is returned where the first element is the total number of results, and the rest of the members are document ids. -- If a relevant key expires while a query is running, an attempt to load the key's value will return a null array. However, the key is still counted in the total number of results. +- If a relevant key expires while a query is running, an attempt to load the updated key's value will return a null array. However, the key is still counted in the total number of results. {{% /alert %}}