feature: bumped lua-resty-redis to 0.31.

This commit is contained in:
lijunlong
2024-08-08 23:47:00 +08:00
committed by GitHub
parent 4da52a0574
commit d3a190467e
2 changed files with 58 additions and 58 deletions

View File

@ -802,7 +802,7 @@ cd ..
#################################
ver=0.30
ver=0.31
$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