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

Upgrade or remove dependency on Redis package #281

Open
Tracked by #391
geordi opened this issue Feb 17, 2023 · 0 comments
Open
Tracked by #391

Upgrade or remove dependency on Redis package #281

geordi opened this issue Feb 17, 2023 · 0 comments
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code

Comments

@geordi
Copy link
Member

geordi commented Feb 17, 2023

Since Django 4.0, there's a Redis backend built in. Also, current django-redis-cache we're using for Redis only supports Django up to version 3.2 and latest development stalled in March 2022.

We can use django-redis that is actively developed. It supports newest version of Django and is still relevant even that Django supports Redis by itself.

The final option is to simply drop dependency on these packages and use just built-in Redis functionality of Django.

@geordi geordi added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

No branches or pull requests

1 participant