修改-redis删除单条查询记录

This commit is contained in:
2025-12-15 18:15:23 +08:00
committed by 张斌
parent 03aef62184
commit b0b4c37ed6
2 changed files with 11 additions and 8 deletions

View File

@@ -4,4 +4,4 @@ const CleanList = "list:tenantId-%v:collection-%s:*"
const CleanCount = "count:tenantId-%v:collection-%s:*"
const List = "list:tenantId-%v:collection-%s:filter:%s:options:%s"
const Count = "count:tenantId-%v:collection-%s:filter:%s"
const One = "one:tenantId-%v:collection-%s:filter:%s:*"
const One = "one:tenantId-%v:collection-%s:filter:%s"