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


2 years ago

im pretty sure it is setup for persistent storage


maddsua
HOBBY

2 years ago

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


maddsua
HOBBY

2 years ago

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


maddsua
HOBBY

2 years 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


2 years ago

this is what the template does fwiw


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


2 years ago

^ yes


2 years ago

1327323520295899210


2 years ago

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


maddsua
HOBBY

2 years ago

Sherlock....


sorry didnt see it 💀


2 years ago

!s


Status changed to Solved brody over 1 year ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...