Redis ORM Node
JSON →redis-orm-node is a lightweight Object-Relational Mapping (ORM) library for Node.js that simplifies interaction with Redis by mapping JavaScript objects to Redis data structures. Current stable version is 0.0.14, released irregularly as a new project. It is inspired by TypeORM and provides decorator-based entity definitions, repository pattern, and support for Redis types like strings, hashes, sets, lists, and sorted sets. Key differentiators include TypeScript-first design, integration with node-redis (v4), and a familiar ORM-like API for Redis. However, it is early-stage and may lack production readiness or comprehensive documentation.
Resources
packageredis-orm-node ↗