# redis/redis-om-node

Object mapping, and more, for Redis and Node.js. Written in TypeScript.

Repository: https://github.com/redis/redis-om-node
Canonical: https://ross.abutalabs.com/products/redis-om-node
Language: TypeScript
License: MIT
License Family: permissive
Last push: 2025-04-09T13:20:58+00:00

## Health v2 (maintenance only)
Score: 39/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 15, release rhythm 35, longevity 100
- inputs: {"age_days": 1814, "days_push": 511, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1255, forks 86 (observed 2026-08-28T04:04:08.874294+00:00)

## What it is
Redis OM for Node.js is a TypeScript library that maps Redis data structures to JavaScript objects with a fluent, schema-based API. It supports storing entities as JSON documents or hashes and querying them with Redis Search including full-text, numeric, date, and geospatial searches.

## Use cases
- map JavaScript objects to Redis hashes and JSON documents
- define typed schemas for Redis entities in Node.js
- run fluent searches against Redis with full-text and geospatial queries
- persist and query application models without writing raw Redis commands
- build paginated and sorted queries over Redis data

## When to choose
- you use Redis as a primary data store in a Node.js or TypeScript app
- you want an ORM/ODM-style API instead of low-level Redis commands
- you need indexed searching, sorting, and pagination over Redis data

## When to avoid
- you only need a simple Redis client for key-value operations
- your project does not use Node.js
- you need an ORM for a relational or SQL database

## Facets
- artifact type: library
- maturity: active
- function: orm, database, search-engine, serialization
- domain: databases, backend, web-development
- platform: -
- tags: redis, object-mapping, odm, fluent-search, -documents, hashes, search, nodejs, typescript

## Member repositories
- redis/redis-om-node (main) score 39

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:08.874294+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T05:07:20.999105+00:00, confidence not recorded.
  - readme: https://github.com/redis/redis-om-node (fetched 2026-08-28T04:04:08.874294+00:00, sha f02374d7e601)
- Data as of 2026-08-30T08:39:29.467469+00:00.
