pmazurek/aws-fuzzy-finder

Cache feature is not working

Closed this issue · 1 comments

After setting up required variables in ~/.bashrc on MacOS Sierra

$ echo  $AWS_FUZZ_USE_CACHE
yes
$ echo $AWS_FUZZ_CACHE_EXPIRY
3600

it doesn't populate ~/.aws_fuzzy_finder.cache file. instead there is another file ~/.aws_fuzzy_finder.cache.db. Not sure if this was intended.

This might be one of the reason.
jlee-made@062cc39

OK, fixed in #19 , thank you for your contribution @RahulGupta-Reflektion , cheers.