python-etcd
python-etcd copied to clipboard
how to client a cluster?
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')