Skip to content

Usage of Redis sentinel #18

@wkloucek

Description

@wkloucek

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:

https://github.com/ledgetech/lua-resty-redis-connector?tab=readme-ov-file#connections-via-redis-sentinel

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions