Skip to content

Releases: 2881099/csredis

v3.8.668

06 Sep 04:34
Compare
Choose a tag to compare
  • fix: XPending bug #457

v3.6.5

06 Aug 19:37
Compare
Choose a tag to compare
  • 增加 Get 缓冲读取大对象重载方法;#304

v3.6.3

06 May 13:59
Compare
Choose a tag to compare
  • 优化 Subscrible 取消订阅线程等待;

v3.6.2

14 Apr 07:30
Compare
Choose a tag to compare
  • 修复 RedisFloat 科学数字 Parse 出错的 bug;#275 #226
  • 增加 asyncPipeline 参数开启异步方法自动管道功能;
  • 调整 SocketAsyncEventArgs 替换为 BeginWrite;
  • 移除 writeBuffer 参数;
  • 移除 BufferedStream 改用原生 NetworkStream/SslStream;#287

v3.5.2

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

v3.5.0

20 Mar 13:35
Compare
Choose a tag to compare
  • 增加 强签名发布
  • 调整 SocketAsyncEventArgs 替换为 BeginWrite
  • 调整 IdleTimeout 默认值为 20 秒
  • 增加 autoDispose 参数配置,禁止自动释放

v3.3.0

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

v3.2.1

19 Dec 08:46
Compare
Choose a tag to compare
v3.2.1 解决 subscrible 多端断开后,只有一端能重连的问题