You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am also getting an error about "too many colons in address" but I don't have any special characters in my password. It's all alphanumeric, of the format: rediss://user:[email protected]:port. Interestingly, the error message echos back the connection URL but it has appended an extra colon onto the end of it, so maybe there's a trailing colon being added somewhere?
Hi,
I have set a password for redis using password generators. it contains special characters (but not colon).
But when I try:
redis-inventory inventory redis://password$%^*@localhost:63795/3
I get this error:
INF Start scanning FTL Can't create redis client error="dial tcp: address redis://:password$%^*@localhost:63795/3: too many colons in address"
what should I do ?
The text was updated successfully, but these errors were encountered: