redis-commander icon indicating copy to clipboard operation
redis-commander copied to clipboard

Filter by key name / pattern

Open berimor opened this issue 10 years ago • 5 comments

I would really appreciate if you would add a possibility to filter by key. Given a key filter (regular expression or pattern) display only a part of the tree matching that filter. This feature is supported by Redis Desktop Manager.

berimor avatar Jun 19 '15 16:06 berimor

+1

lloydzhou avatar Jul 09 '15 03:07 lloydzhou

+1

klimisa avatar May 26 '17 12:05 klimisa

Are there any plans to implement this feature?

krisbaehr avatar Sep 20 '19 19:09 krisbaehr

Not that i know.. But Pull Requests are welcome.

sseide avatar Sep 20 '19 20:09 sseide

Does the command line switch --root-path help?

I tried starting redis-command with redis-commander --rp "apps/*" and I getting what I want, all the keys that start with apps/.

I guess the only downside is that to switch to another filter you gotta restart redis-commander with the right command line...

raymond-w-ko avatar Sep 24 '19 15:09 raymond-w-ko