We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a08c5a2 commit 34357bbCopy full SHA for 34357bb
valkey/commands/core.py
@@ -5076,6 +5076,8 @@ def hsetex(
5076
``mapping`` accepts a dict of key/value pairs to be added to hash ``name``.
5077
``items`` accepts a list of key/value pairs to be added to hash ``name``.
5078
Set expiration options for the hash fields.
5079
+
5080
+ For more information see https://valkey.io/commands/hsetex
5081
"""
5082
5083
if key is None and not mapping and not items:
0 commit comments