Skip to content

Commit 5ae5a74

Browse files
committed
doc: bumped version to 0.14.
1 parent c1e0285 commit 5ae5a74

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.markdown

Lines changed: 8 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.13](https://github.com/openresty/redis2-nginx-module/tags) released on 15 May 2016.
55+
This document describes ngx_redis2 [v0.14](https://github.com/openresty/redis2-nginx-module/tags) released on 8 April 2017.
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.15 (see nginx compatibility),
622+
* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.11.2 (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.15.tar.gz'
628-
tar -xzvf nginx-1.9.15.tar.gz
629-
cd nginx-1.9.15/
627+
wget 'http://nginx.org/download/nginx-1.11.2.tar.gz'
628+
tar -xzvf nginx-1.11.2.tar.gz
629+
cd nginx-1.11.2/
630630

631631
# Here we assume you would install you nginx under /opt/nginx/.
632632
./configure --prefix=/opt/nginx \
@@ -653,6 +653,8 @@ 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.11.x (last tested: 1.11.2)
657+
* 1.10.x
656658
* 1.9.x (last tested: 1.9.15)
657659
* 1.8.x
658660
* 1.7.x (last tested: 1.7.10)
@@ -734,7 +736,7 @@ Copyright & License
734736

735737
This module is licenced under the BSD license.
736738

737-
Copyright (C) 2010-2016, by Yichun "agentzh" Zhang (章亦春) <agentzh@gmail.com>, OpenResty Inc.
739+
Copyright (C) 2010-2017, by Yichun "agentzh" Zhang (章亦春) <agentzh@gmail.com>, OpenResty Inc.
738740

739741
All rights reserved.
740742

0 commit comments

Comments
 (0)