-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
When provider is tagged to be cleared during cache:clear command, container is failing to be assembled.
It appears, that assembling process messes up with arguments:
"Symfony\Component\Cache\Traits\RedisTrait::init()" expects parameter 1 to be Redis, RedisArray, RedisCluster or Predis\ClientInterface, "string" given.
With File cache adapter the same configuration works just fine.
craue_config_cache_provider:
class: Symfony\Component\Cache\Adapter\RedisAdapter
public: false
tags:
- { name: 'cache.pool', clearer: 'cache.system_clearer' }
arguments:
- '@Redis'
- 'craue_config'
- 3600
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels