How to avoid redis queu lose if a redis task ends

50 Views Asked by At

I have a service running always one task which loads a docker Redis image. This service runs in an ECS.

Now my question is: Given this configuration, if the Redis task ends, it will load a new Redis task. However, I understand the queu Redis has will be lost. Is there any way to keep the Redis queu so the next Redis task will take it? Do I have to use any other Amazon system? (Elasticache?)

0

There are 0 best solutions below