redis-commander icon indicating copy to clipboard operation
redis-commander copied to clipboard

Special characters in the key prevent redis-commander from working

Open trajano opened this issue 3 years ago • 2 comments

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

trajano avatar Oct 04 '22 00:10 trajano

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.

aistvan avatar Sep 21 '23 13:09 aistvan

related to #483

sseide avatar Jan 26 '24 16:01 sseide