Caching Patterns by Patrik

Job And Message Queuing Caching Pattern

Applications often add tasks to a queue when the operations associated with the request take time to execute. Longer running operations are queued to be processed in sequence, often by another server. This method of deferring work is called task queuing. Azure Cache for Redis provides a distributed queue to enable this pattern in your application.

Comments

Leave a Comment

All fields are required. Your email address will not be published.