Skip to content

Commit 34357bb

Browse files
author
Joshua
committed
Add hsetex and tests
1 parent a08c5a2 commit 34357bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

valkey/commands/core.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5076,6 +5076,8 @@ def hsetex(
50765076
``mapping`` accepts a dict of key/value pairs to be added to hash ``name``.
50775077
``items`` accepts a list of key/value pairs to be added to hash ``name``.
50785078
Set expiration options for the hash fields.
5079+
5080+
For more information see https://valkey.io/commands/hsetex
50795081
"""
50805082

50815083
if key is None and not mapping and not items:

0 commit comments

Comments
 (0)