From d2d68f96fc3ec0f3675dde50cf60ba04e9c01f83 Mon Sep 17 00:00:00 2001 From: Bassem Youssef Date: Fri, 16 May 2014 10:11:31 -0700 Subject: [PATCH] Add Julia etcd client --- Documentation/clients-matrix.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Documentation/clients-matrix.md b/Documentation/clients-matrix.md index ac9afda17..f067b005a 100644 --- a/Documentation/clients-matrix.md +++ b/Documentation/clients-matrix.md @@ -29,16 +29,16 @@ The v2 API has a lot of features, we will categorize them in a few categories: ### Supported features matrix -| Client| [go-etcd](https://github.com/coreos/go-etcd) | [jetcd](https://github.com/diwakergupta/jetcd) | [python-etcd](https://github.com/jplana/python-etcd) | [python-etcd-client](https://github.com/dsoprea/PythonEtcdClient) | [node-etcd](https://github.com/stianeikeland/node-etcd) | [nodejs-etcd](https://github.com/lavagetto/nodejs-etcd) | [etcd-ruby](https://github.com/ranjib/etcd-ruby) | [etcd-api](https://github.com/jdarcy/etcd-api) | [cetcd](https://github.com/dwwoelfel/cetcd) | [clj-etcd](https://github.com/rthomas/clj-etcd) | [etcetera](https://github.com/drusellers/etcetera)| -| --- | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | -| **HTTPS Auth** | Y | Y | Y | Y | Y | Y | - | - | - | - | - | -| **Reconnect** | Y | - | Y | Y | - | - | - | Y | - | - | - | -| **Mod/Lock** | - | - | Y | Y | - | - | - | - | - | - | - | -| **Mod/Leader** | - | - | - | Y | - | - | - | - | - | - | - | -| **GET Features** | F | B | F | F | F | F | F | B | F | G | F | -| **PUT Features** | F | B | F | F | F | F | F | G | F | G | F | -| **POST Features** | F | - | F | F | - | F | F | - | - | - | F | -| **DEL Features** | F | B | F | F | F | F | F | B | G | B | F | +| Client| [go-etcd](https://github.com/coreos/go-etcd) | [jetcd](https://github.com/diwakergupta/jetcd) | [python-etcd](https://github.com/jplana/python-etcd) | [python-etcd-client](https://github.com/dsoprea/PythonEtcdClient) | [node-etcd](https://github.com/stianeikeland/node-etcd) | [nodejs-etcd](https://github.com/lavagetto/nodejs-etcd) | [etcd-ruby](https://github.com/ranjib/etcd-ruby) | [etcd-api](https://github.com/jdarcy/etcd-api) | [cetcd](https://github.com/dwwoelfel/cetcd) | [clj-etcd](https://github.com/rthomas/clj-etcd) | [etcetera](https://github.com/drusellers/etcetera)| [Etcd.jl](https://github.com/forio/Etcd.jl) | +| --- | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | +| **HTTPS Auth** | Y | Y | Y | Y | Y | Y | - | - | - | - | - | - | +| **Reconnect** | Y | - | Y | Y | - | - | - | Y | - | - | - | - | +| **Mod/Lock** | - | - | Y | Y | - | - | - | - | - | - | - | Y | +| **Mod/Leader** | - | - | - | Y | - | - | - | - | - | - | - | Y | +| **GET Features** | F | B | F | F | F | F | F | B | F | G | F | F | +| **PUT Features** | F | B | F | F | F | F | F | G | F | G | F | F | +| **POST Features** | F | - | F | F | - | F | F | - | - | - | F | F | +| **DEL Features** | F | B | F | F | F | F | F | B | G | B | F | F | **Legend**