Redis caching, sessions, and object cache in WordPress via Acorn; configuration with Lando, cache tags, and Laravel's Redis facade
wp_cache_*) backed by Redis instead of ephemeral in-process cachewp_options autoload pressure needs reliefacorn-queues when jobs need durable storage beyond sync driverfile or database cache driver insteadwp_cache_* calls are rare and localized — flushing coordination overhead may exceed benefitredis service (setup shown below)predis/predis or phpredis extension availablewp-redis or object-cache.php drop-in installed for WordPress object cache integrationREDIS_HOST / REDIS_PORT set in .envLando provides Redis as a service. Acorn connects to it through Laravel's Redis integration (illuminate/redis). Three primary uses:
sage:acorn-queues)The Redis service is already defined in .lando.yml (see sage:roots-sage-lando lando-setup reference):