Skip to content

Add documentation about redis cache configuration #14683

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
Dec 16, 2020

Conversation

alexander-schranz
Copy link
Contributor

@alexander-schranz alexander-schranz commented Dec 9, 2020

Add documentation about redis cache configuration.

I personally did run into issue that my cache did explode and I didn't know why. At the end old cache entries where never thrown away. This can easily be fixed by configuring redis with a maxmemory and maxmemory-policy. So the server will not run into having to much RAM usage.

Copy link
Contributor

@dbu dbu left a comment

Choose a reason for hiding this comment

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

very good point to say this in the documentation. i tried to rephrase it a bit

@alexander-schranz
Copy link
Contributor Author

@dbu thx for the corrections :)

@OskarStark
Copy link
Contributor

OskarStark commented Dec 16, 2020

Thank you Alexander, I made some adjustments while merging in ead414b

@OskarStark OskarStark merged commit 78dd1cd into symfony:4.4 Dec 16, 2020
OskarStark added a commit to OskarStark/symfony-docs that referenced this pull request Dec 16, 2020
OskarStark added a commit to OskarStark/symfony-docs that referenced this pull request Dec 16, 2020
* 4.4:
  minor. refs symfony#14683
  Add documentation about redis cache configuration
OskarStark added a commit to OskarStark/symfony-docs that referenced this pull request Dec 16, 2020
* 5.1:
  minor. refs symfony#14683
  Add documentation about redis cache configuration
OskarStark added a commit to OskarStark/symfony-docs that referenced this pull request Dec 16, 2020
* 5.2:
  minor. refs symfony#14683
  Add documentation about redis cache configuration
@alexander-schranz alexander-schranz deleted the patch-1 branch December 16, 2020 13:57
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.

4 participants