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

@@ -1,12 +1,12 @@
{
"$jsonSchema": {
"required": [
"user",
"id",
"custom_role",
"custom_channel"
],
"properties": {
"user": {
"id": {
"bsonType": "long",
"description": "Discord ID of user"
},