Redis OM for Node.js

JSON →
library 0.4.3-5 ·javascript
verified Jun 7, 2026

Object mapping and search for Redis and Node.js, written in TypeScript. Current stable version is 0.4.3-5, released as a pre-release with breaking changes from 0.3.x. Provides a fluent repository pattern to define schemas, save entities as JSON or Hashes, and search using typed queries. Supports full-text search, pagination, sorting, and geospatial queries. Built on top of node-redis (v4) and requires Redis Stack for indexing and search capabilities. Differentiators: type-safe schema definitions, chained query builder, and transparent mapping between Redis data structures and JavaScript objects.