From 5c8cc9c0fc172cd5f6fdf92c3077223d330db4af Mon Sep 17 00:00:00 2001 From: Lior Kogan Date: Tue, 18 Nov 2025 19:53:11 +0200 Subject: [PATCH] Refine summary for MSETEX command documentation Updated summary to remove redundancy and clarify the operation. --- content/commands/msetex.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/commands/msetex.md b/content/commands/msetex.md index 4613476efa..a55d9b3709 100644 --- a/content/commands/msetex.md +++ b/content/commands/msetex.md @@ -94,8 +94,7 @@ key_specs: linkTitle: MSETEX since: 8.4.0 summary: Atomically sets multiple string keys with a shared expiration in a single - operation. Supports flexible argument parsing where condition and expiration flags - can appear in any order. + operation. syntax_fmt: "MSETEX numkeys key value [key value ...] [NX | XX] [EX\_seconds |\n \ \ PX\_milliseconds | EXAT\_unix-time-seconds |\n PXAT\_unix-time-milliseconds |\ \ KEEPTTL]" @@ -103,7 +102,7 @@ syntax_str: "key value [key value ...] [NX | XX] [EX\_seconds | PX\_milliseconds \ EXAT\_unix-time-seconds | PXAT\_unix-time-milliseconds | KEEPTTL]" title: MSETEX --- -Atomically sets multiple string keys with an optional shared expiration in a single operation. Supports flexible argument parsing where condition and expiration flags can appear in any order. +Atomically sets multiple string keys with an optional shared expiration in a single operation. ## Required arguments