You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
No problem is reported at the moment. The idea is to offer TLS, SSL, and mTLS support for Redis, ensuring the possibility of using a user and password if necessary.
Describe the solution you'd like
Allow the configuration of TLS (and optional certificates) via environment variables, while preserving support for credentials. This covers scenarios with or without certificate use.
Describe alternatives you've considered
Use unencrypted connections only.
Manually set each parameter without environment variables.
Is your feature request related to a problem? Please describe.
No problem is reported at the moment. The idea is to offer TLS, SSL, and mTLS support for Redis, ensuring the possibility of using a user and password if necessary.
Describe the solution you'd like
Allow the configuration of TLS (and optional certificates) via environment variables, while preserving support for credentials. This covers scenarios with or without certificate use.
Describe alternatives you've considered
packages/lib/src/redis.ts
The text was updated successfully, but these errors were encountered: