ShimSeongbo / study

0 stars 0 forks source link

Redis 야무지게 사용하기 #16

Open ShimSeongbo opened 1 year ago

ShimSeongbo commented 1 year ago

1. Redis 캐시로 사용하기

image

Most popular software cashing solution

캐싱 전략(Caching Strategies)

가장 일반적인 읽기 전략 Look-Aside(Lazy Loading)

image

쓰기 전략

image
ShimSeongbo commented 1 year ago

In-memory