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

Added support for redis client 3.2.1 #131

Merged
merged 1 commit into from
Jun 4, 2019
Merged

Added support for redis client 3.2.1 #131

merged 1 commit into from
Jun 4, 2019

Conversation

softinio
Copy link
Contributor

This resolves #130

@coveralls
Copy link

coveralls commented May 29, 2019

Coverage Status

Coverage remained the same at 89.918% when pulling 3cd5a77 on softinio:feature/add-support-for-redis-321 into 7ca76bb on kencochrane:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 89.918% when pulling 517c968 on softinio:feature/add-support-for-redis-321 into 1026cf5 on kencochrane:master.

setup.py Outdated
@@ -68,7 +68,7 @@ def get_package_data(package):
include_package_data=True,
packages=get_packages('defender'),
package_data=get_package_data('defender'),
install_requires=['Django>=1.8,<2.2', 'redis>=2.10.3,<=3.2'],
install_requires=['Django>=1.8,<2.2', 'redis>=2.10.3,<=3.2.1'],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I wonder if we want to change to 3.2.* so that we can get all patches automatically, vs having to hard code this version every time. I can see pros and cons for both approaches, wondering what people thing.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just merged another PR that conflicts with this one on this same line, can you rebase your PR so that it merges cleanly, please.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rebase done. Also change Redis version to be <3.3 if ok?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also once this PR is merged let me know when you will publish a new version to I can upgrade my project to it if ok? Ty

Note: I already upped the version number in setup.py for you to save time

@softinio
Copy link
Contributor Author

softinio commented Jun 4, 2019

@kencochrane Any thoughts on when you can release this work? Sorry to chase. Don't want to have to rebase again :-)

@kencochrane
Copy link
Collaborator

@softinio sorry, merging now. Should have a release tonight

@kencochrane kencochrane merged commit fbad0fa into jazzband:master Jun 4, 2019
@softinio
Copy link
Contributor Author

softinio commented Jun 4, 2019

@kencochrane Thank you !

@kencochrane
Copy link
Collaborator

@softinio This has been released to pypi: https://pypi.org/project/django-defender/0.6.2/

@softinio
Copy link
Contributor Author

softinio commented Jun 5, 2019

@kencochrane thank you!

@softinio softinio deleted the feature/add-support-for-redis-321 branch June 5, 2019 16:55
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.

Update dependency to support redis-py version 3.2.1
3 participants