what is the use for a volume in the Redis database?

does it use any sort of storage for the keys and values?

Solved

13 Replies

N?A


a year ago

im pretty sure it is setup for persistent storage


maddsua
HOBBY

a year ago

If you didn't know, Redis has multiple persistence mechanisms


maddsua
HOBBY

a year ago

For example, snapshots could be created in regular intervals to write all the data stored in memory to a disk


maddsua
HOBBY

a year ago

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


i know and thats my question, is the redis database using any kind of persistance?


a year ago

^ yes


a year ago

1327323520295899100


a year ago

if your redis deploy is old you may have aof enabled though


maddsua
HOBBY

a year ago

Sherlock….


sorry didnt see it 💀


a year ago

!s


Status changed to Solved brody about 1 year ago


Loading...