Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions content/commands/msetex.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,15 @@ 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]"
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

Expand Down