From cdcc576b95cf8ecaa856d3f726a6f100e26632e4 Mon Sep 17 00:00:00 2001 From: majian <780924089@qq.com> Date: Thu, 11 Apr 2024 15:06:12 +0800 Subject: [PATCH] =?UTF-8?q?redis=E9=93=BE=E6=8E=A5=E5=AD=97=E7=AC=A6?= =?UTF-8?q?=E4=B8=B2=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apihost/Tnb.API.Entry/Configurations/Cache.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apihost/Tnb.API.Entry/Configurations/Cache.json b/apihost/Tnb.API.Entry/Configurations/Cache.json index 6b399190..dadb1be5 100644 --- a/apihost/Tnb.API.Entry/Configurations/Cache.json +++ b/apihost/Tnb.API.Entry/Configurations/Cache.json @@ -1,13 +1,13 @@ { "Cache": { "CacheType": "RedisCache", //MemoryCache - "ip": "192.168.11.109", + "ip": "localhost", "port": 6379, "password": "05jWEoJa8v", "RedisConnectionString": "{0}:{1},password={2}, poolsize=500,ssl=false,defaultDatabase=0" }, "Redis": { - "ip": "192.168.11.109", + "ip": "localhost", "port": 6379, "password": "05jWEoJa8v", "RedisConnectionString": "{0}:{1},password={2}, poolsize=500,ssl=false,defaultDatabase=0"