mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
10 lines
331 B
YAML
10 lines
331 B
YAML
services:
|
|
Chill\MainBundle\Redis\RedisConnectionFactory:
|
|
arguments:
|
|
$parameters: "%chill_main.redis%"
|
|
tags:
|
|
- { name: kernel.event_subcriber }
|
|
|
|
Chill\MainBundle\Redis\ChillRedis:
|
|
factory: [ '@Chill\MainBundle\Redis\RedisConnectionFactory', 'create' ]
|
|
|