redis-commander
redis-commander copied to clipboard
Support for gunziping list items
If items in a list is gzipped, this allows for showing the content instead of encoded data.
Hi - thanks for the PR. Good idea
Would it not be useful to add this not only to lists but other items as well? And I do not like that this is done automatically without a chance to se original data in Redis (e.g. zip corrupted or potential attack). This should be done on request only and maybe on browser side? Or Server side?
Here we need to think about it in more detail with all its consequences.