Skip to content
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

Disable default features for redis crate #77

Merged
merged 3 commits into from
Aug 11, 2020
Merged

Disable default features for redis crate #77

merged 3 commits into from
Aug 11, 2020

Conversation

x04
Copy link
Contributor

@x04 x04 commented Aug 11, 2020

Since this library already depends on tokio I see no reason for the async-std feature of the redis crate to be enabled. It adds ~30 extra dependencies that have to be built even though the feature should never be used.

@djc
Copy link
Owner

djc commented Aug 11, 2020

I think we should only enable the features that are needed to bring in the interfaces we use, not any other features (those can be enabled by a downstream crate). Also, please remove the unrelated .gitignore changes.

@djc djc merged commit 3f958b1 into djc:master Aug 11, 2020
@djc
Copy link
Owner

djc commented Aug 11, 2020

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants