added experimental redis support
CI / build (push) Failing after 4m7s

This commit is contained in:
2026-03-03 02:59:48 +08:00
parent 43fdf131fa
commit c9390ea51d
16 changed files with 1092 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ dependencies {
testImplementation catalog.bcpkix.jdk18on
testRuntimeOnly project(":rbcs-server-memcache")
testRuntimeOnly project(":rbcs-server-redis")
}
test {