Support for non-string values #247
Unanswered
nikhilgarg28
asked this question in
Q&A
Replies: 1 comment
-
Hi, generally your code would use an existing library to talk to (mini)redis, and that library can do whatever encoding it wants. But in the end (mini)redis stores values as bytes and doesn't touch or care what's in the value. I might be misunderstanding the question, in which case a small code snippet might clear things up. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does the miniredis only support string values or does it also support other types (e.g. []bytes, or structs etc.)? I'm assuming it's just strings but want to confirm.
Beta Was this translation helpful? Give feedback.
All reactions