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