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