redis-commander
redis-commander copied to clipboard
Filter by key name / pattern
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.
+1
+1
Are there any plans to implement this feature?
Not that i know.. But Pull Requests are welcome.
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...