Skip to content

Commit df3eda8

Browse files
authored
Refine summary for MSETEX command documentation (#2409)
Updated summary to remove redundancy and clarify the operation.
1 parent 661f2b8 commit df3eda8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/commands/msetex.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,16 +94,15 @@ key_specs:
9494
linkTitle: MSETEX
9595
since: 8.4.0
9696
summary: Atomically sets multiple string keys with a shared expiration in a single
97-
operation. Supports flexible argument parsing where condition and expiration flags
98-
can appear in any order.
97+
operation.
9998
syntax_fmt: "MSETEX numkeys key value [key value ...] [NX | XX] [EX\_seconds |\n \
10099
\ PX\_milliseconds | EXAT\_unix-time-seconds |\n PXAT\_unix-time-milliseconds |\
101100
\ KEEPTTL]"
102101
syntax_str: "key value [key value ...] [NX | XX] [EX\_seconds | PX\_milliseconds |\
103102
\ EXAT\_unix-time-seconds | PXAT\_unix-time-milliseconds | KEEPTTL]"
104103
title: MSETEX
105104
---
106-
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.
105+
Atomically sets multiple string keys with an optional shared expiration in a single operation.
107106

108107
## Required arguments
109108

0 commit comments

Comments
 (0)