Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connected to redis too many colons in address #872

Open
huangjie0515 opened this issue Mar 30, 2023 · 1 comment
Open

connected to redis too many colons in address #872

huangjie0515 opened this issue Mar 30, 2023 · 1 comment

Comments

@huangjie0515
Copy link

huangjie0515 commented Mar 30, 2023

./confd -backend redis -confdir /home/confd/conf -node 192.168.0.10:7000,192.168.0.11:7000,192.168.0.12:7000 -interval 5
I'm using version v0.16.0。I use this command to launch confd and return this error below.

FATAL dial tcp: address 192.168.0.10:7000,192.168.0.11:7000,192.168.0.12:7000: too many colons in address。

@tangdw1028
Copy link

./confd -backend redis -confdir /home/confd/conf -node 192.168.0.10:7000,192.168.0.11:7000,192.168.0.12:7000 -interval 5 I'm using version v0.16.0。I use this command to launch confd and return this error below.

FATAL dial tcp: address 192.168.0.10:7000,192.168.0.11:7000,192.168.0.12:7000: too many colons in address。

oh ,I have fixed this issue (etcd confd version),my right way is :

./confd -watch -backend etcdv3 -node 192.168.0.1:12257 -node 192.168.0.2:12257 -node 192.168.0.3:12257

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants