In-Memory Relay Integration
Support for the Relay PHP extension. Replicates hot keys into local server memory, delivering cache reads at native memory speeds—removing network trips to Redis.
Apex Cache Pro replaces the standard WordPress object cache with an enterprise-ready Redis engine. Designed for sub-millisecond responses, multisite environments, cluster topologies, and modern in-memory acceleration.
< 0.2ms
Average Latency
99.8%
Cache Hit Rate
95%
DB Load Reduction
WP DB Query
45.0 ms
Apex Cache Pro
0.12 ms
ℹ object-cache.php client loaded
✔ phpredis connected via socket
✔ relay dynamic replica pool synchronization: OK
Memory manager thread initialized (O(1) invalidator)
Real-Time Proof
Drag the slider to adjust simultaneous dynamic requests per second. Observe the toll placed on a raw MySQL database versus the flatlined efficiency of Apex Cache Pro.
Simulate concurrent traffic spikes
Direct MySQL database queries per request
In-Memory persistence with Relay extension
Deployment Topologies
Apex Cache Pro natively understands your Redis server setup. Switch topologies in seconds with simple constant bindings in your configuration layer.
WordPress Site
PHP-FPM
Redis Server
127.0.0.1:6379
Perfect for standard single-server VPS configurations. Replaces the cache layer with sub-millisecond connection times via sockets or local ports.
// Caching configuration
define('WP_REDIS_HOST', '127.0.0.1');
define('WP_REDIS_PORT', 6379);
define('WP_REDIS_TIMEOUT', 1.0);
define('WP_REDIS_CONFIG', [
'client' => 'relay',
'prefix' => 'apex_cache',
'serializer' => 'msgpack',
]);
DevOps Friendly
Apex Cache Pro provides first-class WP-CLI commands. Invalidate namespaces, monitor hit metrics, and debug connection health straight from your secure terminal.
Core Features
We did not copy traditional WordPress object caching plugins. We rebuilt the cache pipeline from the ground up, utilizing modern Redis capabilities.
Support for the Relay PHP extension. Replicates hot keys into local server memory, delivering cache reads at native memory speeds—removing network trips to Redis.
Implements probabilistic early expiration. Recalculates expiring cache entries in the background before they die, preventing database bottlenecks when keys expire.
Instead of executing heavy `KEYS` scans, Apex Cache Pro tracks cache groups with Redis sets, enabling constant-time flushing that does not hang your Redis instance.
Encrypt connections in transit using TLS. Supports modern Redis Access Control Lists (ACLs) to authenticate specific roles with customized read/write permissions.
Fully integrates into the WordPress admin panel. Monitor connection statuses, latency metrics, commands executed, and key eviction counts in real-time.
Isolate cache namespaces between sub-sites in multisite networks. Manage global transients easily and scale network operations safely under a single config.
Resiliency Comparison
Enterprise-grade persistent object caching features contrasted with standard caching tools and Object Cache Pro. See how Apex Cache Pro delivers matching performance plus suite-level integration.
Uncompromising performance, massive suite value.
Get the performance of Object Cache Pro, plus full analytics and security suites, starting at just $15/month.
Any Questions?
Apex Cache Pro is included in every Apex Stack plan, alongside Apex Insights and Apex Security. Start accelerating your sites under a single subscription.
Requires WordPress >= 5.6 and PHP >= 7.4. Optimized for Redis >= 6.0.