redis-cache icon indicating copy to clipboard operation
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.

Results 27 redis-cache issues
Sort by recently updated
recently updated
newest added

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...

bug

How can this be the most useful? - [ ] Toggle via options in settings - [ ] Enabled by default? - [ ] Disabled via `WP_REDIS_DISABLE_ADMINBAR` - [ ]...

help wanted
feature request

After #140 is implemented, maybe we can build a `wp-config.php` setter that allows users to easily configure the plugin.

help wanted
feature request

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.

enhancement

![EgJS9AoWoAID0_Y](https://user-images.githubusercontent.com/665029/91102403-f231a000-e61d-11ea-8b4c-b188a4d1fbc7.jpeg) - https://twitter.com/markjaquith/status/1297690855017521153 - https://github.com/coenjacobs/mozart

enhancement

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...

enhancement

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...

enhancement

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....