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.
https://objectcache.pro/
A persistent object cache backend powered by Redis. Supports Predis, PhpRedis (PECL), Relay, replication, sentinels, clustering and WP-CLI.
To adjust the connection parameters, prefix cache keys or configure replication/clustering, please see our wiki.
OBJECT CACHE PRO
A business class Redis object cache backend. Truly reliable, highly optimized, fully customizable and with a dedicated engineer when you most need it.
https://wordpress.org/plugins/redis-cache/
- Rewritten for raw performance
- 100% WordPress API compliant
- Faster serialization and compression
- 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
Changelog
v1.21.3 - 2024-10-29
ChangedAllow more cache key separators in Relay prefix health checkFixedFixed changelog not being accessible when DISALLOW_FILE_MODS is setAvoid rare notice when using Query MonitorRemoved debug call
v1.21.2 - 2024-07-18
AddedSupport setting strict mode using OBJECTCACHE_STRICT environment variableChangedDon’t enable strict mode when a prefix is setFixedFixed connection error when no Sentinel replicas are available
v1.20.2 - 2023-10-28
Fixed
Fixed plugin version string
v1.20.1 - 2023-10-27
Changed
Log exception message when cache reset fails
Don’t run filesystem health check if DISALLOW_FILE_MODS is true
Changed filesystem test file name from .object-cache-test.tmp to object-cache.tmp
Fixed
Fixed async_flush when using PhpRedis v6.0
Avoid TypeError when using WP_Error::get_error_data()
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