Skip to content

Commit ca58249

Browse files
eldadcohen1luin
authored andcommitted
feat: export Pipeline for inheritances enabling (#675)
Export Pipeline for inheritances enabling
1 parent d40a99e commit ca58249

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ exports.ReplyError = require('redis-errors').ReplyError;
66
exports.Cluster = require('./cluster');
77
exports.Command = require('./command');
88
exports.ScanStream = require('./ScanStream').default;
9+
exports.Pipeline = require('./pipeline');
910

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

0 commit comments

Comments
 (0)