Skip to content

Commit 79fed48

Browse files
author
Matthieu Nottale
committed
README: Mention memo, update copyright years.
Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com>
1 parent 14f8215 commit 79fed48

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ You can find examples of usage for `libkv` under in `docs/examples.go`. Optional
3434
- Etcd versions >= `2.0` because it uses the new `coreos/etcd/client`, this might change in the future as the support for `APIv3` comes along and adds more capabilities.
3535
- Zookeeper versions >= `3.4.5`. Although this might work with previous version but this remains untested as of now.
3636
- Boltdb, which shouldn't be subject to any version dependencies.
37+
- Memo version >= 0.9.2.
3738

3839
## Interface
3940

@@ -62,19 +63,19 @@ Backend drivers in `libkv` are generally divided between **local drivers** and *
6263

6364
Local drivers are usually used in complement to the distributed drivers to store informations that only needs to be available locally.
6465

65-
| Calls | Consul | Etcd | Zookeeper | BoltDB |
66-
|-----------------------|:----------:|:------:|:-----------:|:--------:|
67-
| Put | X | X | X | X |
68-
| Get | X | X | X | X |
69-
| Delete | X | X | X | X |
70-
| Exists | X | X | X | X |
71-
| Watch | X | X | X | |
72-
| WatchTree | X | X | X | |
73-
| NewLock (Lock/Unlock) | X | X | X | |
74-
| List | X | X | X | X |
75-
| DeleteTree | X | X | X | X |
76-
| AtomicPut | X | X | X | X |
77-
| Close | X | X | X | X |
66+
| Calls | Consul | Etcd | Zookeeper | BoltDB | Memo |
67+
|-----------------------|:----------:|:------:|:-----------:|:--------:|:------:|
68+
| Put | X | X | X | X | X |
69+
| Get | X | X | X | X | X |
70+
| Delete | X | X | X | X | X |
71+
| Exists | X | X | X | X | X |
72+
| Watch | X | X | X | | |
73+
| WatchTree | X | X | X | | |
74+
| NewLock (Lock/Unlock) | X | X | X | | |
75+
| List | X | X | X | X | X |
76+
| DeleteTree | X | X | X | X | X |
77+
| AtomicPut | X | X | X | X | |
78+
| Close | X | X | X | X | X |
7879

7980
## Limitations
8081

@@ -104,4 +105,4 @@ Want to hack on libkv? [Docker's contributions guidelines](https://github.com/do
104105

105106
## Copyright and license
106107

107-
Copyright © 2014-2016 Docker, Inc. All rights reserved, except as follows. Code is released under the Apache 2.0 license. The README.md file, and files in the "docs" folder are licensed under the Creative Commons Attribution 4.0 International License under the terms and conditions set forth in the file "LICENSE.docs". You may obtain a duplicate copy of the same license, titled CC-BY-SA-4.0, at http://creativecommons.org/licenses/by/4.0/.
108+
Copyright © 2014-2017 Docker, Inc. All rights reserved, except as follows. Code is released under the Apache 2.0 license. The README.md file, and files in the "docs" folder are licensed under the Creative Commons Attribution 4.0 International License under the terms and conditions set forth in the file "LICENSE.docs". You may obtain a duplicate copy of the same license, titled CC-BY-SA-4.0, at http://creativecommons.org/licenses/by/4.0/.

0 commit comments

Comments
 (0)