Added support for cache prefixes and TTL

This commit is contained in:
2025-07-09 16:49:01 +02:00
parent a468824d30
commit 79c1f5b147
3 changed files with 45 additions and 4 deletions

View File

@@ -25,10 +25,12 @@
"cache": {
"type": null,
"memcached": {
"uri": "127.0.0.1:11211"
"uri": "127.0.0.1:11211",
"prefix": null
},
"redis": {
"uri": "redis://127.0.0.1:6379/0"
"uri": "redis://127.0.0.1:6379/0",
"prefix": null
}
},
"logging": {