From dd874ab02db04853d4b5952712ab34693f9a93de Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 4 Jan 2023 08:19:36 +0100 Subject: Merging upstream version 1.13.0. Signed-off-by: Daniel Baumann --- iredis/data/commands/hmset.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'iredis/data/commands/hmset.md') diff --git a/iredis/data/commands/hmset.md b/iredis/data/commands/hmset.md index 0b2876a..8cec775 100644 --- a/iredis/data/commands/hmset.md +++ b/iredis/data/commands/hmset.md @@ -1,9 +1,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 prefer `HSET` in new -code. +`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. @return -- cgit v1.2.3