csredis
csredis copied to clipboard
.NET Core or .NET Framework 4.0+ client for Redis and Redis Sentinel (2.8) and Cluster. Includes both synchronous and asynchronous clients.

支持SSL CA证书吗
由于redis 7.0以上xinfo相关增加了返回的信息,导致RedisStreamCommand.cs下RedisXInfoStreamCommand、RedisXInfoGroupsCommand、RedisXInfoConsumersCommand的Parse方法报错,既然switch的default不返回内容,是否应该把reader.ReadBulkString()改成reader.Read()继续往下读取未匹配的内容更好一些?这样后续版本的redis再加返回内容也不会异常了。
The BuildConnectionString method in the RedisClientPool class has a bug when constructing the connection string. In line 117, a comma is missing before the user parameter, causing a runtime error....
请问这个问题还会解决吗 CSRedis.RedisProtocolException: Unexpected response type: Int (expecting Bulk) at CSRedis.CSRedisClient.GetAndExecute[T](RedisClientPool pool, Func`2 handler, Int32 jump, Int32 errtimes) at CSRedis.CSRedisClient.ExecuteScalar[T](String key, Func`3 hander) at CSRedis.CSRedisClient.XInfoGroups(String key) CSRedisCore:3.8.803 Redis Version : 7.2.3
如题
我的工程结构的类库的版本是4.8。而.Net framework4.8已经集成了System.ValueTuple到v4.8\mscorlib.dll之中。 但CsredisCore又依赖于System.ValueTuple。这样就导致出现引用冲突了。是否可以支持.Net 4.8。解决这一冲突? ![Uploading 微信图片_20241127093013.png…]()