summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/hset.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/hset.md')
-rw-r--r--iredis/data/commands/hset.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/iredis/data/commands/hset.md b/iredis/data/commands/hset.md
index a975947..42e15c1 100644
--- a/iredis/data/commands/hset.md
+++ b/iredis/data/commands/hset.md
@@ -1,9 +1,6 @@
-Sets `field` in the hash stored at `key` to `value`. If `key` does not exist, a
-new key holding a hash is created. If `field` already exists in the hash, it is
-overwritten.
-
-As of Redis 4.0.0, HSET is variadic and allows for multiple `field`/`value`
-pairs.
+Sets `field` in the hash stored at `key` to `value`.
+If `key` does not exist, a new key holding a hash is created.
+If `field` already exists in the hash, it is overwritten.
@return