Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
[Cache] Show how to configure redis provider#11364
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
Uh oh!
There was an error while loading.Please reload this page.
javiereguiluz commentedApr 9, 2019
@xabbuh could you please double check the XML config? Thanks! |
wouterj left a comment
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.
XML looks good!
Looking at the XmlFileLoader, I it seems likekey is used instead of name, butkey defaults to name. So I thinkname looks more logical?
Nyholm commentedApr 9, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I did a quick search. Using "key" is standard on all other places in the docs |
Nyholm commentedApr 9, 2019
Thank you for the reviews! |
This PR was squashed before being merged into the 3.4 branch (closes#11364).Discussion----------[Cache] Show how to configure redis providerThis will properlyfix#10989Im not 100% confident on the xml configuration.@nicolas-grekas is this a good description of the Provider?Commits-------120a87e [Cache] Show how to configure redis provider
javiereguiluz commentedApr 9, 2019
Thanks Tobias (and reviewers) for another nice Cache contribution. |
Uh oh!
There was an error while loading.Please reload this page.
This will properlyfix#10989
Im not 100% confident on the xml configuration.
@nicolas-grekas is this a good description of the Provider?