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
feat: add TLS configuration support for Redis connections (#31)
- Add TLS configuration option to the options struct
- Introduce `WithTLS` option function to configure Redis connection with TLS
- Introduce `WithSkipTLSVerify` option function to allow skipping TLS certificate verification
- Update `NewWorker` function to include TLS configuration in Redis connection settings
Signed-off-by: appleboy <[email protected]>
0 commit comments