Download the PHP package zunnu/cake-redis-cluster without Composer
On this page you can find all versions of the php package zunnu/cake-redis-cluster. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zunnu/cake-redis-cluster
More information about zunnu/cake-redis-cluster
Files in zunnu/cake-redis-cluster
Download zunnu/cake-redis-cluster
More information about zunnu/cake-redis-cluster
Files in zunnu/cake-redis-cluster
Vendor zunnu
Package cake-redis-cluster
Short Description Redis cluster cache storage plugin for CakePHP
License MIT
Package cake-redis-cluster
Short Description Redis cluster cache storage plugin for CakePHP
License MIT
Please rate this library. Is it a good library?
Informations about the package cake-redis-cluster
Redis cluster cache storage plugin for CakePHP
This is a fork of the kgbph/cakephp-redis-cluster. This fork only changes the namespacing of the plugin and the minimum required php version.
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
Usage
Use as a cache engine. See CakePHP Caching.
Options
Name | Type | default | Description |
---|---|---|---|
duration | int | 3600 | Specify how long items last |
failover | string | null | null | Automatic slave failover mode |
groups | string[] | [] | List of associated groups or 'tags' |
name | string | null | null | Redis cluster name |
nodes | string[] | [] | URL or IP of the Redis cluster nodes |
persistent | bool | true | Use persistent connection |
prefix | string | 'cake_' | Prefix prepended to all entries |
read_timeout | float | 0 | Read timeout in seconds |
timeout | float | 0 | Timeout in seconds |
Code quality checks
PHP CodeSniffer
Execute composer cs-check
inside the PHP container.
PHP Static Analysis Tool
Execute composer stan
inside the PHP container.
PHPUnit
Execute composer test
inside the PHP container.
Run all checks
Execute composer check
inside the PHP container.
All versions of cake-redis-cluster with dependencies
PHP Build Version
Package Version
The package zunnu/cake-redis-cluster contains the following files
Loading the files please wait ....