Open
Description
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'
}
,
},