HeyPuter/kv.js
⚡️ Advanced in-memory caching for JavaScript observed · 2026-08-28
Health v2 · maintenance only
55/100
- Activity 55
- Release rhythm 35
- Longevity 88
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1234
- days_rel: n/a
- days_push: 273
- n_releases_24m: 0
Adoption not part of the score
1531 stars · 40 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
KV.JS is a fast, in-memory key-value data store written in pure JavaScript, heavily inspired by Redis and Memcached. It supports multiple data types (strings, lists, sets, sorted sets, hashes, geospatial indexes) with over 140 Redis-like operations such as SET, GET, EXPIRE, INCR, LPUSH, and HSET.
Use cases
- add in-memory caching to a Node.js app without running Redis
- store and expire session data with TTL support
- use Redis-like commands like LPUSH, SADD, HSET in pure JavaScript
- replace node-cache with a richer key-value store
- prototype Redis-style data structures locally
- manage counters with INCR/DECR operations
- store geospatial indexes in memory
When to choose
- you need caching but running a Redis server would be overkill
- you want Redis-like data types and commands in a single npm dependency
- you need TTL/expiration support in an in-process store
- your app is JavaScript/Node.js based and you want zero external services
When to avoid
- you need persistence across process restarts
- you need a shared cache across multiple application instances
- you require Redis features like pub/sub, replication, or clustering
- you need a distributed cache
Facets
library · maturity active
caching database databases developer-tools backend cross-platform in-memory-cache redis-alternative key-value-store memcached-inspired pure-javascript nodejs javascript
1 source
- readme: https://github.com/HeyPuter/kv.js · fetched 2026-08-28 · 1912cf2f11fc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| HeyPuter/kv.js | main | 55 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem