@nirmeetsanghani

Account created on 17 January 2025, 3 days ago
#

Recent comments

When Redis is down, added an option to display warning message to user. Use the following settings:

$settings['cache']['default'] = 'cache.backend.redis';
$settings['redis.connection']['host'] = 'redis';
$settings['redis.connection']['port'] = 6379;
$settings['redis.connection']['interface'] = 'PhpRedis';
$settings['redis.failover.warning_message'] = 'Redis service is down!';

3102739-40.patch

when Redis is down, added an option to display warning message to user.
Use the following settings.

$settings['cache']['default'] = 'cache.backend.redis';
$settings['redis.connection']['host'] = 'redis';
$settings['redis.connection']['port'] = 6379;
$settings['redis.connection']['interface'] = 'PhpRedis';
$settings['redis.failover.warning_message'] = 'Warning, Redis down!';
Production build 0.71.5 2024