-
Notifications
You must be signed in to change notification settings - Fork 70
TLS protocol support #132
Copy link
Copy link
Open
Description
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']);
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels