upgraded lua-resty-redis to v0.29

This commit is contained in:
罗泽轩
2020-10-10 14:23:17 +08:00
committed by GitHub
parent d60de6c3c5
commit 20d2bd74bf
2 changed files with 59 additions and 59 deletions

View File

@ -741,7 +741,7 @@ cd ..
#################################
ver=0.28
ver=0.29
$root/util/get-tarball "https://github.com/openresty/lua-resty-redis/tarball/v$ver" -O "lua-resty-redis-$ver.tar.gz" || exit 1
tar -xzf lua-resty-redis-$ver.tar.gz || exit 1
mv openresty-lua-resty-redis-* lua-resty-redis-$ver || exit 1