1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2025-12-25 20:41:27 +00:00

Clean up some code and move document stores into subfolder

This commit is contained in:
John Crepezzi
2012-01-21 15:19:55 -05:00
parent 483fce891d
commit f37d1ad401
10 changed files with 92 additions and 44 deletions

View File

@@ -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);