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
3 changes: 2 additions & 1 deletion content/commands/hsetex.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ syntax_str: "[FNX | FXX] [EX\_seconds | PX\_milliseconds | EXAT\_unix-time-secon
title: HSETEX
---

Set the value of one or more fields of a given hash key, and optionally set their expiration time or time-to-live (TTL).
Set the value of one or more fields of a given hash key and optionally
set their expiration time or time-to-live (TTL). If the given key already holds a value, it is overwritten and any previous TTLs associated with the key are discarded.

## Options

Expand Down
Loading