Tri Lam

Results 1 comments of Tri Lam

Problem is still going on ``` static async StartCache():Promise { const c = createClient({ socket: { host: 'external_redis_instance', port:12896 }, url: 'external_redis_instance', password: 'password' }); c.on('error', err => console.log('Redis Client...