redmon icon indicating copy to clipboard operation
redmon copied to clipboard

select other db

Open michaelliuyang opened this issue 12 years ago • 8 comments

Redmon can display default dbnum keys stat,but I can select another dbnum.For instance db1..16.

michaelliuyang avatar Aug 25 '13 15:08 michaelliuyang

Will be this solved some day? Redmon is perfect tool but we can only operate with the cli on firsth database db0 :(

x140l31 avatar Apr 08 '14 16:04 x140l31

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

k3rni avatar Jul 17 '14 13:07 k3rni

Does redmon support few(1-20) redis on different port's?

No1zzz avatar Mar 16 '15 13:03 No1zzz

Currently a running worker &/or app only supports a single connection to redis.

steelThread avatar Mar 17 '15 14:03 steelThread

This would be a useful feature - even just to be able to select db successfully in the cli panel.

rob-mcgrail avatar Dec 10 '15 20:12 rob-mcgrail

monitor multi redis instance would be nice

scuzhanglei avatar Jan 28 '16 14:01 scuzhanglei

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 :/

elberth90 avatar Jun 14 '16 13:06 elberth90

I don't have the time to work on this currently. Totally open for PRs.

steelThread avatar Jun 14 '16 13:06 steelThread