feat: local cache

This commit is contained in:
withchao
2024-01-12 15:41:05 +08:00
parent 006e4a1e93
commit 45064ae5ca
28 changed files with 268 additions and 386 deletions
+11 -1
View File
@@ -530,6 +530,16 @@ prometheus:
localCache:
friend:
topic: friend
topic: delete_cache_friend
slotNum: 500
slotSize: 20000
group:
topic: delete_cache_group
slotNum: 500
slotSize: 20000
conversation:
topic: delete_cache_conversation
slotNum: 500
slotSize: 20000