promise-redis
JSON →Tiny library (v0.0.5) that adds promise awareness to node_redis, the main Node.js Redis client. It is promise-library agnostic, allowing developers to use native JavaScript promises or any external promise library like Q, when, or Bluebird via a factory function. The library wraps node_redis commands to return promises instead of using callbacks, while preserving the original node_redis API and callback support for legacy code. It is very small and has no additional dependencies beyond node_redis.
Resources
packagepromise-redis ↗