async-redis
JSON →async-redis is a lightweight wrapper over the node_redis library, providing first-class async/await and Promise support for Redis operations in Node.js. Version 2.0.0 is the current stable release, targeting Node >=7.6.0. Unlike using promisify manually on node_redis, async-redis offers a drop-in replacement that automatically returns Promises for every command, supports decorating existing clients, and ships TypeScript definitions. It is a minimal, focused alternative to ioredis, suitable for projects already using node_redis that want async support without migrating to a different client.
Resources
packageasync-redis ↗