-
Notifications
You must be signed in to change notification settings - Fork 471
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
Unable to see value of specific string keys #393
Comments
I've since discovered that this only occurs when hosting redis-commander in Azure under node 12.13 on Windows. The same code works fine locally on a VM with node 12.16; I doubt this is a version issue but Azure does not yet have 12.16 available. |
Hi - can you please give some more informations to find out whats different?
And you said problem only happens on Azure. I assume booth redis commander (Azure and local) use the same Redis server to display data from? |
Thanks for replying! The version of redis is 4.0.14. Correct - redis commander on local and Azure point to the same Redis server. TYPE <problematic_key> is "string" |
One more item - this appears to occur when there is a // in the keyname. ex: |
currently i am unable to reproduce it and i have no clue about he reasons. I tested with the latest version from github (master branch). Are there some error messages inside the browsers javascript console? The Azure redis is a Azure db as a service or something you started yourself (VM or container or something like it). |
btw - the docker image is currently running on Node 8, Node 10 should work fine too if its a problem with the node version inside Azure... |
Hi, Same problem here. For us it's due to a nginx proxy pass (https://serverfault.com/questions/459369/disabling-url-decoding-in-nginx-proxy) For example if your key is then redis-commander will call if you want @sseide i can create a PR with a function like this on front side to build key in url :
and then on server-side to get the original key back
it will protect the key integrity no matter the architecture above |
We've noticed that we're unable to see the values of certain keys that we create programattically in redis. If we create them manually via redis-commander they appear. They also appear when using RedisInsight, so this appears to be unique to redis commander. Example of a key:
The only other item that is notable is that this entry has no TTL.
We expected to see a value of True or False displayed under the key name, but instead see nothing.
The other item that's notable is that we've changed the default folding character from : to |. However, reverting that change made no impact.
The text was updated successfully, but these errors were encountered: