libkv icon indicating copy to clipboard operation
libkv copied to clipboard

Introduce List Options with `recursive` flag

Open abronan opened this issue 7 years ago • 1 comments

There was no real alignment on the List call. The list of children would be different from a store to the next, with one returning the recursive version and the other not, or one returning the directory key and the other not for example.

#32 attempts at aligning the List call for every backend with the recursive use case. Although this is not viable for very large sets of keys and subfolders.

We should introduce a recursive option to Listto be able to select whether we want the result to be recursive or not. This could be a simple boolean flag for example.

abronan avatar Oct 10 '17 22:10 abronan

@abronan LGTM :wink: :loop: :+1:

nmengin avatar Oct 13 '17 07:10 nmengin