redis-cache
redis-cache copied to clipboard
A persistent object cache backend for WordPress powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.
after update 2.1.6 ... object-cache.php 820 LINE $options['replication'] = 'predis'; // true not work... wp-config.php WP_REDIS_SERVERS parameter : alias=master does not work. role=master & role=replica Edit like this, replication works...
Please see comments.
How can this be the most useful? - [ ] Toggle via options in settings - [ ] Enabled by default? - [ ] Disabled via `WP_REDIS_DISABLE_ADMINBAR` - [ ]...
After #140 is implemented, maybe we can build a `wp-config.php` setter that allows users to easily configure the plugin.
WIP As discussed in https://github.com/rhubarbgroup/redis-cache/pull/277
My best guess is that this is never called. Thoughts @naxvog? In 3.0 we should re-think the serialization.
 - https://twitter.com/markjaquith/status/1297690855017521153 - https://github.com/coenjacobs/mozart
The "salt" as "prefix" is a misleading naming convention. I keep seeing prefixes that are ridiculously long and contain _all the characters_. Let's nudge users towards a cleaner prefix setup...
Hello, On a webserver sensible to microtime calls, we've seen that even with the `WP_REDIS_DISABLE_METRICS` enabled calls to the `microtime` functions are done. Can it be possible to shutdown all...
I have one issue with `WP_REDIS_GRACEFUL` WordPress makes several calls to `wp_cache_delete()` (especially [wp-includes/meta.php](https://github.com/WordPress/WordPress/blob/master/wp-includes/meta.php) ): if one of them ends up being a no-op, the relevant cache entry becomes stale....