redis-commander
redis-commander copied to clipboard
Protocol Buffers
Hi everyone, I use Redis-Commander to connect to my Redis instances that are working with Protocol Buffers to serialize the values inside Redis. Redis-Commander is showing the values for the keys correctly as binary strings. I am wondering if there's anything available to directly be able to e.g. decode the binary messages in the UI. I am aware of online encode/decode websites where you can enter a HEX representation of the binary string and of course the proto file details for the message contract. Any recommendations from anyone how to deal with Protocol Buffers based values and Redis-Commander? Thank you.