@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))
Activity
- Latest release
- 3y ago
- Total releases
- 20
- Cadence
- ~daily
- Last 12 months
- 0
Details
- License
- MIT
- First release
- Apr 04, 2023
Releases