mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-19 17:00:30 +00:00
Remove clearAllData from BaseRedisRepository and update tests
This commit is contained in:
@@ -33,8 +33,4 @@ export abstract class BaseRedisRepository extends EventEmitter {
|
||||
public async disconnect() {
|
||||
await this.redisClient.disconnect();
|
||||
}
|
||||
|
||||
public async clearAllData() {
|
||||
await this.redisClient.flushAll();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user