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