2025-12-04 17:38:34 +08:00
|
|
|
package consts
|
|
|
|
|
|
|
|
|
|
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"
|
2025-12-15 18:15:23 +08:00
|
|
|
const One = "one:tenantId-%v:collection-%s:filter:%s"
|