summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/hmset.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-07-17 07:34:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-07-17 07:34:44 +0000
commit02a04a2335701bfc8d6a1087338f58e9f37ceb52 (patch)
tree92c2c729cfdaaa3942a251357ff100e28a8b8624 /iredis/data/commands/hmset.md
parentAdding upstream version 1.9.1. (diff)
downloadiredis-upstream/1.9.4.tar.xz
iredis-upstream/1.9.4.zip
Adding upstream version 1.9.4.upstream/1.9.4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'iredis/data/commands/hmset.md')
-rw-r--r--iredis/data/commands/hmset.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/iredis/data/commands/hmset.md b/iredis/data/commands/hmset.md
index f66a364..0b2876a 100644
--- a/iredis/data/commands/hmset.md
+++ b/iredis/data/commands/hmset.md
@@ -2,7 +2,7 @@ Sets the specified fields to their respective values in the hash stored at
`key`. This command overwrites any specified fields already existing in the
hash. If `key` does not exist, a new key holding a hash is created.
-As per Redis 4.0.0, HMSET is considered deprecated. Please use `HSET` in new
+As per Redis 4.0.0, HMSET is considered deprecated. Please prefer `HSET` in new
code.
@return