-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
In the following I'm referring the state of release/1.2.0 branch with OO 8.2.0-rc25
I would like to use Redis Sentinel instead of plain Redis.
Therefore I would set following settings:
connections:
redisConnectorName: ioredis
redisHost: rfs-redis
I had a look at the used lua library:
And I had a look at the code:
local ok, err = red:connect({{ .Values.connections.redisHost | quote }}, {{ .Values.connections.redisPort }}) |
Seems like the lua code is not ready for Sentinel out of the box?
@alexanderonlyoffice Did I oversee something?
Metadata
Metadata
Assignees
Labels
No labels