Roland Häder
751394fc1d
Redis:
- added support for redis server:
// Required to actually have this cache driver active:
$a->config['system']['cache_driver'] = 'redis';
// ---- OPTIONAL/DEFAULT: ----
$a->config['system']['redis_host'] = '127.0.0.1';
$a->config['system']['redis_port'] = 6379;
Signed-off-by: Roland Häder <roland@mxchange.org>
2018-05-14 22:50:05 +02:00
..
2018-03-24 18:39:13 +00:00
2018-03-24 18:39:13 +00:00
2018-03-24 18:39:13 +00:00
2018-04-18 23:36:23 -04:00
2018-05-14 22:50:05 +02:00