redis-hashes

JSON →
library 0.6.1 ·javascript deprecated
verified Jun 7, 2026

Redis hash utilities for Node.js that simplify CRUD operations (save, get, search, count, remove) on Redis hashes with optional indexing for full-text search via reds. Current stable version 0.6.1 (last published 2019, no recent updates). It flattens and serializes objects before storing, supports bulk operations, and includes indexing for search queries. Alternatives include ioredis or node_redis directly for lower-level control.