feat: use redis version 5+ via ppa:chris-lea (#5981)

This commit is contained in:
Sunny Gleason 2019-09-19 15:04:06 -04:00 committed by Michael Vines
parent fee5c6c057
commit 51b3451e20
1 changed files with 1 additions and 0 deletions

View File

@ -4,4 +4,5 @@ set -ex
[[ $(uname) = Linux ]] || exit 1
[[ $USER = root ]] || exit 1
add-apt-repository -y ppa:chris-lea/redis-server
apt-get --assume-yes install redis