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

Commit

Permalink
Merge branch 'hotfix/122', Close #122
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-mabe committed Dec 16, 2016
2 parents 982a38c + 6a07b66 commit f78be52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion doc/book/storage/adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,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).
Expand Down

0 comments on commit f78be52

Please sign in to comment.