We store our redis values gzipped. Your plugin hence shows them as so:
Would it be possible to add "gzip" or "compressed" support into a dropdown? Currently, there is only "text", "bytes", "json" there. I would like to see the data in view decompressed.
For comparison, phpRedisAdmin project allows to define custom serialization/deserialization mechanisms via a config. It looks like so for us:
We store our redis values gzipped. Your plugin hence shows them as so:
Would it be possible to add "gzip" or "compressed" support into a dropdown? Currently, there is only "text", "bytes", "json" there. I would like to see the data in view decompressed.
For comparison, phpRedisAdmin project allows to define custom serialization/deserialization mechanisms via a config. It looks like so for us: