Skip to content

Commit

Permalink
Merge branch 'master' of github.com:LearnBoost/kue
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 16, 2011
2 parents 33c447b + f6ae6dc commit bb598cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/redis.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*!
* kue - RedisClient factory
* Copyright (c) 2011 LearnBoost <tj@learnboost.com>
Expand Down Expand Up @@ -31,7 +30,7 @@ exports.createClient = function(){
*/

exports.client = function(){
return exports._client || (exports._client = redis.createClient());
return exports._client || (exports._client = exports.createClient());
};

/**
Expand Down

0 comments on commit bb598cb

Please sign in to comment.