create redis cache

This commit is contained in:
2026-08-19 21:24:59 +03:00
parent d9302caa28
commit abb5727d02
6 changed files with 146 additions and 70 deletions
+2
View File
@@ -1,5 +1,6 @@
[versions]
activity-compose = "1.13.0"
lettuceCoreVersion = "7.7.0.RELEASE"
material3-compose = "1.11.0-alpha03"
adaptiveLayout = "1.3.0-beta02"
appcompat = "1.8.0"
@@ -85,6 +86,7 @@ ktor-server-status-pages-jvm = { module = "io.ktor:ktor-server-status-pages-jvm"
ktor-server-host-common-jvm = { module = "io.ktor:ktor-server-host-common-jvm" }
ktor-server-core-jvm = { module = "io.ktor:ktor-server-core-jvm" }
ktor-server-websockets-jvm = { module = "io.ktor:ktor-server-websockets-jvm" }
lettuce-lettuce-core = { module = "io.lettuce:lettuce-core", version.ref = "lettuceCoreVersion" }
material = { module = "com.google.android.material:material", version.ref = "materialVersion" }
material3-adaptive-navigation-suite = { module = "org.jetbrains.compose.material3:material3-adaptive-navigation-suite", version.ref = "material3-compose" }
multiplatform-settings = { module = "com.russhwolf:multiplatform-settings", version.ref = "multiplatform-settings" }