csredis icon indicating copy to clipboard operation
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.

Results 157 csredis issues
Sort by recently updated
recently updated
newest added

![Image](https://github.com/user-attachments/assets/bc7e7f6a-5b57-4ada-9580-fa1e2fc4be20)

由于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…]()