feat(database-lettuce-redis):升级Lettuce至7.2.1并添加同步启动方法#645
Merged
Bkm016 merged 2 commits intoTabooLib:dev/6.2.3from Jan 4, 2026
Merged
feat(database-lettuce-redis):升级Lettuce至7.2.1并添加同步启动方法#645Bkm016 merged 2 commits intoTabooLib:dev/6.2.3from
Bkm016 merged 2 commits intoTabooLib:dev/6.2.3from
Conversation
feat(database-lettuce-redis):在`IRedisClient`接口中添加`startSync`方法 feat(database-lettuce-redis):在`LettuceRedisClient`中实现`startSync`方法 feat(database-lettuce-redis):在`LettuceClusterRedisClient`中实现`startSync`方法 refactor(database-lettuce-redis):将依赖声明从`compileOnly`改为`api`以传递依赖 refactor(database-lettuce-redis):更新ShadowJar重定位顺序并添加`org.slf4j`和`redis.clients.authentication` refactor(database-lettuce-redis):更新`LettuceClusterRedisClient`以适配Lettuce 7.0+的自适应触发器配置 docs(database-lettuce-redis):从`Creator.kt`中移除过时的导入注释 chore(database-lettuce-redis):更新`LettuceRedis.kt`中的运行时依赖和重定位路径
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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-lettuce-redis):在
IRedisClient接口中添加startSync方法 feat(database-lettuce-redis):在LettuceRedisClient中实现startSync方法 feat(database-lettuce-redis):在LettuceClusterRedisClient中实现startSync方法 refactor(database-lettuce-redis):将依赖声明从compileOnly改为api以传递依赖 refactor(database-lettuce-redis):更新ShadowJar重定位顺序并添加org.slf4j和redis.clients.authenticationrefactor(database-lettuce-redis):更新LettuceClusterRedisClient以适配Lettuce 7.0+的自适应触发器配置 docs(database-lettuce-redis):从Creator.kt中移除过时的导入注释 chore(database-lettuce-redis):更新LettuceRedis.kt中的运行时依赖和重定位路径