You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there or will there be a way to provide a Sentinel Cache Store connection string for $CFG->local_redislock_redis_server or is hostname:port the only format supported, right now?
I am operating a Sentinel Cache Store based on a Redis cluster. For this to be used with Moodle—and without the need of a HAProxy—the plug-in moodle-cachestore_redissentinel needs to be installed. A connection string then looks like e.g.
Attribute
Value
Sentinel Servers
10.0.0.1:26379,10.0.0.2:26379,10.0.0.3:26379
Sentinel Group
mymaster
Key prefix
myinstance_
Or maybe this very Redis locking plug-in is not needed per-se while using a Sentinel Cache Store?
The text was updated successfully, but these errors were encountered:
Is there or will there be a way to provide a Sentinel Cache Store connection string for
$CFG->local_redislock_redis_server
or ishostname:port
the only format supported, right now?I am operating a Sentinel Cache Store based on a Redis cluster. For this to be used with Moodle—and without the need of a HAProxy—the plug-in moodle-cachestore_redissentinel needs to be installed. A connection string then looks like e.g.
10.0.0.1:26379,10.0.0.2:26379,10.0.0.3:26379
mymaster
myinstance_
Or maybe this very Redis locking plug-in is not needed per-se while using a Sentinel Cache Store?
The text was updated successfully, but these errors were encountered: