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