pedis

1.0.2 • Public • Published

Redis! Pedis!

Pedis is promiserify redis module.

NPM Version NPM Downloads Linux Build Test Coverage

Installation

$ npm install pedis

Using redis with native promises is easy:

var redis = require('pedis');

Now you can use redis object as usual, but each command will return a promise:

var client = redis.createClient();
client.set('key', 'value')
  .then(data => console.log(data))
  .catch(err => console.log(err));

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    1

Package Sidebar

Install

npm i pedis

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • nook