]> git.mxchange.org Git - friendica.git/commit
Redis:
authorRoland Häder <roland@mxchange.org>
Sun, 13 May 2018 05:38:53 +0000 (07:38 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 14 May 2018 20:50:05 +0000 (22:50 +0200)
commit751394fc1dcc3289c4ef1c9ea731c8dd1dda6ca7
tree85f20dd018619cc3f3edd07d48fee0b030de8816
parent69ac6feff79158a72fecbaf7c5e9ff8cfb8ff35e
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>
src/Core/Cache.php
src/Core/Cache/RedisCacheDriver.php [new file with mode: 0644]