jurmous / etcd4j

Java / Netty client for etcd, the highly-available key value store for shared configuration and service discovery.
Apache License 2.0
267 stars 83 forks source link

the mistake of README.md #181

Open ZhichX opened 5 years ago

ZhichX commented 5 years ago

the second example should be etcd.post("queue","Job2").ttl(20).send(); at the post examples, right?