Caching 4.3.1

I have apc and redis installed on my server

but when I enable them here

$config[‘cache_backend’] = ‘apc’;

$config[‘session_backend’] = ‘redis’;

it automatically makes the store offline

Any idea

hi,



for redis please check this line in “config.local.php” (default value):

$config['session_redis_server'] = 'localhost';



it may have other value for your server



additionally, please check server logs - they may give any clue…



best regards,

WSA team