We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a57c2a8 commit 5eb4198Copy full SHA for 5eb4198
lib/index.js
@@ -5,6 +5,7 @@ exports = module.exports = require('./redis');
5
exports.ReplyError = require('redis-errors').ReplyError;
6
exports.Cluster = require('./cluster');
7
exports.Command = require('./command');
8
+exports.ScanStream = require('./ScanStream').default;
9
10
var PromiseContainer = require('./promiseContainer');
11
Object.defineProperty(exports, 'Promise', {
0 commit comments