Understanding Redis Persistence – AOF & RDB + Docker



Understanding Redis Persistence – AOF & RDB + Docker

Understanding Redis Persistence - AOF & RDB + Docker

Did you actually know Redis is a database and that it can persist its data in the disk? Come understand how its mechanisms function and learn how to work with them.

0:00 Intro
1:18 Enabling persistence on Docker
3:50 Understanding RDB
5:00 Advantages of RDB
5:40 Disadvantages of RDB
6:19 Understanding AOF
7:26 Advantages of AOF
8:00 Disadvantages of AOF
8:22 RDB Hands On
12:44 AOF Hands On
18:51 Should I use RDB or AOF?
19:28 Ending

Redis Configuration file: https://github.com/redis/redis/blob/6.2/redis.conf

The content of this video is also available as a Medium article:
https://raphaeldelio.medium.com/understanding-persistence-in-redis-aof-rdb-on-docker-dcc176ea439

Follow me on social networks:
https://instagram.com/raphaeldelio
https://linkedin.com/in/raphaeldelio
https://github.com/raphaeldelio
https://twitter.com/raphaeldelio

Consider buying me a coffee: https://www.buymeacoffee.com/RaphaelDeLio

Or sending me BitCoin: bc1qvdku97kg9gykg833zfvun3mjv4c6r2fl7ut4tl

Comments are closed.