-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Is there a support for client-side-caching? #1623
Comments
We plan to add support for this in v4.1 |
Hi, assuming this didn't make it into v4.1? Is it planned for an upcoming release? |
@tnabil It's on the roadmap, but it'll take some time. I hope I'll have time this week to share the roadmap. |
@leibale This will have a tremendous impact on a lot of applications. Currently, there's no easy way to do avoid server lookups if the data is already available in the running Node.js process. It's really easy to make mistakes when trying to achieve static caching. The only safe way is using a per request static cache but even this is hard to implement. In languages like PHP it's relatively easy to use static caching. Just some thoughts. Of course, it's not going to be easy to implement this in the client (I guess). |
@leibale Any update? 😇 |
@hansott we want to get to it, but there are a couple of features with higher priority (for example, Sentinel and RESP3) 😐 |
@leibale I might take a stab at it when I find some time. Can you share some thoughts how to approach this one? Is there any chat we can use? |
The Redis discord server is probably the easiest way (search for "leibale" and DM me), or if you don't have discord we can use this issue as a chat... Some thoughts:
|
Is there any update on it? |
https://redis.io/topics/client-side-caching
The text was updated successfully, but these errors were encountered: