Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Cache] Fallback to positional when keyed results are broken#23065
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
3627e34 tod209bd8Comparenicolas-grekas commentedJun 5, 2017
Ready, now with a notice about MemcachedAdapter + TagAwareAdapter. |
| * - tags eviction by Memcached's LRU algorithm will break by-tags invalidation; | ||
| * your Memcached memory should be large enough to never trigger LRU. | ||
| * | ||
| * Using a MemcachedAdapter as a pure items store is fine of course. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I would removeof course
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
removed
fabpot commentedJun 5, 2017
Thank you@nicolas-grekas. |
…en (nicolas-grekas)This PR was merged into the 3.3 branch.Discussion----------[Cache] Fallback to positional when keyed results are broken| Q | A| ------------- | ---| Branch? | 3.3| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | -| License | MIT| Doc PR | -Works aroundkrakjoe/apcu#247 ~~andfacebook/hhvm#7867Commits-------28aaa8e [Cache] Fallback to positional when keyed results are broken
Uh oh!
There was an error while loading.Please reload this page.
Works aroundkrakjoe/apcu#247
andfacebook/hhvm#7867