first step in allowing resizing of board -- it's not persistant yet

This commit is contained in:
Ali Asaria 2011-05-08 19:12:57 -04:00
parent 0d5adbc340
commit efb28ac4f1
17 changed files with 51 additions and 21 deletions

View file

@ -9,9 +9,6 @@ var async = require("async");
// var MemoryStore = require('connect/middleware/session/memory');
// var session_store = new MemoryStore();
var RedisStore = require('connect-redis');
var session_store = new RedisStore( );
var REDIS_PREFIX = '#scrumblr#';
//For Redis Debugging