hw-redis-ohm
JSON →hw-redis-ohm is a Node.js module for mapping JavaScript objects to Redis hashes (Object-Hash Mapping), providing a simple ORM-like interface for Redis. Version 0.6.5 is the latest stable release, with sporadic updates. It supports basic CRUD operations, indexing, and validation. Unlike ioredis or node_redis, it abstracts hash storage directly, but is not actively maintained and has limited documentation beyond test specs. Requires Node >=6.2.2 and a running Redis instance.
Resources
packagehw-redis-ohm ↗