Alex Strachan
Alex Strachan
Use case - I would like to use a redis configuration with both a URL and options, like ```js const kueOptions = { redis: { url: 'my-connection-url', tls: { servername:...
Use case - I would like to use a redis configuration like ```{ url: 'my-connection-url', tls: { servername: 'my-servername' } }``` This is the easiest configuration for Microsoft Azure's fully...
The implementation here using fs.writeFileSync etc block the event loop & impact performance (any amount of parallelism with say, serving requests) would cause a significant issue.
### Version v18.16.0 ### Platform Darwin Alexs-MacBook-Pro-2.local 22.4.0 Darwin Kernel Version 22.4.0: Mon Mar 6 20:59:28 PST 2023; root:xnu-8796.101.5~3/RELEASE_ARM64_T6000 arm64 ### Subsystem _No response_ ### What steps will reproduce the...