Skip to content

Redis - add TLS support #3632

@obiltschnig

Description

@obiltschnig

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions