node-redis-jsonify

JSON →
library 1.2.0 ·javascript maintenance
verified Jun 7, 2026

Automatically serializes JavaScript objects to JSON strings when using node_redis, and deserializes responses back to objects. Version 1.2.0 is stable, with no recent releases. It wraps the Redis client's send_command method to transparently convert non-Buffer values. Key differentiator: removes need for manual JSON.parse/stringify in Redis workflows. Compatible with most node_redis versions from 0.6.7 to 2.8.0 except 2.4.2 and 2.3.1.