A
A
Anatoly2019-09-19 16:54:33
Redis
Anatoly, 2019-09-19 16:54:33

Why does redis eat all the operatiu?

Good day.
Tell me please, what could be the problem?
There is a project that is hosted on 2 servers, between which there is a balancer.
The project is on laravel, and redis is used as a cache driver.
There was a problem, and the problem is that redis eats up all the RAM after a while.
I stop the balancer, then redis still loads the operative for some time, but gradually normalizes.
The second moment, when I clear the cache with the help php artisan cache:clear, it also normalizes, and then takes off again after a while.
The redis-a config did not change after installation.
Tell me, can anyone come across?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
Gomonov, 2019-09-19
@Gomonov

redis keeps all data in- line , periodically flushing it to disk if out of the box. The latter can be disabled through the settings

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question