Add object caching service
westonruter opened this issue · 0 comments
westonruter commented
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