diego3g / rocketredis

A beautiful Redis GUI :fire: (under development)
MIT License
1.91k stars 173 forks source link

Suggestion: group keys with the same "namespace" #153

Open andersonpem opened 3 years ago

andersonpem commented 3 years ago

Hello. First of all, this is great! I really love the app's design. It doesn't look like a thing from the 90's like most Redis related tools.

image

Namespacing things with separators (like semicolons) would make visually searching for a set of keys easier. It could be with folders, like this:

image

If I knew any Electron I could try to help, but JS is not really my cup of tea :)

Thanks guys.