Csredis Versions Save

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

v3.8.668

1 year ago
  • fix: XPending bug #457

3.6.5

3 years ago
  • 增加 Get 缓冲读取大对象重载方法;#304

v3.6.3

4 years ago
  • 优化 Subscrible 取消订阅线程等待;

v3.6.2

4 years ago
  • 修复 RedisFloat 科学数字 Parse 出错的 bug;#275 #226
  • 增加 asyncPipeline 参数开启异步方法自动管道功能;
  • 调整 SocketAsyncEventArgs 替换为 BeginWrite;
  • 移除 writeBuffer 参数;
  • 移除 BufferedStream 改用原生 NetworkStream/SslStream;#287

v3.5.2

4 years ago
  • 增加 强签名发布
  • 调整 SocketAsyncEventArgs 替换为 BeginWrite
  • 调整 IdleTimeout 默认值为 20 秒
  • 增加 autoDispose 参数配置,禁止自动释放
  • 增加 KeyType Stream 枚举元素
  • 优化 服务器主动断开连接后,设置 idleTimeout 参数仍然会卡数秒

v3.5.0

4 years ago
  • 增加 强签名发布
  • 调整 SocketAsyncEventArgs 替换为 BeginWrite
  • 调整 IdleTimeout 默认值为 20 秒
  • 增加 autoDispose 参数配置,禁止自动释放

v3.3.0

4 years ago
  • [调整] 因 double 丢精的问题,并且各 .net 版本中机制有差异,深思熟虑后,现全部改为 decimal;#226
  • 支持 ipv6 连接,使用习惯不变;#228
  • 增加 Set 毫秒过期方法重载 #220

v3.2.1

4 years ago