mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04: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.