From 50bd4a64e2a1cf23f4c449b7d9310c07dd288423 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Tue, 30 Apr 2019 16:50:39 -0700 Subject: [PATCH] Need to mention WP Redis here too --- readme.md | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index b2f6191..3d7f3d2 100644 --- a/readme.md +++ b/readme.md @@ -15,7 +15,7 @@ Supercharge your WP Object Cache with LCache, a persistent, performant, and mult For sites concerned with high traffic, speed for logged-in users, or dynamic pageloads, a high-speed and persistent object cache is a must. WP LCache improves upon Memcached and Redis object cache implementations by using APCu, PHP's in-memory cache, in a way that's compatible with multiple web nodes. Under the hood, WP LCache uses [LCache](https://github.com/lcache/lcache), a library that applies the tiered caching model of multi-core processors (with local L1 and central L2 caches) to web applications. -**Note**: WP LCache development is currently on hold, and not recommendated for production use, due to an [APCu cache fragmentation issue](https://github.com/lcache/wp-lcache/issues/138). +**Note**: WP LCache development is currently on hold, and not recommendated for production use, due to an [issue with APCu cache fragmentation](https://github.com/lcache/wp-lcache/issues/138). [WP Redis](https://wordpress.org/plugins/wp-redis/), also maintained by Pantheon, is a great alternative. WP LCache is faster than other object cache implementations because: diff --git a/readme.txt b/readme.txt index fcb8a34..96b3362 100644 --- a/readme.txt +++ b/readme.txt @@ -13,7 +13,7 @@ Supercharge your WP Object Cache with LCache, a persistent, performant, and mult For sites concerned with high traffic, speed for logged-in users, or dynamic pageloads, a high-speed and persistent object cache is a must. WP LCache improves upon Memcached and Redis object cache implementations by using APCu, PHP's in-memory cache, in a way that's compatible with multiple web nodes. Under the hood, WP LCache uses [LCache](https://github.com/lcache/lcache), a library that applies the tiered caching model of multi-core processors (with local L1 and central L2 caches) to web applications. -**Note**: WP LCache development is currently on hold, and not recommendated for production use, due to an [issue with APCu cache fragmentation](https://github.com/lcache/wp-lcache/issues/138). +**Note**: WP LCache development is currently on hold, and not recommendated for production use, due to an [issue with APCu cache fragmentation](https://github.com/lcache/wp-lcache/issues/138). [WP Redis](https://wordpress.org/plugins/wp-redis/), also maintained by Pantheon, is a great alternative. WP LCache is faster than other object cache implementations because: