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

This commit is contained in:
2026-02-23 10:51:45 +00:00
parent 43fdf131fa
commit c9390ea51d
16 changed files with 1092 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ dependencies {
testImplementation catalog.bcpkix.jdk18on
testRuntimeOnly project(":rbcs-server-memcache")
testRuntimeOnly project(":rbcs-server-redis")
}
test {