-
Notifications
You must be signed in to change notification settings - Fork 126
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
select other db #55
Comments
Will be this solved some day? Redmon is perfect tool but we can only operate with the cli on firsth database db0 :( |
Redmon doesn't really need switching dbs on the fly. Just run more instances of redmon, each configured with a different dbnum in the url: $ redmon -r redis://hostname:port/dbnum1
$ redmon -r redis://hostname:port/dbnum2 |
Does redmon support few(1-20) redis on different port's? |
Currently a running worker &/or app only supports a single connection to redis. |
This would be a useful feature - even just to be able to select db successfully in the cli panel. |
monitor multi redis instance would be nice |
What about this issue, is it planned to add selecting database. Running multiple instances of redmon for each redis database is not a best solution :/ |
I don't have the time to work on this currently. Totally open for PRs. |
Redmon can display default dbnum keys stat,but I can select another dbnum.For instance db1..16.
The text was updated successfully, but these errors were encountered: