Thanks to visit codestin.com
Credit goes to github.com

Skip to content

TLS protocol support #132

@pupitooo

Description

@pupitooo

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']);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions