Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit f78be52

Browse files
committed
Merge branch 'hotfix/122', Close #122
2 parents 982a38c + 6a07b66 commit f78be52

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ All notable changes to this project will be documented in this file, in reverse
2121

2222
### Fixed
2323

24+
- [#122](https://github.com/zendframework/zend-cache/pull/122)
25+
Fixed redis doc for lib_options (not lib_option)
2426
- [#118](https://github.com/zendframework/zend-cache/pull/118)
2527
fixed redis tests in case running with different server
2628
- [#119](https://github.com/zendframework/zend-cache/pull/119)

doc/book/storage/adapter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ Capability | Value
715715
Name | Data Type | Default Value | Description
716716
---- | --------- | ------------- | -----------
717717
`database` | `integer` | 0 | Set database identifier.
718-
`lib_option` | `array` | `[]` | Associative array of redis options where the array key is the option name.
718+
`lib_options` | `array` | `[]` | Associative array of redis options where the array key is the option name.
719719
`namespace_separator` | `string` | ":" | A separator for the namespace and prefix.
720720
`password` | `string` | "" | Set password.
721721
`persistent_id` | `string` | | Set persistent id (name of the connection, leave blank to not use a persistent connection).

0 commit comments

Comments
 (0)