# File lib/redis.rb, line 1906 def hvals(key) synchronize do |client| client.call([:hvals, key]) end end