Browse Source

Merge pull request #962 from aterreno/master

Added etc-clojure to the list of clients supporting V.2 api
Yicheng Qin 11 years ago
parent
commit
ab4bcc1869
1 changed files with 10 additions and 11 deletions
  1. 10 11
      Documentation/clients-matrix.md

+ 10 - 11
Documentation/clients-matrix.md

@@ -12,7 +12,6 @@ Clients supporting only the API version 1
 - [russellhaering/txetcd](https://github.com/russellhaering/txetcd) Python
 - [russellhaering/txetcd](https://github.com/russellhaering/txetcd) Python
 - [iconara/etcd-rb](https://github.com/iconara/etcd-rb) Ruby
 - [iconara/etcd-rb](https://github.com/iconara/etcd-rb) Ruby
 - [jpfuentes2/etcd-ruby](https://github.com/jpfuentes2/etcd-ruby) Ruby
 - [jpfuentes2/etcd-ruby](https://github.com/jpfuentes2/etcd-ruby) Ruby
-- [aterreno/etcd-clojure](https://github.com/aterreno/etcd-clojure) Clojure
 - [marshall-lee/etcd.erl](https://github.com/marshall-lee/etcd.erl) Erlang
 - [marshall-lee/etcd.erl](https://github.com/marshall-lee/etcd.erl) Erlang
 
 
 
 
@@ -29,16 +28,16 @@ The v2 API has a lot of features, we will categorize them in a few categories:
 
 
 ### Supported features matrix
 ### 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)| [Etcd.jl](https://github.com/forio/Etcd.jl) | [p5-etcd](https://metacpan.org/release/Etcd) | [etcdcpp](https://github.com/edwardcapriolo/etcdcpp)
-| --- | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | 
-| **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 | F | F |
-| **PUT Features**  | F | B | F | F | F | F | F | G | F | G | F | F | F | F |
-| **POST Features** | F | - | F | F | - | F | F | - | - | - | F | F | F | G |
-| **DEL Features**  | F | B | F | F | F | F | F | B | G | B | F | F | 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) | [p5-etcd](https://metacpan.org/release/Etcd) | [etcdcpp](https://github.com/edwardcapriolo/etcdcpp)  | [etcd-clojure](https://github.com/aterreno/etcd-clojure)
+| --- | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | 
+| **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 | F | F | F |
+| **PUT Features**  | F | B | F | F | F | F | F | G | F | G | F | F | F | F | F |
+| **POST Features** | F | - | F | F | - | F | F | - | - | - | F | F | F | G | F |
+| **DEL Features**  | F | B | F | F | F | F | F | B | G | B | F | F | F | - | F |
 
 
 **Legend**
 **Legend**