-
Notifications
You must be signed in to change notification settings - Fork 89
Redis Error - too many colons in adress #236
Copy link
Copy link
Open
Description
I have an Error on trying to connect to a redis with a password and whole url.
The connection with localhost:6379 without password seems to work.
nvim-dbee/dbee/adapters/redis.go
Line 27 in dda5176
| opt, err := redis.ParseURL(url) |
I get the Error ..
dial tcp: address redis://:password@localhost:6379: too many colons in address
The colon on the end seems wrong too.
persistence.json
"id": "redis-backend(dev)",
"url": "redis://:password@localhost:6379",
"name": "redis-backend(dev)",
"type": "redis"
I can't find out why the go driver seems to use the wrong parsing format.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels