ts-redis-orm

JSON →
library 1.1.1 ·javascript
verified Jun 4, 2026

A TypeScript ORM for Redis that provides relational database features like multiple indexes, primary keys, unique keys, auto-increment, and aggregate functions (count, sum, min, max, average). Version 1.1.1 supports Redis 3, 4, and 5 via ioredis, but does not work with Redis Cluster. Breaking changes in v1 include all operations returning performance metrics and removal of soft delete and updatedAt/deletedAt columns. Designed for performance, creating ~10,000 entities per second per CPU process.