redis压测20241225
Redis性能压测,.net8.0预编译Test包,默认连接本机6379端口,支持-server设置服务器地址和-pass指定密码。 https://www.newlifex.com/blood/benchmark2024_redis
What's Changed
- Dwj by @840900649 in https://github.com/NewLifeX/NewLife.Redis/pull/27
- 解决BLPOP、RLPOP 执行BUG,新增LPUSH、RPUSH、BLPOP、RLPOP单元测试 by @QQ897878763 in https://github.com/NewLifeX/NewLife.Redis/pull/49
- 新增原生命令BRPOPLPUSH以及相关单元测试 by @QQ897878763 in https://github.com/NewLifeX/NewLife.Redis/pull/50
- 升级基础组件 by @qcjxberin in https://github.com/NewLifeX/NewLife.Redis/pull/55
- 修正Hash批量提交返回值一直是false问题 by @dingzl2004 in https://github.com/NewLifeX/NewLife.Redis/pull/56
- add fullredis service extension by @SpringLeee in https://github.com/NewLifeX/NewLife.Redis/pull/59
- RedisStream 创建组 加上 mkstream by @miaobei5555 in https://github.com/NewLifeX/NewLife.Redis/pull/63
- 量移除缓存项Remove增加集合是否为空判断 by @qcjxberin in https://github.com/NewLifeX/NewLife.Redis/pull/93
- fix: fix cluster scan by @jackehuang in https://github.com/NewLifeX/NewLife.Redis/pull/121
- 修复超时时间没有默认值导致连接超时的bug by @Axinyp in https://github.com/NewLifeX/NewLife.Redis/pull/128
- 增加option.Timeout判断,防止出现连接超时情况 by @Axinyp in https://github.com/NewLifeX/NewLife.Redis/pull/129