Cylix / cpp_redis

C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform - NO LONGER MAINTAINED - Please check https://github.com/cpp-redis/cpp_redis
MIT License
1.25k stars 554 forks source link

client support for tls #176

Open ghost opened 6 years ago

ghost commented 6 years ago

A feature request - please support TLS between cpp-redis once TLS support is available within the upstream redis.

Upstream redis looks to be implementing and reviewing inclusion of TLS support within https://github.com/antirez/redis/pull/4855

It looks as if this will cover the within-cluster communications, in addition to client/server communication.

Please consider support of tls once the upstream support lands. And as always, thanks for your work @Cylix