[Answered ]-High Availability Redis

2👍

If “the tasks are extremely important” you should use RabbitMQ broker instead of Redis.

0👍

You should check Redis Sentinel which is the official high availability solution for Redis (work in progress, actively developed though).

👤Agis

0👍

Depending on where your app is hosted at, you could use a hosted Redis provider that offers HA.

Leave a comment