You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +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 || {};
|
options = options || {};
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
||||||
this.pipeline = 0;
|
|
||||||
if (!stream.cork) {
|
if (!stream.cork) {
|
||||||
|
this.pipeline = 0;
|
||||||
this.cork = function noop (len) {};
|
this.cork = function noop (len) {};
|
||||||
this.once('ready', function () {
|
this.once('ready', function () {
|
||||||
self.cork = function (len) {
|
self.cork = function (len) {
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "redis",
|
"name": "redis",
|
||||||
"version": "2.2.2",
|
"version": "2.2.3",
|
||||||
"description": "Redis client library",
|
"description": "Redis client library",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"database",
|
"database",
|
||||||
|
Reference in New Issue
Block a user