zhaoguoping

Results 6 comments of zhaoguoping

【127.0.0.1:6379/0】恢复检查时间:2021/8/28 18:25:54 crit: Microsoft.AspNetCore.Hosting.Diagnostics[6] Application startup exception System.Exception: 【127.0.0.1:6379/0】NOAUTH Authentication required. ---> FreeRedis.RedisServerException: NOAUTH Authentication required. at FreeRedis.RedisResult.ThrowOrValue[TValue](Func`2 value) at FreeRedis.RedisClient.c.b__74_0(RedisResult rt) at FreeRedis.RedisClient.SingleInsideAdapter.c__DisplayClass5_0`1.b__0() at FreeRedis.RedisClient.LogCall[T](CommandPacket cmd, Func`1 func) at...

在本地windows10 下,调试成功,当发布到windows server 2016上时,报了以上错误。。 这个支持最新版本的.net5.0和最新版本的.net core 3.1吗?

.NET SDK (反映任何 global.json): Version: 5.0.400 Commit: d61950f9bf 运行时环境: OS Name: Windows OS Version: 10.0.14393 OS Platform: Windows RID: win10-x64 Base Path: C:\Program Files\dotnet\sdk\5.0.400\ Host (useful for support): Version: 5.0.9...

好的,最新的imcore是哪个?还是https://github.com/2881099/im.git地址吗?freeredis呢?

"ImServerOption": { "CSRedisClient": "127.0.0.1:6379,Password=1111,idleTimeout=3000,poolsize=10", "Servers": "127.0.0.1:6001", "Server": "127.0.0.1:6001" },如上面,在ip端口后面,加上password=111,这样子不行啊