poco
poco copied to clipboard
Support redis connection pools with secure socket connections
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.