# File lib/redis.rb, line 1719 def hmset(key, *attrs) synchronize do |client| client.call([:hmset, key] + attrs) end end