edobnet

Results 8 comments of edobnet

FreeRedis,本地是没有问题,到客户有现场也有问题本地TongRds比客户现场高一版本,只能升级试一下了, ![image](https://github.com/2881099/csredis/assets/1813525/afa311f4-1fc1-4244-8826-adea8b68d697)

csredis出错在ROLE命令 ![image](https://github.com/2881099/csredis/assets/1813525/664aede3-8d35-4d67-a594-2610e59a4e43) ![image](https://github.com/2881099/csredis/assets/1813525/9ce13141-e13d-45ae-914e-f10b13e9501e) ![image](https://github.com/2881099/csredis/assets/1813525/35e5413b-e4c0-4f36-8477-00bb71dad4ca)

哨兵端口是这样 ![image](https://github.com/2881099/csredis/assets/1813525/d5d773f7-ad87-491f-8ee7-e55b9e1d55ed) 6379端口是这样 ![image](https://github.com/2881099/csredis/assets/1813525/c7746e6f-0e07-44c5-846e-9a0e5536d75b)

已经用FreeRedis, 不过多线程get性能测试慢50%左右

就并行一直读指定数量键值。 ``` C# using XCRMS.Xcrs.PCL.Core; using Xunit.Abstractions; namespace XCRMS.DAL.Test.Cache { [TestCaseOrderer("XCRMS.DAL.Test.TestCaseOrderer", "XCRMS.DAL.Test")] public class TestRedis: BaseTest { public TestRedis(ITestOutputHelper output) : base(output) { } [Theory(DisplayName = "01.init")] [InlineData("aaa","11111")] public void...