kvset

1.0.0 • Public • Published

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.

See also hyperlog, kvgraph

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.

/kvset/

    Package Sidebar

    Install

    npm i kvset

    Weekly Downloads

    3

    Version

    1.0.0

    License

    Fair

    Last publish

    Collaborators

    • cel