hollodotme / readis

Lightweight web frontend in PHP for reading data, stats and config from multiple redis servers.
Other
38 stars 6 forks source link

Unable to view items from lists, sets, etc #9

Closed bmvzane closed 6 years ago

bmvzane commented 6 years ago

It would be great to have this feature. Just not sure if there are complicated issues related to it.

hollodotme commented 6 years ago

I will have a look at the other data structures and try to add them.

hollodotme commented 6 years ago

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.

image

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.

bmvzane commented 6 years ago

Awesome! This looks really cool. Thanks a lot! I'll give it a try and let you know how it goes.

hollodotme commented 6 years ago

Wait until tomorrow, I plan to finish the next release today/tomorrow. :)

bmvzane commented 6 years ago

Alright will do. Thanks!