# File lib/redis/distributed.rb, line 514
    def hlen(key)
      node_for(key).hlen(key)
    end