jaredwray / flat-cache

A stupidly simple key/value storage using files to persist the data
MIT License
165 stars 30 forks source link

Two new methods added to get an array of values for given key search #42

Closed razcakappa closed 1 year ago

razcakappa commented 5 years ago

Also added the functionality to get the array of matching keys for a given phrase

razcakappa commented 5 years ago

@royriojas Two functionalities added to retrieve an array of values by a search phrase for keys. And also get an array of matched keys.

jaredwray commented 1 year ago

@razcakappa - we are closing this down as it will not work with the updated version we are working on.