rings
KVStore is a local key-value store based on actors. Each store actor controls a portion of the key space and maintains a hash of values for the keys in its portion. The keys are 128 bits (BigInt), and the values are of type Any.
KVStore is a local key-value store based on actors. Each store actor controls a portion of the key space and maintains a hash of values for the keys in its portion. The keys are 128 bits (BigInt), and the values are of type Any.