A business class Redis® object cache backend for WordPress
Truly reliable, highly-optimized and fully customizable, with a dedicated engineer when you most need it.- Rewritten for raw performance
- WordPress object cache API compliant
- Easy debugging & logging
- Cache prefetching and analytics
- Fully unit tested (100% code coverage)
- Secure connections with TLS
- Health checks via WordPress & WP CLI
- Optimized for WooCommerce, Jetpack & Yoast SEO
## Installation
See the installation instructions https://objectcache.pro/docs/installation/.
## Documentation
You’ll find the documentation on https://objectcache.pro/docs/.
Demo: https://objectcache.pro/v1.20.0 - 2023-09-19
Added
Added cache integrity protection
Added analytics charts to dashboard widget
Added objectcache_widget_metrics filter
Added wp redis reset command
Added support for OBJECTCACHE_OVERRIDE and OBJECTCACHE_MERGE constants
Added support for PhpRedis v6.0
Added analytics.sample_rate configuration option
Changed
Reduce default retries from 5 to 3
Refresh nonce using X-WP-Nonce header
Expose Relay license issues in Dashboard widget
Refactored various flush mechanisms
Expanded ObjectCache::withoutMutations() callback type from Closure to callable
Delete objectcache_* site options when uninstalling
Improved license API error handling
Fixed
Fixed failover when using Redis Sentinel
Bump plugins_api priority to prevent plugins from hijacking responses
Mute rare undefined array key notice in flushBacktraceSummary()
Removed
Removed split_the_query filter in favor of native WordPress 6.4 behavior
Removed deprecated rediscache_* filters
Removed deprecated ObjectCache::flushMemory() method
Removed objectcache_analytics_retention filter
Removed --async option from wp redis flush