Returning multiple empty strings #1908
nathanhack
started this conversation in
General
Replies: 1 comment 1 reply
-
Running docker redis 6.2.5. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a weird case, when executing
keys := rdb.Keys(context.Background(), "*").Val()
it returns some of the keys with a bunch of empty strings (""), additionally some of the non empty string keys are dups... has anyone had this happen before?
Beta Was this translation helpful? Give feedback.
All reactions