From 8b7bffaa901ed1fd521a3dc68bd4c45b31529e1b Mon Sep 17 00:00:00 2001 From: Marc Bennewitz Date: Sat, 5 Nov 2016 20:43:27 +0100 Subject: [PATCH 1/2] Fixed redis doc for lib_options (not lib_option) --- doc/book/storage/adapter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/book/storage/adapter.md b/doc/book/storage/adapter.md index 1371208eb..206c60bb4 100644 --- a/doc/book/storage/adapter.md +++ b/doc/book/storage/adapter.md @@ -719,7 +719,7 @@ Capability | Value Name | Data Type | Default Value | Description ---- | --------- | ------------- | ----------- `database` | `integer` | 0 | Set database identifier. -`lib_option` | `array` | `[]` | Associative array of redis options where the array key is the option name. +`lib_options` | `array` | `[]` | Associative array of redis options where the array key is the option name. `namespace_separator` | `string` | ":" | A separator for the namespace and prefix. `password` | `string` | "" | Set password. `persistent_id` | `string` | | Set persistent id (name of the connection, leave blank to not use a persistent connection). From 6a07b665899a057dd502692b702d7ae3bfcb6ce6 Mon Sep 17 00:00:00 2001 From: Marc Bennewitz Date: Fri, 16 Dec 2016 12:16:49 +0100 Subject: [PATCH 2/2] Added #122 to CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f69b4c8c..b754f16b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ All notable changes to this project will be documented in this file, in reverse ### Fixed +- [#122](https://github.com/zendframework/zend-cache/pull/122) + Fixed redis doc for lib_options (not lib_option) - [#118](https://github.com/zendframework/zend-cache/pull/118) fixed redis tests in case running with different server - [#119](https://github.com/zendframework/zend-cache/pull/119)