feat(database-lettuce-redis):升级Lettuce至7.2.1并添加同步启动方法 #645
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中的运行时依赖和重定位路径