Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itsuki-hayashi/promisified-redis

Bluebird promisified version for `NodeRedis/node_redis` with TypeScript declarations.
https://github.com/itsuki-hayashi/promisified-redis

Last synced: about 2 months ago
JSON representation

Bluebird promisified version for `NodeRedis/node_redis` with TypeScript declarations.

Awesome Lists containing this project

README

        

# promisified-redis
Bluebird promisified version for `NodeRedis/node_redis` with TypeScript declarations.
Use it at your own risk.

## Usage:
Simply import it. Magic will happen.
```javascript
import 'promisified-redis';
```