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