Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 444 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 444 Bytes

etcdv3_client

The project is still under development, but most of the common features are available. Put, Range, Watch are supported. Lease is not yet supported. Thus, creating keys with lease is not supported.

For reference of usage, please refer to the tests directory.

Build

cmake -H. -Bbuild -G Ninja
ninja -C build

License

This project is licensed under the MIT License - see the LICENSE file for details.