You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ You can find examples of usage for `libkv` under in `docs/examples.go`. Optional
34
34
- 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.
35
35
- Zookeeper versions >= `3.4.5`. Although this might work with previous version but this remains untested as of now.
36
36
- Boltdb, which shouldn't be subject to any version dependencies.
37
+
- Memo version >= 0.9.2.
37
38
38
39
## Interface
39
40
@@ -62,19 +63,19 @@ Backend drivers in `libkv` are generally divided between **local drivers** and *
62
63
63
64
Local drivers are usually used in complement to the distributed drivers to store informations that only needs to be available locally.
0 commit comments