Skip to content

Commit

Permalink
dummy change DO NOT MERGE -
Browse files Browse the repository at this point in the history
Signed-off-by: Neelesh Thakur <neelesh.thakur@purestorage.com>
  • Loading branch information
pureneelesh committed Jul 30, 2024
1 parent 10c828f commit cb47bf0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Key Value Store abstraction library.

The kvdb library abstracts the caller from the specific key-value database implementation. The main goal of the kvdb library is to provide simple APIs to deal with only keys and values, and abstract away the intricate details of a specific key value stores. It also provides support for complex APIs like Snapshot, Watch and Lock which are built using the basic APIs.

DUMMY CHANGE

### Supported key value stores

* `Etcd v2`
Expand Down Expand Up @@ -153,4 +155,4 @@ You can add the sign off when creating the git commit via `git commit -s`.

kvdb library is licensed under the Apache License 2.0

replace google.golang.org/grpc/naming => github.com/xiegeo/grpc-naming v1.29.1-alpha
replace google.golang.org/grpc/naming => github.com/xiegeo/grpc-naming v1.29.1-alpha

0 comments on commit cb47bf0

Please # to comment.