From 2e09bacd95cae4c951dae1335e66d44d81427bf8 Mon Sep 17 00:00:00 2001 From: Matthew Bryant Date: Fri, 2 May 2025 14:42:35 -0400 Subject: [PATCH] Update index.md Pretty sure this is a typo, the options should be for `HSETEX` not `HGETEX`. Gave me pause while reading the docs... --- content/commands/hsetex/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/commands/hsetex/index.md b/content/commands/hsetex/index.md index 6393284d1..f50f3a51a 100644 --- a/content/commands/hsetex/index.md +++ b/content/commands/hsetex/index.md @@ -111,7 +111,7 @@ Set the value of one or more fields of a given hash key, and optionally set thei ## Options -The `HGETEX` command supports a set of options: +The `HSETEX` command supports a set of options: * `FNX` -- Only set the fields if none of them already exist. * `FXX` -- Only set the fields if all of them already exist.