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

14 messages · Page 1 of 1 (latest)

mellow cypress
#

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

mortal gateBOT
#

Project ID: N/A

wide anchor
#

im pretty sure it is setup for persistent storage

shrewd lava
#

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

vestal dust
mellow cypress
vestal dust
#

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

mellow cypress
vestal dust
#

!s