let get = util.promisify(client.get);を変更します let get = util.promisify(client.get).bind(client); 私のためにそれを解決しました:)