Results 27 comments of Randall

Hi, I'll see if I can add that information when I have some time 👍

I added a new `scrapeForPhrase` function to master that can get you the word type among other things. I need to test it a bit more and write documentation before...

New version 1.2.0 on NPM has the above mentioned scrapeForPhrase function. Please see the README or jsdocs for more info.

In a C++ project we observed some serious performance gains from using the `immutable` flag. I don't have the exact numbers anymore but for a simple SELECT statement using a...

This would make it easier to use in node-alpine containers which don't have git installed by default.

If you have more than one QR code, you can scan each one, then run each URL through the script separately.

Hi, No specific plans but I do indeed want to create a Redis plugin! It will happen but I can't say when.

Hi @campbellmc , that looks great 🙌 A PR would be very much welcome!

I think it may be best then to publish it as a separate package, with ioredis as a non-optional dependency. We could either add a `plugins` folder in this repo...

Redis is now supported via the [@node-fetch-cache/redis](https://www.npmjs.com/package/@node-fetch-cache/redis) package thanks to @campbellmc and associates.