Skip to content

Commit dfd1aeb

Browse files
committed
Merge pull request #446 from yaauie/mapped-hmset-docs-fix
doc: mapped_hmset doesn't accept empty hashes
2 parents 2b3f8ab + f6dd362 commit dfd1aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/redis.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1856,7 +1856,7 @@ def hmset(key, *attrs)
18561856
# # => "OK"
18571857
#
18581858
# @param [String] key
1859-
# @param [Hash] hash fields mapping to values
1859+
# @param [Hash] a non-empty hash with fields mapping to values
18601860
# @return `"OK"`
18611861
#
18621862
# @see #hmset

0 commit comments

Comments
 (0)