Skip to content
Open
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
2 changes: 1 addition & 1 deletion commands/hsetex.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Override all hash items will also persist the fields

Setting expiration time in the past will remove all the elements in the hash:
```
127.0.0.1:6379> HSETEX EX 0 myhash FIELDS 3 f1 v1 f2 v2 f3 v3
127.0.0.1:6379> HSETEX myhash EX 0 FIELDS 3 f1 v1 f2 v2 f3 v3
(integer) 1
127.0.0.1:6379> HTTL myhash FIELDS 3 f1 f2 f3
1) (integer) -2
Expand Down