mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 18:14:59 +00:00
14 lines
374 B
YAML
14 lines
374 B
YAML
services:
|
|
_defaults:
|
|
autowire: true
|
|
autoconfigure: true
|
|
|
|
Chill\MainBundle\Redis\RedisConnectionFactory:
|
|
arguments:
|
|
$parameters: "%chill_main.redis%"
|
|
tags:
|
|
- { name: kernel.event_subcriber }
|
|
|
|
Chill\MainBundle\Redis\ChillRedis:
|
|
factory: [ '@Chill\MainBundle\Redis\RedisConnectionFactory', 'create' ]
|