redis-type
JSON →redis-type 0.5.1 is a thin wrapper around Redis data structures (HASH, LIST, SET) that mirrors JavaScript's Map, Array, and Set APIs, returning native JS types instead of raw Redis replies. It provides Promise-based methods and optional JSON serialization. Unlike generic Redis clients, it offers a typed, idiomatic interface. The package is maintained but does not release frequently. It requires a user-provided Redis client (e.g., node-redis). Compatible with modern Node.js (>=14) and ESM/CommonJS dual packaging.
Resources
packageredis-type ↗