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