upgraded lua-resty-redis to 0.21.
This commit is contained in:
parent
033b2d88ff
commit
d831e27995
|
@ -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
|
$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
|
tar -xzf lua-resty-redis-$ver.tar.gz || exit 1
|
||||||
mv openresty-lua-resty-redis-* lua-resty-redis-$ver || exit 1
|
mv openresty-lua-resty-redis-* lua-resty-redis-$ver || exit 1
|
||||||
|
|
Loading…
Reference in New Issue