Relational Redis Store

JSON →
library 0.6.14 ·javascript
verified Jun 7, 2026

A fully typed Node.js library (v0.6.14, stable API) that adds a relational layer on top of Redis, supporting foreign keys, indexes, and queries that combine multiple records. It provides TypeScript generics for collection schemas and uses handy-redis as the Redis client. Compared to raw Redis or ioredis, it offers higher-level CRUD operations and type safety but lacks atomicity and transactions (planned). The library is lightweight, with no additional server-side requirements beyond Redis itself.