poco icon indicating copy to clipboard operation
poco copied to clipboard

Support redis connection pools with secure socket connections

Open timcoleman opened this issue 10 months ago • 0 comments

The redis library allows creation of connection pools to connect to a redis server. But it is not possible to use connection pools with a secure socket connection (i.e. a Poco::Net::SecureStreamSocket). This limits the usefulness of the connection pool.

Ideally, the PoolableObjectFactory could use the Redis::Client constructor that takes a StreamSocket.

timcoleman avatar Mar 12 '25 16:03 timcoleman