python-etcd icon indicating copy to clipboard operation
python-etcd copied to clipboard

how to client a cluster?

Open xialuo1990 opened this issue 7 years ago • 0 comments

now, the python-etc can contact one node, but not a cluster, how to support it ? now: etcd = etcd3.client(host='127.0.0.1', port=2379) want: etcd = etcd3.client('127.0.0.1:2379;127.0.0.2:2379')

xialuo1990 avatar Jun 12 '18 02:06 xialuo1990