Ross ROSS = Recommend OSS · open-source software intelligence for agents

redis/redis-om-node

Object mapping, and more, for Redis and Node.js. Written in TypeScript. observed · 2026-08-28

github.com/redis/redis-om-node · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

39/100

  • Activity 15
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 1814
  • days_rel: n/a
  • days_push: 511
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1255 stars · 86 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

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

library · maturity active

orm database search-engine serialization databases backend web-development redis object-mapping odm fluent-search -documents hashes search nodejs typescript

1 source

Member repositories

RepositoryRoleHealth v2
redis/redis-om-nodemain39

For agents

markdown · JSON · MCP: product_card(name="redis/redis-om-node")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem