iredis icon indicating copy to clipboard operation
iredis copied to clipboard

support tls

Open laixintao opened this issue 1 year ago • 0 comments

redis tls: https://redis.io/docs/manual/security/encryption/

try to keep the same args with redis-cli:

./src/redis-cli --tls \
    --cert ./tests/tls/redis.crt \
    --key ./tests/tls/redis.key \
    --cacert ./tests/tls/ca.crt
  • [ ] add test case for https://github.com/laixintao/iredis/pull/442
  • [ ] setup tests service in github action
  • [ ] test tls connection
  • [ ] test dsn tls connection

laixintao avatar Aug 09 '22 15:08 laixintao