Several key-value stores? #52
Unanswered
PopeAndrewJ
asked this question in
Q&A
Replies: 1 comment
-
Hi @PopeAndrewJ The docs are also available in the website: https://tenray.io/docs/ZoneTree/guide/quick-start.html Thank you. |
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
-
Hello,
Thank you for this really cool project! I'm looking for a kv store for c#, and zone tree looks like a great fit. I admit not having much experience with kv stores, so maybe my question will show that....
Anyway, how can I store differently typed values in separate trees? I didn't see any examples of storing more than one type of value, so I tried it. I made a <int,string> tree and a <int,int> tree, but it throws an exception complaining about the delete options not being setup. I must have some incorrect idea of how it should work....
Thanks again
Beta Was this translation helpful? Give feedback.
All reactions