# File lib/redis/distributed.rb, line 322
    def sadd(key, value)
      node_for(key).sadd(key, value)
    end