upgraded lua-resty-redis to 0.27rc1.

This commit is contained in:
Yichun Zhang (agentzh) 2018-10-29 14:24:19 -07:00
parent d96b792a9a
commit a0467ffb9b
1 changed files with 1 additions and 1 deletions

View File

@ -730,7 +730,7 @@ cd ..
#################################
ver=0.26
ver=0.27rc1
$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