peterbourgon / diskv

A disk-backed key-value store.
http://godoc.org/github.com/peterbourgon/diskv
MIT License
1.41k stars 102 forks source link

Add KeysPrefix method #12

Closed peterbourgon closed 9 years ago

peterbourgon commented 9 years ago

Addresses #11.

@philips, is this what you have in mind?

philips commented 9 years ago

Looks perfect! It took me a bit to catch-on to the "pathfor" logic for finding the right subdir but it LGTM!