adamgilbert912

Results 1 comments of adamgilbert912

Recently tried a work around approach like this: ``` const client = new Redis(`rediss://${domain}`, { username: 'username', password: getAuthToken() }); //generate auth token to authenticate with for each auth command...