mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
More checks on cache returned values.
Switched to Redis in tests.
This commit is contained in:
@@ -18,10 +18,10 @@ main:
|
||||
path: '/tmp/db.sqlite'
|
||||
charset: UTF8
|
||||
cache:
|
||||
type: MemcacheCache
|
||||
type: RedisCache
|
||||
options:
|
||||
host: localhost
|
||||
port: 11211
|
||||
port: 6379
|
||||
search-engine:
|
||||
type: elasticsearch
|
||||
# type: phrasea
|
||||
|
Reference in New Issue
Block a user