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