Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis Client Side Caching? #11

Open
rueian opened this issue Sep 1, 2023 · 1 comment
Open

Redis Client Side Caching? #11

rueian opened this issue Sep 1, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@rueian
Copy link

rueian commented Sep 1, 2023

Hello everyone,

I recently came across this post discussing the drawbacks and trade-offs of using Redis.

Redis offers a server-assisted client-side caching feature that provides a solution to combine local cache with Redis.

Would the team be open to exploring the potential benefits of this feature?

Thanks!

@slorello89
Copy link
Contributor

Something worth looking into down the line if there's a lot of interest and people are brushing up against the tradeoffs of having a purely distributed cache. CSC is particularly useful when you have very hot keys that you don't want to go back to your distributed cache for. If that becomes a common problem, this could be a very useful solution.

@slorello89 slorello89 added the enhancement New feature or request label Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants