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

Escape unprintable Characters in keys #3496

Closed
hannes-angst opened this issue Oct 9, 2015 · 2 comments
Closed

Escape unprintable Characters in keys #3496

hannes-angst opened this issue Oct 9, 2015 · 2 comments

Comments

@hannes-angst
Copy link

When using Redis as cache provider in a java project, keys and values are stored as a serialized version of the objects.

In the Redis client this looks like this:
127.0.0.1:6379[2]> select 2
OK
127.0.0.1:6379[2]> scan 0 match * count 1000

  1. "0"
    1. "\xac\xed\x00\x05t\x00\nmandator_1"
    2. "\xac\xed\x00\x05t\x00\ncfg_notice"
    3. "\xac\xed\x00\x05t\x00\x0ccfg_2:notice"
    4. "configuration~keys"
    5. "\xac\xed\x00\x05t\x00\nmandator_2"
      127.0.0.1:6379[2]>

In the Redis Desktop Manager, this will look like this

Sadly, this is not only a visual flaw but will actively prevent from showing the associated data.

redisdesktopmanager

@uglide uglide added the bug label Oct 9, 2015
@uglide uglide added this to the 0.8.0-Release milestone Oct 9, 2015
@uglide uglide added the major label Oct 9, 2015
uglide added a commit that referenced this issue Oct 12, 2015
@uglide
Copy link
Collaborator

uglide commented Oct 12, 2015

@hannes-angst Fixed in 0.8.0-RC5 (will be released soon). Thanks!

@uglide uglide closed this as completed Oct 12, 2015
@hannes-angst
Copy link
Author

Awesome!

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

No branches or pull requests

2 participants