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