Closed JamesHageman closed 5 years ago
Clone of this extension adapted to non-sentinel: https://github.com/markussackmann/extension-redis-single
Please try the new 2.9.0.0 release - it contains support for sentinel and non-sentinel deployments. Please close the ticket or advise if issue persists.
According to the README, this connector should work with normal redis, and it even suggests that the default redis host is
localhost:6379
. But this connector appears as the "Redis Sentinel Driver" on the Lucee extensions page, and the setup form asks for a list of "Sentinels" defaulting tolocalhost:26379
.Is there a different extension that connects to normal redis as described by the README? According to this article, such a connector existed for Railo. Was this connector changed to only work with Sentinel when it was ported over?