hollodotme / readis

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

Adds output handling for missing data structures lists, sets and sorted sets #11

Closed hollodotme closed 6 years ago

hollodotme commented 6 years ago

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