upgraded lua-resty-redis to 0.13.

This commit is contained in:
agentzh (Yichun Zhang) 2012-08-22 14:43:34 -07:00
parent ea820f5c9f
commit 8f9b404c29
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ mv agentzh-lua-resty-memcached-* lua-resty-memcached-$ver || exit 1
#################################
ver=0.12
ver=0.13
$root/util/get-tarball "http://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