feat: ioredis and getsize of tts cache

This commit is contained in:
Quan HL
2023-05-31 21:56:50 +07:00
parent 617f7af4af
commit fb75de6af5

View File

@@ -1,6 +1,3 @@
const {noopLogger} = require('./utils');
const debug = require('debug')('jambonz:realtimedb-helpers');
async function getTtsSize(client, logger, pattern = null) {
let keys;
if (pattern) {