2017 © Pedro Peláez
 

library zf2-cache-storage-redis-array

RedisArray Cache Storage for Zend Framework 2

image

smoke/zf2-cache-storage-redis-array

RedisArray Cache Storage for Zend Framework 2

  • Wednesday, July 9, 2014
  • by smoke
  • Repository
  • 1 Watchers
  • 5 Stars
  • 5,769 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 9 % Grown

The README.md

RedisArray Cache Storage Adapter for ZF2

Build Status, (*1)

This is RedisArray Cache Storage Adapter component for ZF2 inspired by \Zend\Cache\Storage\Adapter\Redis, (*2)

Installation

This module only officially supports installation through Composer. For Composer documentation, please refer to getcomposer.org., (*3)

You can install the module from command line:, (*4)

$ php composer.phar require smoke/zf2-cache-storage-redis-array:1.0.*

Alternatively, you can also add manually the dependency in your composer.json file:, (*5)

{
    "require": {
        "smoke/zf2-cache-storage-redis-array": "1.0.*"
    }
}

Configuration settings

In your config/autoload/redis-array.php put the following settings to define the servers_array:, (*6)

return array(
    'caches' => array(
        'Cache\General' => array(
            'adapter' => array(
                'name' => '\Smoke\Cache\Storage\Adapter\RedisArray'
            ),
            'options' => array(
                'servers_array' => array(
                    array('host' => 'host1'/*, 'port' => 1234*/),
                    array('host' => 'host2')
                ),
                //'lazy_connect' => true,
                //'connect_timeout' => 15
            ),
        ),
    ),
);

For the rest of the ZF2 Cache Factory needed settings follow http://framework.zend.com/manual/2.3/en/modules/zend.cache.storage.adapter.html, (*7)

LICENSE

The files in this archive are released under the MIT license. You can find a copy of this license in LICENSE.txt., (*8)

The Versions

09/07 2014

dev-master

9999999-dev https://github.com/smoke/zf2-cache-storage-redis-array

RedisArray Cache Storage for Zend Framework 2

  Sources   Download

MIT

The Requires

 

by Radoslav Kirilov

cache redis zf2 redisarray

09/07 2014

v1.0.2

1.0.2.0 https://github.com/smoke/zf2-cache-storage-redis-array

RedisArray Cache Storage for Zend Framework 2

  Sources   Download

MIT

The Requires

 

by Radoslav Kirilov

cache redis zf2 redisarray

09/07 2014

v1.0.1

1.0.1.0 https://github.com/smoke/zf2-cache-storage-redis-array

RedisArray Cache Storage for Zend Framework 2

  Sources   Download

MIT

The Requires

 

by Radoslav Kirilov

cache redis zf2 redisarray

09/07 2014

v1.0.0

1.0.0.0 https://github.com/smoke/zf2-cache-storage-redis-array

RedisArray Cache Storage for Zend Framework 2

  Sources   Download

MIT

The Requires

 

by Radoslav Kirilov

cache redis zf2 redisarray