# redis-bluebird

> bluebird interface on top of node_redis

Latest version **2.0.2** (published 2019-02-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install redis-bluebird
pnpm add redis-bluebird
yarn add redis-bluebird
bun add redis-bluebird
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.2 |
| Published | 2019-02-21 |
| First published | 2017-03-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 49.7 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | Kei Son |
| Maintainers | heycalmdown, spearhead-ea |

## Links

- npm: https://www.npmjs.com/package/redis-bluebird
- npm.io page: https://npm.io/package/redis-bluebird

## Dependencies (2)

- [redis](https://npm.io/package/redis.md) ^2.6.2
- [bluebird](https://npm.io/package/bluebird.md) <3.0.0

## Recent versions

- 2.0.2 (latest) — 2019-02-21
- 1.3.0-dev.2018-08-24 (next) — 2018-08-23
- 1.2.0-rc.1 (rc) — 2018-08-13
- 1.1.0-test.2018-06-14 (test) — 2018-06-14
- 2.0.1 — 2019-02-21
- 1.3.0 — 2019-01-22
- 1.2.0 — 2018-08-30
- 1.1.1-dev.2018-06-16 — 2018-06-15
- 1.1.0-dev.2018-06-15 — 2018-06-14
- 1.1.0-dev.2018-06-14 — 2018-06-14
- 1.1.0 — 2018-06-12
- 1.0.0 — 2017-03-23

## README

# redis-bluebird

* dt에서 타입 정보를 가져와서
* typings 규정에 맞게 수정한 다음
* bluebird.promisify 규칙에 맞게 메소드 이름에 Async를 붙인 타입을 제공

코드는 아래 한 줄

```javascript
module.exports = require('bluebird').promisifyAll(require('redis'));
```

# References

https://redis.io/commands/
https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/redis/index.d.ts

# Versions

## 1.0.0

## 1.1.0
redis 2.8 기준으로, island 에서 사용중인 command 들을 수정.
현재 island 에서 사용하는 redis는 ^2.6 이나,
redis command 는 기능 확장만을 하고
기존 command 의 return 값이 바뀌지는 않는 것으로 보여 2.8 기준으로 작업

---
_Source: https://npm.io/package/redis-bluebird · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
