Browse Source
https://github.com/EasyEngine/easyengine/issues/677 volatile-lru is a poor choice as it depends on the keys stored to be explicitly marked as purgable, something that the WordPress Redis plugin DOES NOT do. This means that an EE server running Redis will fill the cache, never to clean it unless it's purged via the Nginx plugin. Setting it to allkeys-lru ensures that the oldest used keys are always purged if out of RAM instead of segfaulting and massively slowing down a WordPress site.master
zorrobyte
9 years ago
1 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue