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