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

Sentinel CONFIG GET option #2833

Open
rpannell opened this issue Oct 29, 2015 · 1 comment
Open

Sentinel CONFIG GET option #2833

rpannell opened this issue Oct 29, 2015 · 1 comment

Comments

@rpannell
Copy link

I have been working with someone else in our production environment setting up a couple of sentinels and he had to leave for the day and I was unable to see the sentinel specific configuration options via the command line interface. Connect to a redis server and you can do CONFIG GET * to see all of the configuration options but with sentinel you can only see the config options for the other sentinels that are connected and the master settings. It would be nice to see the settings specific to the sentinel itself like announce-ip, announce-port, log file, port, etc.

Unless I am missing a command I wasn't able to see them via the command line. Would be a nice to have.

Thanks!

@kunth
Copy link

kunth commented Jan 18, 2016

Yeah, that's weird. If logged into a sentinel command line,
(a) info server
(b) sentinel sentinels "mymaster"

the (a) can show info about sentinel itself, but the amount of info is less than the (b).

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