Clean up some code and move document stores into subfolder
This commit is contained in:
parent
483fce891d
commit
f37d1ad401
10 changed files with 92 additions and 44 deletions
|
@ -1,4 +1,4 @@
|
|||
var RedisDocumentStore = require('../lib/redis_document_store');
|
||||
var RedisDocumentStore = require('../lib/document_stores/redis');
|
||||
|
||||
var winston = require('winston');
|
||||
winston.remove(winston.transports.Console);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue