Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 5, 2017

Conversation

nicolas-grekas
Copy link
Member

@nicolas-grekas nicolas-grekas commented Jun 5, 2017

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 around krakjoe/apcu#247 and facebook/hhvm#7867

@nicolas-grekas nicolas-grekas added this to the 3.3 milestone Jun 5, 2017
@nicolas-grekas nicolas-grekas force-pushed the memcached branch 5 times, most recently from 3627e34 to d209bd8 Compare June 5, 2017 10:00
@nicolas-grekas
Copy link
Member Author

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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would remove of course

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

@fabpot
Copy link
Member

fabpot commented Jun 5, 2017

Thank you @nicolas-grekas.

@fabpot fabpot merged commit 28aaa8e into symfony:3.3 Jun 5, 2017
fabpot added a commit that referenced this pull request Jun 5, 2017
…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 around krakjoe/apcu#247 ~~and facebook/hhvm#7867

Commits
-------

28aaa8e [Cache] Fallback to positional when keyed results are broken
@fabpot fabpot mentioned this pull request Jun 5, 2017
@nicolas-grekas nicolas-grekas deleted the memcached branch June 5, 2017 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants