koajs / koa-redis

Redis storage for Koa session middleware/cache with Sentinel and Cluster support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prevent hiredis build after each package add/remove

avetisk opened this issue · comments

Everytime I add or remove a package (using yarn), hiredis is rebuild (which takes some undesirable amount of time).

Is there anyway to prevent this?

(BTW, this reminds me of the same issue with node-rdkafka: Blizzard/node-rdkafka#152)

From the issue that you attached, it sounds like yarn is working on a workaround. I can't see any other workarounds.

Sorry, I want clear: is there any workaround like the one in the given issue (using an envvar + local build)?

If not, then you can close this issue.

@avetisk I do not see any trace of an environment variable in the hiredis repo. You could maybe open a pull there to this option.