You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
v.2.2.3
This commit is contained in:
2
index.js
2
index.js
@@ -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) {
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "redis",
|
||||
"version": "2.2.2",
|
||||
"version": "2.2.3",
|
||||
"description": "Redis client library",
|
||||
"keywords": [
|
||||
"database",
|
||||
|
Reference in New Issue
Block a user