文件存储-增加文件上传记录接口,增加定时同步租户文件存储容量信息接口
This commit is contained in:
5
consts/redis_key.go
Normal file
5
consts/redis_key.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package consts
|
||||
|
||||
const TenantOssTotalKey = "oss:total:tenantId-%s"
|
||||
const FileLockKey = "oss:lock:tenantId-%s"
|
||||
const OssTotalKey = "oss:total:*"
|
||||
Reference in New Issue
Block a user