You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, there should be some documentation or point to documentation about different maxmemory-policy choices, and how they could offer improvements over others for drupal or other uses.
The text was updated successfully, but these errors were encountered:
We currently don't provide any easy way to modify the default configuration of redis beyond
MAXMEMORY
,DATABASES
andLOGLEVEL
There are some other options that would be worth configuring, like the
maxmemory-policy
parameter https://github.com/uselagoon/lagoon-images/blob/main/images/redis/conf/redis.conf#L8Also, there should be some documentation or point to documentation about different
maxmemory-policy
choices, and how they could offer improvements over others for drupal or other uses.The text was updated successfully, but these errors were encountered: