Skip to content

Commit 75d35b0

Browse files
committed
doc: version 0.13 and nginx compatibility as far as 1.9.15.
1 parent b7322a1 commit 75d35b0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This module is already production ready.
5252
Version
5353
=======
5454

55-
This document describes ngx_redis2 [v0.12](https://github.com/openresty/redis2-nginx-module/tags) released on 22 June 2015.
55+
This document describes ngx_redis2 [v0.13](https://github.com/openresty/redis2-nginx-module/tags) released on 15 May 2016.
5656

5757
Synopsis
5858
========
@@ -619,14 +619,14 @@ You are recommended to install this module (as well as the Nginx core and many m
619619

620620
Alternatively, you can install this module manually by recompiling the standard Nginx core as follows:
621621

622-
* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.9.7 (see nginx compatibility),
622+
* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.9.15 (see nginx compatibility),
623623
* and then download the latest version of the release tarball of this module from ngx_redis2's [file list](http://github.com/openresty/redis2-nginx-module/tags).
624624
* and finally build the source with this module:
625625
```bash
626626

627-
wget 'http://nginx.org/download/nginx-1.9.7.tar.gz'
628-
tar -xzvf nginx-1.9.7.tar.gz
629-
cd nginx-1.9.7/
627+
wget 'http://nginx.org/download/nginx-1.9.15.tar.gz'
628+
tar -xzvf nginx-1.9.15.tar.gz
629+
cd nginx-1.9.15/
630630

631631
# Here we assume you would install you nginx under /opt/nginx/.
632632
./configure --prefix=/opt/nginx \
@@ -653,7 +653,7 @@ Redis 2.0, 2.2, 2.4, and above should work with this module without any issues.
653653

654654
The following versions of Nginx should work with this module:
655655

656-
* 1.9.x (last tested: 1.9.7)
656+
* 1.9.x (last tested: 1.9.15)
657657
* 1.8.x
658658
* 1.7.x (last tested: 1.7.10)
659659
* 1.6.x

0 commit comments

Comments
 (0)