Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLS protocol support #132

Open
pupitooo opened this issue Jul 19, 2024 · 0 comments
Open

TLS protocol support #132

pupitooo opened this issue Jul 19, 2024 · 0 comments

Comments

@pupitooo
Copy link

If I use redis with TLS protocol

redis:
	host: "tls://my-redis.cache.amazonaws.com"

I'll get wrong save path here: https://github.com/Kdyby/Redis/blob/master/src/Kdyby/Redis/DI/RedisExtension.php#L222

} else {
	$savePath = \sprintf('tcp://%s:%d', $session['host'], $session['port']);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant