Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Special characters in the key prevent redis-commander from working #503

Open
trajano opened this issue Oct 4, 2022 · 2 comments
Open

Special characters in the key prevent redis-commander from working #503

trajano opened this issue Oct 4, 2022 · 2 comments

Comments

@trajano
Copy link

trajano commented Oct 4, 2022

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

@aistvan
Copy link

aistvan commented Sep 21, 2023

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.

@sseide
Copy link
Collaborator

sseide commented Jan 26, 2024

related to #483

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants