patrikx3/redis-ui

connect to sentinel mode

Closed this issue · 1 comments

I am new fish for using redis and use 3 servers to make sentinel mode.
In C#, the connection string is server1:6379,server2:6379,server3:6379.
My question is if we can set connection string as "server1:6379,server2:6379,server3:6379", cause i need connect each server to view which server is master then modify redis data.

see:
https://github.com/patrikx3/redis-ui#features

unfortunately, i have not implemented sentinel . even the cluster was produced by another guy.
i am open for pull requests, but for my scenario, i do not need cluster or sentinel.