Skip to content

Commit

Permalink
feat: export Pipeline for inheritances enabling (#675)
Browse files Browse the repository at this point in the history
Export Pipeline for inheritances enabling
  • Loading branch information
eldadcohen1 authored and luin committed Aug 2, 2018
1 parent d40a99e commit ca58249
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ exports.ReplyError = require('redis-errors').ReplyError;
exports.Cluster = require('./cluster');
exports.Command = require('./command');
exports.ScanStream = require('./ScanStream').default;
exports.Pipeline = require('./pipeline');

var PromiseContainer = require('./promiseContainer');
Object.defineProperty(exports, 'Promise', {
Expand Down

0 comments on commit ca58249

Please sign in to comment.