xxxxxxxxxx
client.on("error", function(err) {
console.log("redis client Error " + err);
console.log("reconnecting~~~~~~~");
client=redis.createClient(config.redis_port, 'redis.duapp.com', {
"no_ready_check": true
});
initSession(_app);
});