Loading lib/redis_document_store.js +0 −2 Original line number Diff line number Diff line Loading @@ -53,8 +53,6 @@ RedisDocumentStore.prototype.setExpiration = function(key) { RedisDocumentStore.client.expire(key, this.expire, function(err, reply) { if (err || !reply) { winston.error('failed to set expiry on key: ' + key); } else { console.log('set'); } }); } Loading Loading
lib/redis_document_store.js +0 −2 Original line number Diff line number Diff line Loading @@ -53,8 +53,6 @@ RedisDocumentStore.prototype.setExpiration = function(key) { RedisDocumentStore.client.expire(key, this.expire, function(err, reply) { if (err || !reply) { winston.error('failed to set expiry on key: ' + key); } else { console.log('set'); } }); } Loading