upgraded lua-resty-redis to 0.21.

This commit is contained in:
Yichun Zhang (agentzh) 2015-10-28 16:35:09 +08:00
parent 033b2d88ff
commit d831e27995
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ mv openresty-lua-resty-memcached-* lua-resty-memcached-$ver || exit 1
#################################
ver=0.20
ver=0.21
$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