upgraded lua-resty-redis to 0.18.

This commit is contained in:
Yichun Zhang (agentzh) 2014-01-10 17:08:00 -08:00
parent 85d38c49a2
commit 5e9a5cdc95
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ mv agentzh-lua-resty-memcached-* lua-resty-memcached-$ver || exit 1
#################################
ver=0.17
ver=0.18
$root/util/get-tarball "https://github.com/agentzh/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 agentzh-lua-resty-redis-* lua-resty-redis-$ver || exit 1