Skip to content

Connect a plugin with sentinels 3 nodes #67

Open
@faceless49

Description

@faceless49

I want to connect a plugin with sentinels 3 nodes Is this possible? like here https://github.com/strapi-community/strapi-plugin-redis

How I should connect with sentinels?
I tried
redis: {
config: {
connections: {
default: {
connections: {
sentinels: [{ {host: "master", port: 6379}, {host: "sentinel" port: 6379}].
and
"rest-cache": {
config: {
provider: {
name: 'redis',
options: {
max: 32767,
connection: 'default'
}
,
},

It gives the error that connection default not found.
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    version: Strapi 4Issues related to the versions supported by Strapi 4

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions