-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove redis from dependencies #262
Comments
https://github.com/tj/connect-redis/blob/master/lib/connect-redis.js
Hmm, so it seems that redis is the default if nothing is specified. I see your point! |
@wavded - what should be done here? |
|
@daveisfera - |
It's probably the best option right now, because See the following: |
This would be a breaking change and require a major version update, seems pretty minor if its included but not used to me. We did recently update it to not include the files in the runtime if not used as well. The vast majority of people use the main |
I agree that it would be a breaking change, but it results in 4 packages being installed and that takes up almost 400KB, so it would be great to not have to include it when we use it. |
We no longer bundle a Redis client in V4. |
Thanks! |
Sweeet!!! |
Currently,
redis
has to be installed even if it's not used. It shouldn't be included independencies
soioredis
can be used without having to installredis
The text was updated successfully, but these errors were encountered: