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

Add support for using redis as a cache and a broker

This commit is contained in:
Nigel
2021-10-14 17:03:37 -06:00
parent 96a89558b4
commit e8c2d4da10
2 changed files with 78 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