#what is the use for a volume in the Redis database?
14 messages · Page 1 of 1 (latest)
Project ID: N/A
im pretty sure it is setup for persistent storage
If you didn't know, Redis has multiple persistence mechanisms
For example, snapshots could be created in regular intervals to write all the data stored in memory to a disk
There's also an append file mode, that will log all the operations to a file, from which the state of the database can be restored later
this is what the template does fwiw
i know and thats my question, is the redis database using any kind of persistance?
^ yes
if your redis deploy is old you may have aof enabled though
Sherlock....
sorry didnt see it 💀
!s