BeetleX.Redis
BeetleX.Redis copied to clipboard
A high-performance async/non-blocking redis client components for dotnet core,default data formater json protobuf and messagepack,support ssl
Does this client support sentinel commands and other stuff related to sentinel and master election and etc.?
I am experiencing some kind of deadlock. I am doing some basic proof of concept testing in an attempt to use redis as a distributed concurrency management scheme. When the...
复现步骤: 1.使用BRPOPLPUSH阻塞读数据 2.禁用网络适配器 3.await抛异常 4.继续使用BRPOPLPUSH,继续抛异常,一直循环 5.启用网络适配器 6.await等待 7.手动给redis.list push数据 8.reids.list数据被pop,但是await没有返回 ps: redis不在本机,在其他机器上
大佬, 能否支持使用CancellationToken退出task
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...