We have the same Problem..... we can only use a standalone redis server ..btw works in moodle perfect
Any decision so far to use "ONLY" redis-server without sentinel Regards Jochen -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1787583 Title: Redis support can't be used without sentinel (18.04) Status in Mahara: Triaged Bug description: Redis support for the session handler was added in #1747297 (in 18.04) but the connector requires sentinel support (which isn't documented), and can't be used with the AWS Redis-as-a-service feature. Or at least, if it can, it's not clear how to actually do that, because all of the changes in https://git.mahara.org/mahara/mahara/commit/edd6ec19a5c69ba18edaacd7054e2ea3777709fb seem to rely on having a sentinel set up and then overriding whatever might be otherwise set in the php.ini file to use a sentinel. It would be great if it could be configured to optionally use a sentinel server since there are some configurations where this absolutely makes sense, but there are some where it's not connecting to a sentinel server but services like AWS where it's just effectively a single Redis server without sentinel support. To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1787583/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

