upgraded lua-resty-redis to 0.26.

This commit is contained in:
Yichun Zhang (agentzh) 2016-11-04 13:58:42 -07:00
parent 69803153aa
commit a4640d68f1
1 changed files with 1 additions and 1 deletions

View File

@ -619,7 +619,7 @@ cd ..
#################################
ver=0.25
ver=0.26
$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