Private
Public Access
1
0

change session driver to REDIS

This commit is contained in:
2017-01-03 16:11:19 +01:00
parent e387e21b34
commit 0effd8ab8d
3 changed files with 13 additions and 23 deletions

View File

@@ -19,12 +19,6 @@ services:
arguments:
- "@snc_redis.cache"
# config.yml --> gos_web_socket > storage > client > decorator
gos_web_socket.client_storage.doctrine.decorator:
class: Gos\Bundle\WebSocketBundle\Client\Driver\DoctrineCacheDriverDecorator
arguments:
- "@doctrine_cache.providers.doctrine.orm.default_result_cache"
mineseeker.periodic:
class: Mine\SeekerBundle\Periodic\MinePeriodic
tags: