SlideShare a Scribd company logo
CacheServiceDesign
withRedis
Rich.Lee
2018/12/15
Redis Cache design
https://redis.io/topics/persistence
Redis Cache design
Redis Cache design
Redis Cache design
Redis Cache design
Redis Cache design
RFC 2616
Directives Explanation
max-age=86400 Response can be cached by browser and any intermediary caches (that is,
it's "public") for up to 1 day (60 seconds x 60 minutes x 24 hours).
private, max-age=600 Response can be cached by the client’s browser only for up to 10 minutes (60
seconds x 10 minutes).
no-store Response is not allowed to be cached and must be fetched in full on every
request.
Redis Cache design
1. First request for data 2.The second request for data,
but the content has not changed
Redis Cache design
Flow diagram
Redis Cache design
Redis Cache design
http://10.120.138.215:8196/dbee/v1/auth
Redis Cache design
Redis Cache design
Redis Cache design
Redis Cache design
Redis Cache design
HTTP GET /dbee/v1/notifications

More Related Content

PPT
Performance Optimization using Caching | Swatantra Kumar
PDF
Don't Build "Death Star" Security - O'Reilly Software Architecture Conference...
PPTX
Cookies in servlets.ppt
PPTX
Caching concepts part 1
PDF
COSCUP 2023 Building Portable and Reliable Applications on Google Cloud
PDF
2021 JCConf 使用Dapr簡化Java微服務應用開發
PDF
GDG Taipei 2020 - Cloud and On-premises Applications Integration Using Event-...
PDF
JCConf.tw 2020 - Building cloud-native applications with Quarkus
Performance Optimization using Caching | Swatantra Kumar
Don't Build "Death Star" Security - O'Reilly Software Architecture Conference...
Cookies in servlets.ppt
Caching concepts part 1
COSCUP 2023 Building Portable and Reliable Applications on Google Cloud
2021 JCConf 使用Dapr簡化Java微服務應用開發
GDG Taipei 2020 - Cloud and On-premises Applications Integration Using Event-...
JCConf.tw 2020 - Building cloud-native applications with Quarkus

More from Rich Lee (7)

PDF
Couchbase & FTS
PPTX
Centralized log-management-with-elastic-stack
PDF
Microservice Architecture
PPTX
Apache Spark Introduction
PPTX
AWS IoT in action
PPTX
Realtime web development
PPTX
Event sourcing
Couchbase & FTS
Centralized log-management-with-elastic-stack
Microservice Architecture
Apache Spark Introduction
AWS IoT in action
Realtime web development
Event sourcing
Ad

Recently uploaded (20)

PPTX
Odoo POS Development Services by CandidRoot Solutions
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
PTS Company Brochure 2025 (1).pdf.......
PDF
How Creative Agencies Leverage Project Management Software.pdf
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PDF
top salesforce developer skills in 2025.pdf
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PDF
Understanding Forklifts - TECH EHS Solution
PDF
medical staffing services at VALiNTRY
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PPTX
history of c programming in notes for students .pptx
PPTX
ai tools demonstartion for schools and inter college
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PPTX
Transform Your Business with a Software ERP System
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Odoo POS Development Services by CandidRoot Solutions
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Operating system designcfffgfgggggggvggggggggg
PTS Company Brochure 2025 (1).pdf.......
How Creative Agencies Leverage Project Management Software.pdf
How to Migrate SBCGlobal Email to Yahoo Easily
Navsoft: AI-Powered Business Solutions & Custom Software Development
2025 Textile ERP Trends: SAP, Odoo & Oracle
top salesforce developer skills in 2025.pdf
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
Understanding Forklifts - TECH EHS Solution
medical staffing services at VALiNTRY
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
history of c programming in notes for students .pptx
ai tools demonstartion for schools and inter college
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
Transform Your Business with a Software ERP System
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Design an Analysis of Algorithms II-SECS-1021-03
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Ad

Redis Cache design