ba8cb7874f
The fix covers two places: - The Redis session. - The Redis cache store. The PHP Redis has the option to establish the connection using TLS/SSL instead of using the "tls://" prefix. This is done to ensure consistency with the Redis cluster connection, as the code for both single and cluster connections is located in one place.