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