Merge pull request #10110 from zhongwencool/zhongwencool-patch-1

Documentation: add erlang client for etcd API v3
This commit is contained in:
Sam Batschelet 2018-09-20 12:41:33 -04:00 committed by GitHub
commit 1a3be73387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,8 @@
**Erlang libraries**
- [marshall-lee/etcd.erl](https://github.com/marshall-lee/etcd.erl)
- [marshall-lee/etcd.erl](https://github.com/marshall-lee/etcd.erl) - Supports v2
- [zhongwencool/eetcd](https://github.com/zhongwencool/eetcd) - Supports v3+ (GRPC only)
**.Net Libraries**