Replies: 1 comment
-
Hey @libchaos, we believe key-value stores should only store strings. If you need to store a struct, you can use JSON marshaling and unmarshaling to achieve your use case. |
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
-
I want to use different data type in kvstore, not only string data type, how to implement like this
Beta Was this translation helpful? Give feedback.
All reactions