actumn / celery.node

Celery task queue client/worker for nodejs
https://celery-node.js.org
MIT License
285 stars 74 forks source link

Upgrade ioredis to v.5 #103

Open skalinchuk opened 1 year ago

skalinchuk commented 1 year ago

Description

This PR upgrades IORedis to v.5 to support new features (most prominent is support for username in redis connections). Additionally, Typescript and ESLint Typescript plugins are upgraded.

Currently, it's not possible to connect to an instance of Redis that requires username in addition to password.

The upgraded IORedis version supports authenticating with username in addition to passwords.

mr-ryan-james commented 5 months ago

any chance we could merge this? :)