mirror of
https://github.com/fluencelabs/redis
synced 2025-03-16 15:40:49 +00:00
* Introduce a connection abstraction layer for all socket operations and integrate it across the code base. * Provide an optional TLS connections implementation based on OpenSSL. * Pull a newer version of hiredis with TLS support. * Tests, redis-cli updates for TLS support.