Loading lib/document_stores/redis.js +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ var winston = require('winston'); var RedisDocumentStore = function(options, client) { this.expire = options.expire; if (client) { winston.info('using predefined redis client'); RedisDocumentStore.client = client; } else if (!RedisDocumentStore.client) { RedisDocumentStore.connect(options); Loading Loading
lib/document_stores/redis.js +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ var winston = require('winston'); var RedisDocumentStore = function(options, client) { this.expire = options.expire; if (client) { winston.info('using predefined redis client'); RedisDocumentStore.client = client; } else if (!RedisDocumentStore.client) { RedisDocumentStore.connect(options); Loading