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