Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NEW] Client side could see how many sentinel connection on master node #10938

Open
hwware opened this issue Jul 5, 2022 · 3 comments
Open

Comments

@hwware
Copy link
Collaborator

hwware commented Jul 5, 2022

The problem/use-case that the feature addresses

Currently, In the case there are multiply client connections on master node, there are several replica nodes and sentinel connected to the master node.
When client run "info" command, client could see the client connection number, replica node infomation, but no sentinel node infomation provided. Client can only logon the sentinel node client and see the sentinel infomation.

Description of the feature

Client wish to see the sentinel infomation on the master node information.

@moticless
Copy link
Collaborator

moticless commented Jul 6, 2022

Hi @hwware,
Unless you have any idea how to implement it clean and easy, i doubt if it worth the effort.

Redis nodes are totally unaware of sentinel existence (even though they share same codebase).
Current state of sentinel is distributed/duplicated among sentinel instances.
And from what I know, there is no any future plans for Sentinel.

@hwware
Copy link
Collaborator Author

hwware commented Jul 6, 2022

Thanks Moti, got it. Maybe I will create one PR for this request because some clients from our side purpose this requirement.

@moticless
Copy link
Collaborator

@yossigo FYI. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants