Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show key_count in the name of namespaces in the tree #3470

Closed
dmagliola opened this issue Sep 21, 2015 · 2 comments
Closed

Show key_count in the name of namespaces in the tree #3470

dmagliola opened this issue Sep 21, 2015 · 2 comments

Comments

@dmagliola
Copy link
Contributor

It'd be really useful if we could have, in the "namespaces" / "folders", the number of keys under them in the label.

Something like this:

This needs to be recursive, but since it seems like all the keys are loaded in the tree already, and trees are most likely not that deep, it shouldn't be a huge performance hit (I believe)

- a_key
- cache (6)
  - models (5)
    - users (2)
      - cache:models:users:1
      - cache:models:users:2
    - images (3)
      - cache:models:images:1
      - cache:models:images:2
      - cache:models:images:3
  - others (1)
     - cache:others:something
- some_other_key

I tried adding this myself, but can't get the project to build and run in my local machine.

@uglide uglide added this to the 1.0.0 milestone Sep 22, 2015
@uglide
Copy link
Collaborator

uglide commented Sep 26, 2015

@dmagliola please see my comment in Gitter chat. Thanks!

dmagliola added a commit to dmagliola/RedisDesktopManager that referenced this issue Sep 28, 2015
uglide added a commit that referenced this issue Sep 28, 2015
Display the number keys inside each namespace, recursively. (issue #3470)
@uglide uglide modified the milestones: 0.8.0-Release, 1.0.0 Sep 28, 2015
@uglide
Copy link
Collaborator

uglide commented Sep 28, 2015

Implemented by @dmagliola in 0.8.0-release

@uglide uglide closed this as completed Sep 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants