Concept Flow - RDB configuration (save intervals)
Start Redis Server
Check save intervals config
Monitor changes in data
Has changed keys count reached threshold?
Wait and keep monitoring
Save snapshot to disk
Reset change counter
Continue monitoring
Redis monitors data changes and triggers saving snapshots to disk when configured thresholds of time and changes are met.