kvset
v1.0.0
Published
set updatable with key-value causal links
Downloads
6
Readme
kvset
A set that can be updated using key-value links to indicate causal order. Intended to be used with hash-link systems, like secure-scuttlebutt.
API
var KVSet = require('kvset')
var set = new KVSet()
set.add(key, value)
Add a value to the set with the given key.
set.remove(key|keys)
Remove values for the given key(s) from the set.