lucee / extension-redis

Lucee Redis Cache Extension
10 stars 13 forks source link

Can we use this connector with a non-sentinel redis deployment? #2

Closed JamesHageman closed 5 years ago

JamesHageman commented 7 years ago

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 to localhost: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?

markussackmann commented 6 years ago

Clone of this extension adapted to non-sentinel: https://github.com/markussackmann/extension-redis-single

MalcolmOKeeffe commented 5 years ago

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.