RSS Feed/News Redis Sentinel Setup / Guest page caching

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
23,662
Points
823

Reputation:

We are trying to get a Redis sentinel setup (1 master, 2 slaves) to work with guest page caching.

We have this addon by @Xon installed:

xenforo.com

Redis Cache By Xon

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
xenforo.com

My config.php:

PHP:

Code:
$config['cache']['enabled'] = true;
$config['cache']['namespace'] = 'xfredis_';
$config['cache']['provider'] = 'SV\RedisCache\Redis';
$config['cache']['config']['server'] = 'tcp://**.**.**.**:26379,tcp://**.**.**.**:26379,tcp://**.**.**.**:26379'...

Read more

Continue reading...
 
Status
Not open for further replies.
Top