go-redis
go-redis copied to clipboard
feat: add TLS URL parameters
Fixes https://github.com/go-redis/redis/issues/2024
Before merging this, we should check if these or similar options are already used anywhere. If not, we should consider using ?tls_min_version
instead of ?TLSMinVersion
.
@benweissmann @vmihailenco Any updates on this ?
@benweissmann @vmihailenco, any ETA for these changes to be released?