2 years ago
does it use any sort of storage for the keys and values?
13 Replies
2 years ago
N?A
2 years ago
im pretty sure it is setup for persistent storage
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
2 years ago
this is what the template does fwiw
2 years ago
i know and thats my question, is the redis database using any kind of persistance?
2 years ago
^ yes
2 years ago

2 years ago
if your redis deploy is old you may have aof enabled though
2 years ago
sorry didnt see it 💀
2 years ago
!s
Status changed to Solved brody • over 1 year ago