How Redis persist data
Blog icon0x2
Apr 12
Two methods can be used together, separately, or not at all in some circumstances.Snapshottingsnapshotting that takes the data as it exists at one moment in time and writes it to disk. so the configuration will be:save 60 1000 # how often to perform an automatic snapshot stop-writes-on-bgsave-error no # whether to compress the snapshot rdbcompression yes # whether to keep accepting writes on failure dbfilename dump.rdb # what to name the snapshot on disk dir /var/lib/redis Methods to initiate...

0x2

Written by
0x2
Subscribe

2025 Paragraph Technologies Inc

PopularTrendingPrivacyTermsHome
Search...Ctrl+K

0x2

Subscribe