서버 접속을 IT 로 변경
로그 관련은 현재 수정중
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user