thanks to dear member @jessy updated Redis Cache By Xon with a new update entry:
2.11.0
Read the rest of this update entry...
2.11.0
- Fix support for Redis v7+ high-availability using Redis Sentinel
- Add support for redis auth via username/password (vs just password). Requires redis v6+
PHP:
$config['cache']['config']['username'] = 'myUsername'; // requires redis 6+, or for cloud redis installations
$config['cache']['config']['password'] = '....';- Improve SSL/TLS support, exposing tls/ssl options.
PHP:
$config['cache']['config']['server'] = 'ssl://127.0.0.1';
// See...
Read the rest of this update entry...