Skip to content

Instantly share code, notes, and snippets.

@yunghoy
Created September 7, 2016 16:42
Show Gist options
  • Save yunghoy/65e845c8c6b3f7ed847fce03cb8e584f to your computer and use it in GitHub Desktop.
Save yunghoy/65e845c8c6b3f7ed847fce03cb8e584f to your computer and use it in GitHub Desktop.
moving to await/async
var Promise = require('bluebird');
var redis = Promise.promisifyAll(require('redis'));
var redis = require('bluebird').promisifyAll(require('redis'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment