Commit 78dd1cd
committed
minor #14683 Add documentation about redis cache configuration (alexander-schranz)
This PR was squashed before being merged into the 4.4 branch.
Discussion
----------
Add documentation about redis cache configuration
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](doctrine/DoctrinePHPCRBundle#349 (comment)). 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.
Commits
-------
8e2e7de Add documentation about redis cache configuration1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
204 | 216 | | |
205 | 217 | | |
206 | 218 | | |
| |||
211 | 223 | | |
212 | 224 | | |
213 | 225 | | |
| 226 | + | |
0 commit comments