Implemented memcached caching

This commit is contained in:
2025-02-09 23:00:18 +01:00
parent d402c520a5
commit b3a7e3623a
20 changed files with 460 additions and 101 deletions

View File

@@ -22,16 +22,20 @@
"port": 27017,
"name": "holo_discord"
},
"cache": {
"type": null,
"memcached": {
"uri": "127.0.0.1:11211"
},
"redis": {
"uri": "127.0.0.1:6379"
}
},
"logging": {
"size": 512,
"location": "logs"
},
"defaults": {
"user": {
"custom_role": null,
"custom_channel": null
}
},
"defaults": {},
"categories": {
"custom_channels": 0
},