GoogleChromeLabs/wordpressdev

Add object caching service

westonruter opened this issue · 0 comments

In order to make use of an object-cache.php drop-in, we just make the Redis service available. For example:

services:
  cache:
    type: redis
    persist: true

See https://docs.devwithlando.io/tutorials/redis.html