node-request-caching icon indicating copy to clipboard operation
node-request-caching copied to clipboard

Redis dependency should (at the very least) be optional

Open David-Mulder opened this issue 11 years ago • 0 comments

In the first place I am not sure redis should be a dependency at all, but if it has to be then at the very least it should be an optional one. The painful thing about the redis dependency is that it require native modules (node_gyp) which is not something you want if you can prevent it :) .

David-Mulder avatar Jan 24 '15 16:01 David-Mulder