fix(server): del staled update count cache if unmatch (#5674)

This commit is contained in:
liuyi
2024-01-23 08:19:29 +00:00
parent 8300df4a26
commit 62169c59c8
2 changed files with 60 additions and 13 deletions

View File

@@ -1,5 +1,7 @@
export interface CacheSetOptions {
// in milliseconds
/**
* in milliseconds
*/
ttl?: number;
}