We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c9bc0a commit aa8b3feCopy full SHA for aa8b3fe
1 file changed
index.js
@@ -70,8 +70,8 @@ Adapter.prototype.connect = function(cb) {
70
}
71
72
Adapter.prototype.end = function(cb) {
73
- this.pubClient.end();
74
- this.subClient.end();
+ this.redisPubClient.end();
+ this.redisSubClient.end();
75
76
77
/**
0 commit comments