1Overview
Apex Cache Pro replaces the default WordPress object cache with a hardened, Redis-backed persistent cache engine. It dramatically reduces database load by storing computed results in Redis — an in-memory data store that responds in sub-millisecond time.
Unlike the built-in WordPress transient and object cache (which is non-persistent by default), Apex Cache Pro persists cached objects across requests, meaning the database is only hit when the cache is cold or explicitly invalidated.
The plugin supports single Redis instances, Redis Cluster, and Redis Sentinel topologies. It works with phpredis, Predis, and Relay clients, and includes full multisite support with per-site cache isolation.