feat: 将redission更换为lettuce

This commit is contained in:
2023-10-29 22:54:09 +08:00
parent 64b110718e
commit ef0960b6e8
14 changed files with 161 additions and 224 deletions

View File

@@ -5,18 +5,8 @@ dependencies {
compileOnly("net.md-5:bungeecord-api:+")
compileOnly("cn.hamster3.mc.plugin:core-bungeecord:+")
implementation("org.redisson:redisson:+") {
// exclude(group = "io.netty", module="netty-codec")
// exclude(group = "io.netty", module="netty-codec-dns")
// exclude(group = "io.netty", module="netty-buffer")
// exclude(group = "io.netty", module="netty-handler")
// exclude(group = "io.netty", module="netty-resolver")
// exclude(group = "io.netty", module="netty-transport")
// exclude(group = "org.yaml")
// exclude(group = "io.netty")
exclude(group = "org.slf4j")
}
// https://mvnrepository.com/artifact/io.lettuce/lettuce-core
implementation("io.lettuce:lettuce-core:6.2.6.RELEASE")
}
tasks {