-
Hello, i use managed identity to connect to my azure redis cluster docs, that require reauthentication with a accessToken instead of password after a certain period of time, do BullMQ support this?If yes how can i implement this? |
Beta Was this translation helpful? Give feedback.
Answered by
manast
Apr 17, 2025
Replies: 1 comment 3 replies
-
There is literally an example in the link you sent for IORedis which is what we use in BullMQ: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity/samples/AzureCacheForRedis/ioredis.md#migration-guidance-1 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The reconnection is handled by IORedis not by BullMQ.