parent
2a88d8ee2d
commit
6cc02fee99
5 changed files with 190 additions and 81 deletions
|
|
@ -77,4 +77,9 @@ export class FunoutTimelineService {
|
|||
);
|
||||
});
|
||||
}
|
||||
|
||||
@bindThis
|
||||
public purge(name: string) {
|
||||
return this.redisForTimelines.del('list:' + name);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue