Ändern von let get = util.promisify(client.get);
zu let get = util.promisify(client.get).bind(client);
hat es für mich gelöst :)
Ändern von let get = util.promisify(client.get);
zu let get = util.promisify(client.get).bind(client);
hat es für mich gelöst :)