-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
Some Redis cloud services (e.g. Digital Ocean) require a TLS connection to a Redis server.
Currently the Redis library only supports connecting through TCP.
To avoid adding a dependency to NetSSL, add an overload to Client::Client() and Client::connect() that takes a Poco::Net::StreamSocket. This way, it's possible to pass a Poco::Net::SecureStreamSocket instead of a TLS connection is required.
Reactions are currently unavailable