feat: ioredis and getsize of tts cache

This commit is contained in:
Quan HL
2023-05-31 21:53:18 +07:00
parent 6c5c8e734f
commit 617f7af4af
13 changed files with 176 additions and 114 deletions
+2 -2
View File
@@ -34,7 +34,7 @@ test('Nuance hosted tests', async(t) => {
t.ok(voices.length > 0 && voices[0].language,
`GetVoices: successfully retrieved ${voices.length} voices from Nuance`);
await client.flushallAsync();
await client.flushall();
t.end();
@@ -67,7 +67,7 @@ test('Nuance on-prem tests', async(t) => {
t.ok(voices.length > 0 && voices[0].language,
`GetVoices: successfully retrieved ${voices.length} voices from Nuance`);
await client.flushallAsync();
await client.flushall();
t.end();