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

@@ -28,6 +28,7 @@ rootProject.name = 'rbcs'
include 'rbcs-api'
include 'rbcs-common'
include 'rbcs-server-memcache'
include 'rbcs-server-redis'
include 'rbcs-cli'
include 'rbcs-client'
include 'rbcs-server'