Skip to content

Commit

Permalink
now we bundle Sergey A. Osokin's ngx_http_redis2 module into ngx_open…
Browse files Browse the repository at this point in the history
…resty.
  • Loading branch information
agentzh committed May 12, 2012
1 parent 9b1da94 commit 7c0c2cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions util/configure
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ my @modules = (
[http_array_var => 'array-var-nginx-module'],
[http_memc => 'memc-nginx-module'],
[http_redis2 => 'redis2-nginx-module'],
[http_redis => 'redis-nginx-module'],
[http_upstream_keepalive => 'upstream-keepalive-nginx-module'],
[http_auth_request => 'auth-request-nginx-module'],
[http_rds_json => 'rds-json-nginx-module'],
Expand Down
6 changes: 6 additions & 0 deletions util/mirror-tarballs
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,12 @@ mv ngx_http_auth_request_module-* auth-request-nginx-module-$ver || exit 1

#################################

ver=0.3.6
$root/util/get-tarball "http://people.freebsd.org/~osa/ngx_http_redis-$ver.tar.gz" -O redis-nginx-module-$ver.tar.gz || exit 1
tar -xzf redis-nginx-module-$ver.tar.gz || exit 1
mv ngx_http_redis-* redis-nginx-module-$ver || exit 1

#################################
ver=0.9
$root/util/get-tarball "https://github.com/FRiCKLE/ngx_postgres/tarball/$ver" -O ngx_postgres-$ver.tar.gz || exit 1
tar -xzf ngx_postgres-$ver.tar.gz || exit 1
Expand Down

0 comments on commit 7c0c2cb

Please sign in to comment.