# File lib/redis.rb, line 1916
  def hgetall(key)
    synchronize do |client|
      client.call([:hgetall, key], &_hashify)
    end
  end