go-redis / cache

Cache library with Redis backend for Golang
https://redis.uptrace.dev/guide/go-redis-cache.html
BSD 2-Clause "Simplified" License
757 stars 95 forks source link

feature: encapsulate server-assisted client side caching #66

Closed wymli closed 2 years ago

wymli commented 3 years ago

I wonder that if you will inplement a client side cache with server's publishing invalidation to evict stale cached data. ref: https://redis.io/topics/client-side-caching

westwin commented 1 year ago

I have same question.

When I saw the SkipLocalCache in the first time, I thought it was client side caching. but it is not..