pingcap / go-ycsb

A Go port of Yahoo! Cloud Serving Benchmark (YCSB)
Apache License 2.0
594 stars 243 forks source link

Rnabling TLS connection in redis when solely redis.ca_cert is provided #274

Closed filipecosta90 closed 1 year ago

filipecosta90 commented 1 year ago

In the case where we only provide the ca_cert we can still connect securely to redis. This PR enables it.