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

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