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