Skip to content

How to config more than one redis? #629

@a14907

Description

@a14907

In the environment var, I set like this :

- name: EX_ConnectionStrings__Redis value: "server=redis-1.web:6379,abortConnect=false"

this is for one redis.

and I want to setting more than one redis instance.How?

like this?

server=redis-1.web:6379,abortConnect=false;redis-2.web:6379,abortConnect=false;

These redis are organized by redis sentine. Is this redis provider support redis sentine?

If not support, Is it possible for me to provide more than one redis connections and the provider are smart enough to handle these redis connections ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions