modinha-redis

JSON →
library 0.1.0 ·javascript
verified Jun 7, 2026

RedisDocument mixin for Modinha models providing HTTP-semantic persistence methods backed by Redis hashes and sorted sets. v0.1.0 is a stable release from 2018 with 0.1.1 on GitHub. Designed for Node.js, it maps CRUD operations (list, get, insert, replace, patch, delete) onto Redis data structures and auto-generates unique/secondary index getters. The package adds _id, created, and modified fields to schemas. It is a thin, opinionated layer for Redis-backed document modeling, distinct from full ORMs.