-
Notifications
You must be signed in to change notification settings - Fork 264
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
Keys are stored with _tmp and always gives Cache Miss when used in Multi Node Redis Cluster #319
Comments
Fix is part of this PR. #320 |
can you give the configuration of your chproxy & the setup of your Redis? Because we're using the cache on redis (+ multiple users of chproxy) and it's the first time we see the issue you mentioned. [edit]: I looked a the description of the PR (and not just the code) and I understand a bit more. See my comments in the PR. |
I'm closing the issue since the PR fixing it is merge. |
We have a setup of a redis cluster with 3 master and 3 replica nodes. We are using CHProxy as a caching layer for our application. Previously we had used the file system type of chproxy. Now we are moving to redis. We can see that all keys are being stored as _tmp. When hitting the same query again, CHProxy gives a cache miss and inserts another record with _tmp suffix.
The text was updated successfully, but these errors were encountered: