H All I need help on this issue
Currently, we have implemented Redis with Cache Manager in our project. The Redis password is stored in a key vault and is updated monthly. Once the password is updated in the key vault, Redis throws a WRONGPASS error, causing the app to crash. Restarting the server is the only fix we have now.
Is it possible to re-register with the new configuration in app.module.ts, or is there another way to handle this?