-
Notifications
You must be signed in to change notification settings - Fork 72
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
A call to Fetch after TagAsDeleted returns an old value #12
Comments
you need set StrongConsistency to true,like this: |
client := redis.NewClient(&redis.Options{ |
I think strongConsistency should default to true, otherwise my above result would look like something was wrong |
For most cache system, they are eventual consistency, not strong consistency. In most cases, performance is the most important Performance of strong consistency is lower than eventual consistency |
The text was updated successfully, but these errors were encountered: