Open oelachqar opened 5 years ago
Redis is a memory key value store, which means if the memory is full or if the machine reboots we loose our data.
To mitigate this we need to:
There are these two options (which can be used together): https://redis.io/topics/persistence
Redis is a memory key value store, which means if the memory is full or if the machine reboots we loose our data.
To mitigate this we need to: