redmon
redmon copied to clipboard
select other db
Redmon can display default dbnum keys stat,but I can select another dbnum.For instance db1..16.
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.