Skip to content

Commit

Permalink
v.2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Bridgewater committed Oct 14, 2015
1 parent 0d4d4d7 commit 587b1c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "redis",
"version": "2.2.2",
"version": "2.2.3",
"description": "Redis client library",
"keywords": [
"database",
Expand Down

0 comments on commit 587b1c9

Please sign in to comment.