enhance(backend): improve fanout tl

Resolve #11958
Resolve #12061
This commit is contained in:
syuilo
2023-10-18 12:26:16 +09:00
parent 2a88d8ee2d
commit 6cc02fee99
5 changed files with 190 additions and 81 deletions

View File

@@ -77,4 +77,9 @@ export class FunoutTimelineService {
);
});
}
@bindThis
public purge(name: string) {
return this.redisForTimelines.del('list:' + name);
}
}