Skip to content

Commit 3046aa2

Browse files
authored
Merge branch 'community-edition-8' into DOC-4873
2 parents df7258b + 653b6ca commit 3046aa2

File tree

5 files changed

+214
-10
lines changed

5 files changed

+214
-10
lines changed

content/commands/hgetex/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ syntax_str: "[EX\_seconds | PX\_milliseconds | EXAT\_unix-time-seconds | PXAT\_u
8888
\ | PERSIST] FIELDS\_numfields field [field ...]"
8989
title: HGETEX
9090
---
91+
9192
Get the value of one or more fields of a given hash key and optionally set their expiration time or time-to-live (TTL).
9293

9394
## Options

content/commands/hsetex/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ syntax_str: "[FNX | FXX] [EX\_seconds | PX\_milliseconds | EXAT\_unix-time-secon
106106
\ value ...]"
107107
title: HSETEX
108108
---
109+
109110
Set the value of one or more fields of a given hash key, and optionally set their expiration time or time-to-live (TTL).
110111

111112
## Options

0 commit comments

Comments
 (0)