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