
Scenario 1: The figure shows a Distributed session storage interacting with different servers. Redis provides mechanisms to distribute a consistent cache across multiple servers.
Scenario 2: The figure shows a Video camera that outputs data at high speed. The In-memory Redis cache is fast enough to keep up with the devices producing a steady stream of voluminous data. The data is eventually written to a persistent database.
Back