-
Notifications
You must be signed in to change notification settings - Fork 6
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
Unable to view items from lists, sets, etc #9
Comments
I will have a look at the other data structures and try to add them. |
* Move retrieval of key value to private method * Add output handling for all elements of keys of type "list" * Add output handling for single element of keys of type "list"
* Add show all hash fields to hashes * Refactor retrieval of key output * Add error handling * Prepare output handling of sorted sets
* Update find key info result object * Add mass and single output for sorted sets
I have added output handling for lists, sets and sorted sets. Also it is possible now to view all elements/fields/members of lists/hashes/(sorted) sets in one view. Unfortunately it is not possible to clearly distinct between custom sorted sets and those containing GEO data, so I was not able to add some luxery output for GEO data, like linking to OpenStreetMap etc. And - for now - I could not find a proper way to display HyperLogLog encoded strings in a human readable way. Maybe both in a later release. |
Awesome! This looks really cool. Thanks a lot! I'll give it a try and let you know how it goes. |
Wait until tomorrow, I plan to finish the next release today/tomorrow. :) |
Alright will do. Thanks! |
It would be great to have this feature. Just not sure if there are complicated issues related to it.
The text was updated successfully, but these errors were encountered: