서버 접속을 IT 로 변경

로그 관련은 현재 수정중
This commit is contained in:
chikyun.kim
2019-08-28 09:38:03 +09:00
parent 6a90be2e6d
commit d762d3e623
39 changed files with 1639 additions and 4137 deletions

View File

@@ -22,10 +22,10 @@ namespace Project
var ts = DateTime.Now - redisTryTime;
if(ts.TotalMinutes>5)
{
Console.WriteLine("redis conn : 10.131.36.205:6379");
Console.WriteLine("redis conn : 10.131.36.57:6379");
try
{
redisConnection = StackExchange.Redis.ConnectionMultiplexer.Connect("10.131.36.205:6379");
redisConnection = StackExchange.Redis.ConnectionMultiplexer.Connect("10.131.36.57:6379");
}catch (Exception ex)
{