redis / ioredis

🚀 A robust, performance-focused, and full-featured Redis client for Node.js.
MIT License
14.05k stars 1.18k forks source link

console log spam #1896

Open koldoon opened 4 weeks ago

koldoon commented 4 weeks ago

How can I disable console spaming with records like this?

ioredis v5 does not support plugging third-party Promise library anymore. Native Promise will be used.
muratorema commented 1 week ago

Any idea?

leibale commented 1 week ago

https://github.com/redis/ioredis/blob/af832752040e616daf51621681bcb40cab965a9b/lib/index.ts#L76

check for .Promise/['Promise']/["Promise"], something is calling either the getter or setter of ioredis.Promise