In order to make use of an `object-cache.php` drop-in, we just make the Redis service available. For example: ```yml services: cache: type: redis persist: true ``` See https://docs.devwithlando.io/tutorials/redis.html
In order to make use of an
object-cache.phpdrop-in, we just make the Redis service available. For example:See https://docs.devwithlando.io/tutorials/redis.html