-
Notifications
You must be signed in to change notification settings - Fork 3.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
[Client-side caching] About the Implementation of CSC #4013
Comments
We would have to start from somewhere. Right? We welcome PRs to support different CSC configuration parameters. |
@sazzad16 Thanks for your reply! When we use the default mode, maybe we should limit the maximum number of tracking keys to avoid consuming too much server-side memory? As described in |
Yes, this is a good idea to follow for the users and maintain at the server side. |
hi @sazzad16 , we are doing POC functional verification of CSC(using Jedis). We found that the server-side push of invalidation messages consumes a lot of CPU resources on the server side. Related issues have been submitted to the redis repository redis/redis#13681. Please help pay attention to this issue. Thanks! |
In the POC, we also encountered the problem of increasing server memory caused by tracking. tracking mode: default Related issues: redis/redis#9231. |
Hi, I would like to ask a question about the implementation of CSC.
Why choose the default mode to implement CSC? Redis documentation describes that the default mode costs some memory on the server side.
Thanks~
https://redis.io/docs/latest/develop/reference/client-side-caching/#the-redis-implementation-of-client-side-caching
Redis / Jedis Configuration
Jedis version: 5.2.0 GA
Redis version: > 6.0
Java version: 21
The text was updated successfully, but these errors were encountered: