redis / go-redis

Redis Go client
https://redis.uptrace.dev
BSD 2-Clause "Simplified" License
19.65k stars 2.32k forks source link

[BUG] Redis: dial tcp: address rediss://<username>:<password>-@redis-3666656f-<cloudprovider>:<PORT>: too many colons in address #2870

Open swarajkumarsingh opened 6 months ago

swarajkumarsingh commented 6 months ago

Issue tracker is used for reporting bugs and discussing new features. Please use stackoverflow for supporting issues.

Expected Behavior

successful connection to redis client

Current Behavior

outputs an error: too many colons in address a

Possible Solution

Didn't find a proper solution

Steps to Reproduce

  1. login to avien cloud provider
  2. start free redis cluster
  3. copy the address, username, password from redis and try giving it a test connection

Context (Environment)

--

Detailed Description

Got this error while connecting to redis Redis: dial tcp: address rediss://username>:<password>-@redis-3666656f-<cloudprovider:: too many colons in address

Possible Implementation

--