Skip to content

MemoryStoreConfig Issue #2305

Closed Answered by thomaseizinger
ronak-supraoracles asked this question in Q&A
Discussion options

You must be logged in to vote

This may be less of a problem with the DHT and the rust-libp2p specific implementation and more with how you are designing your data structures.

A DHT is by definition a key-value store. There can only be one value per key. You need to design your keys in a way such that each has only one value.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@ronak-supraoracles
Comment options

@ronak-supraoracles
Comment options

@thomaseizinger
Comment options

@ronak-supraoracles
Comment options

Answer selected by ronak-supraoracles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2303 on October 21, 2021 02:19.