redis-extra

1.0.1 • Public • Published

Build Status

redis-extra

redis with promisified commands.

Install

$ npm install redis-extra --save

Usage

const redis = require('redis-extra')
const red = redis(options)
 
red.set('foo', 1)
.then(() => {
  return red.get('foo')
})
.then(value => console.log(value))  // 1

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i redis-extra

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • kael