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