Attack
Forum Üyesi
- Katılım
- 4 Şub 2023
- Mesajlar
- 2,618
- Puanları
- 0
We are trying to get a Redis sentinel setup (1 master, 2 slaves) to work with guest page caching.
We have this addon by
This add-on uses Credis with a custom cache provider for Redis. For best performance, install the php extension: phpredis You must have a Redis instance installed, this is likely not possible with shared hosting While XenForo 2 has a redis...
xenforo.com
My config.php:
PHP:
$config['cache']['enabled'] = true;$config['cache']['namespace'] = 'xfredis_';$config['cache']['provider'] = 'SV\RedisCache\Redis';$config['cache']['config']['server'] = 'tcp://**.**.**.**:26379,tcp://**.**.**.**:26379,tcp://**.**.**.**:26379'...
We have this addon by
Misafirler için gizlenen link, görmek için
Giriş yap veya üye ol.
installed:
Misafirler için gizlenen link, görmek için
Giriş yap veya üye ol.
This add-on uses Credis with a custom cache provider for Redis. For best performance, install the php extension: phpredis You must have a Redis instance installed, this is likely not possible with shared hosting While XenForo 2 has a redis...

My config.php:
PHP:
$config['cache']['enabled'] = true;$config['cache']['namespace'] = 'xfredis_';$config['cache']['provider'] = 'SV\RedisCache\Redis';$config['cache']['config']['server'] = 'tcp://**.**.**.**:26379,tcp://**.**.**.**:26379,tcp://**.**.**.**:26379'...
Misafirler için gizlenen link, görmek için
Giriş yap veya üye ol.