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 ?