redis-commander
redis-commander copied to clipboard
Special characters in the key prevent redis-commander from working
Took a bit to diagnose but some of my older redis keys which were left behind from the previous run had some binary data in the keys.
e.g.
"\xac\xed\x00\x05t\x00Xrefresh_token_to_entry::6d7jbNXf8ns9KPPsmjsp6hc3xWqQR4KK7z00hxZP8Onmr36Ib4OMDs5u6b2LIzqM"
this caused a JavaScript error
I also bump into similar issue, with .net 8 and OutputCaching. Took me at least a week to figure out what is the problem.
OutputCaching generate keys like
AAAAA__MSOCV_GET\x1eHTTP\x1e10.190.6.97:1234/HEALTHPROBE\x1eQ\x1e*=
AAAAA__MSOCV_GET\x1eHTTP\x1eAS.DOMAIN.TLD/HEALTHPROBE\x1eQ\x1e*=
Redis-commander unable to display keys. Not just those keys like the examples above. No keys listed and feels like getting unstable, I had to restart the pod.
related to #483