summaryrefslogtreecommitdiffstats
path: root/vio/requirements.txt
diff options
context:
space:
mode:
authorliangke <lokyse@163.com>2018-08-14 10:52:50 +0800
committerliangke <lokyse@163.com>2018-08-14 11:28:34 +0800
commit19ff343fe30e038f11f353a1101a58331415f8d2 (patch)
tree397cba47fb4de463adfe38b8f456338a0b047926 /vio/requirements.txt
parent3c6751a1a5300424e6dea0c6c0f714815e338749 (diff)
Add redis cache to store share data
It's fine to run single redis server on local host. Cache cluster should be planed in some situation if we need. Change-Id: I176445e6918b980368953c8626995c80a4e45c46 Issue-ID: MULTICLOUD-300 Signed-off-by: liangke <lokyse@163.com>
Diffstat (limited to 'vio/requirements.txt')
-rw-r--r--vio/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/vio/requirements.txt b/vio/requirements.txt
index 1647bfc..0cb1b52 100644
--- a/vio/requirements.txt
+++ b/vio/requirements.txt
@@ -7,7 +7,7 @@ redis==2.10.5
# for access redis cache
redisco==0.1.4
-django-redis-cache==0.13.1
+django-redis==4.4.1
# for call rest api
httplib2==0.9.2