重构 Lettuce Redis 模块并移除旧代码 #621
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat(database): 新增LettuceRedisConfig配置类
feat(database): 新增LettuceRedisClient单机客户端
feat(database): 新增LettuceClusterRedisClient集群客户端
feat(database): 新增IRedisClient接口定义
feat(database): 新增IRedisCommand命令接口
feat(database): 新增IRedisPubSub发布订阅接口
feat(database): 新增IRedisChannel连接通道接口
feat(database): 新增IRedisClusterCommand集群命令接口
feat(database): 新增IRedisClusterPubSub集群发布订阅接口
chore(database): 更新依赖版本至lettuce-core 6.6.0
chore(database): 更新依赖版本至commons-pool2 2.12.1
chore(database): 重命名并重新组织包结构
fix(database): 修复连接池配置和资源释放逻辑
fix(database): 改进错误处理和连接管理
docs(database): 更新配置示例文件examples.yml为example.yml
docs(database): 新增集群配置文件clusters/cluster0.yml