# File lib/redis/distributed.rb, line 279
    def lrem(key, count, value)
      node_for(key).lrem(key, count, value)
    end