Authored by weiqingting

redis 调试

... ... @@ -66,7 +66,7 @@ var apiCofig = {
},
useToEntry:function(app){
if(process.env.NODE_ENV!="coding"){
session.store=new RedisStore({
session.store=new Redis({
port: 6379,
host: 'localhost'
});
... ...
... ... @@ -66,7 +66,7 @@ var apiCofig = {
},
useToEntry:function(app){
if(process.env.NODE_ENV!="coding"){
session.store=new RedisStore({
session.store=new Redis({
port: 6379,
host: 'localhost'
});
... ...