Skip to content

Commit f94c86e

Browse files
committed
fixing redis version in update command
1 parent 40e2950 commit f94c86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/management/commands/update.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def v0_7_1__fix_redis_version_mismatches(self):
334334

335335
# ensure redis version
336336
os.system('%s/pip uninstall redis celery -y' % (self.PYTHON_PATH))
337-
os.system('%s/pip install redis==2.10.6 celery==4.3.0' % (self.PYTHON_PATH))
337+
os.system('%s/pip install redis==3.2.1 celery==4.3.0' % (self.PYTHON_PATH))
338338

339339
# restart celery background tasks
340340
# get supervisor handle

0 commit comments

Comments
 (0)