Describe the bug
Running Redis with TLS on a dedicated port. Trying to connect to it by using this URI:
rediss://user:pwd@redis.example.org:16379/1
Version
2.2.0
Steps to reproduce
Expected behavior
The datasource should be able to connect.
Actual behavior
getInstance error: dial tcp: address rediss://user:pwd@redis.example.org:16379/1: too many colons in address
However, when using redis-cli the exact same string works.
Describe the bug
Running Redis with TLS on a dedicated port. Trying to connect to it by using this URI:
Version
2.2.0Steps to reproduce
Expected behavior
The datasource should be able to connect.
Actual behavior
However, when using
redis-clithe exact same string works.