1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00
This commit is contained in:
Ruben Bridgewater
2015-10-14 02:52:32 +02:00
parent 0d4d4d7416
commit 587b1c95a0
2 changed files with 2 additions and 2 deletions

View File

@@ -36,8 +36,8 @@ function RedisClient(stream, options) {
options = options || {};
var self = this;
this.pipeline = 0;
if (!stream.cork) {
this.pipeline = 0;
this.cork = function noop (len) {};
this.once('ready', function () {
self.cork = function (len) {