Sign in Sign up
npm

@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))

Latest release
May 14, 2023
Releases
20
Known CVEs
0
First release
Apr 04, 2023
License
MIT
View on Npm
Repository

Source

c7x43t/rocksdb-cache
Stars
Forks
Open issues

Security score

No OpenSSF Scorecard available for this repository.

Packages from this repo

No other tracked packages from this repository.

Insights

Activity

Total releases
20
Last 12 months
0
Cadence
~daily
Dependencies
9

Releases per month

last 12 months

Release mix

  • patch 19
20 releases
Dependencies

Depends on

1.0.19

Used by

Nothing tracked depends on this yet.

Releases
Version Released
1.0.19 patch
1.0.18 patch
1.0.17 patch
1.0.16 patch
1.0.15 patch
1.0.14 patch
1.0.13 patch
1.0.12 patch
1.0.11 patch
1.0.10 patch
1.0.9 patch
1.0.8 patch
1.0.7 patch
1.0.6 patch
1.0.5 patch
1.0.4 patch
1.0.3 patch
1.0.2 patch
1.0.1 patch
1.0.0 initial