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

@@ -20,6 +20,7 @@ configurations {
dependencies {
docker project(path: ':rbcs-cli', configuration: 'release')
docker project(path: ':rbcs-server-memcache', configuration: 'release')
docker project(path: ':rbcs-server-redis', configuration: 'release')
}
Provider<Task> cleanTaskProvider = tasks.named(BasePlugin.CLEAN_TASK_NAME) {}