Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/itsuki-hayashi/promisified-redis
- Owner: itsuki-hayashi
- License: mit
- Created: 2018-01-12T04:38:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-12T07:20:55.000Z (almost 7 years ago)
- Last Synced: 2024-11-20T10:20:53.943Z (about 2 months ago)
- Language: TypeScript
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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';
```