Redis and MongoDB: Write-Behind Pattern



Redis and MongoDB: Write-Behind Pattern

Redis and MongoDB: Write-Behind Pattern

Learn to flatten peaks in demand by queuing write operations with the write-behind pattern. Try Redis Cloud for free! https://redis.info/3pyzVea

The write-behind pattern is used to flatten peaks in demand by queuing write operations in Redis and writing to the system of record during periods of lower demand. When you are doing batch processing, consider the write-behind pattern.

Watch this video to learn how:
– The write-behind pattern is for high-volume database writes
– Redis Stack can store master data as JSON documents
– Redis is a good way to speed up a MongoDB app

Download the e-book “Three Design Patterns to Speed Up MEAN and MERN Stack Applications”: https://redis.com/docs/three-design-patterns-to-speed-up-mean-and-mern-stack-applications/

Get started with redis on any platform or language: https://developer.redis.com/howtos/quick-start

Check out Redis University: https://university.redis.com

#Redis #Cache #MongoDB