sewenew/redis-plus-plus

Use of REDIS_SSL_VERIFY_NONE probably needs to be documented

phdpsx opened this issue · 1 comments

    opts.tls.enabled = true;
    opts.tls.verify_mode = REDIS_SSL_VERIFY_NONE;

In fact, it has already been documented in README, check this for detail.

Regards