2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +00:00

Merge pull request #2165 from nwns/feature/redisascache

Add support for using Redis as a cache and a broker
This commit is contained in:
Oliver
2021-11-11 17:08:41 +11:00
committed by GitHub
3 changed files with 87 additions and 28 deletions

View File

@ -11,3 +11,6 @@ psycopg2>=2.9.1
mysqlclient>=2.0.3
pgcli>=3.1.0
mariadb>=1.0.7
# Cache
django-redis>=5.0.0