Add output handling for keys of type "zset" (sorted sets)
Add output handling for keys of type "list"
Add new output of all elements/members/fields in lists, (sorted) sets and hashes
Add HyperLogLog prettifier that adds a hint on HLL encoded values
Further comments
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.
Fixes #9
Proposed Changes
Further comments
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.
CC: @bmvzane