npmjs.org : @valentech/rocksdb-cache
Very simple cache based on rocksdb. API: import RocksDbCache from '' const path = './cache' const cache = new RocksDbCache(path) // value can be anything serializable by JSON.stringify await cache.set(key, value) console.log(await cache.get(key))
Registry
-
Source
- Homepage
- JSON
purl: pkg:npm/%40valentech/rocksdb-cache
License: MIT
Latest release: almost 2 years ago
First release: about 2 years ago
Namespace: valentech
Downloads: 63 last month
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 6 days ago