更新日志:
- [修复] Auth 命令大小写匹配而导致的认证失败问题。
- [修复] Value 长度超过 512 被截取,Set 与 Get 的值不一致的问题。
- [修复] clippy 检测的 59 个 error 与 109 个警告。
- [优化] 服务端链接处理逻辑,使用 tokio 框架代替原生 thread,提高性能。
- [优化] RDB 监听为异步任务,避免同步阻塞。
- [优化] DB 中的 hashMap 数据结构为 AHash。
相关链接:
- Gitee:https://gitee.com/Jmysy/rudis
- Github:https://github.com/sleeprite/rudis