libkv
libkv copied to clipboard
Expose recursive parameter of WatchTree through WatchOptions
Watches can be used to watch recursively over a set of keys and their child keys. This should be exposed through libkv using a single Watch call instead of having to rely on an additional specialized WatchTree.
We can do this by setting a WatchOptions with a Recursive parameter in libkv/store.go.