feat: 添加缓存模块,添加组织资源统计 (#5407)

* feat: 添加缓存模块,添加组织资源统计

* refactor

* recover .gitkeep

* refactor

* 合并信号处理

* 修复组织添加用户没有发信号

* 修改了一个log级别

Co-authored-by: xinwen <coderWen@126.com>
This commit is contained in:
fit2bot
2021-01-17 12:08:21 +08:00
committed by GitHub
parent f04e2fa090
commit a7fa2331bd
13 changed files with 430 additions and 12 deletions

View File

@@ -12,3 +12,6 @@ PRE_REMOVE = 'pre_remove'
POST_REMOVE = 'post_remove'
PRE_CLEAR = 'pre_clear'
POST_CLEAR = 'post_clear'
POST_PREFIX = 'post'
PRE_PREFIX = 'pre'