2017 © Pedro Peláez
 

library zzzredis

Redis storage implementation for ZzzCache

image

juhara/zzzredis

Redis storage implementation for ZzzCache

  • Friday, July 13, 2018
  • by zamronypj
  • Repository
  • 1 Watchers
  • 1 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 200 % Grown

The README.md

zzzredis

Redis-based cache storage implementation for ZzzCache, (*1)

Requirement

Installation

Run through composer, (*2)

$ composer require juhara/zzzredis

How to use

<?php

$redisClient = new \Predis\Client();
$redisCache = new \Juhara\ZzzCache\Storages\Redis($redisClient);

$cache = new \Juhara\ZzzCache\Cache(
    $redisCache,
    new \Juhara\ZzzCache\Helpers\ExpiryCalculator()
);

Contributing

If you have any improvement or issues please submit PR., (*3)

Thank you., (*4)

The Versions

13/07 2018

dev-master

9999999-dev

Redis storage implementation for ZzzCache

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Zamrony P. Juhara

cache library

11/07 2018

v1.0.6

1.0.6.0

Redis storage implementation for ZzzCache

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Zamrony P. Juhara

cache library

10/07 2018

v1.0.5

1.0.5.0

Redis storage implementation for ZzzCache

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Zamrony P. Juhara

cache library

10/07 2018

v1.0.4

1.0.4.0

Redis storage implementation for ZzzCache

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Zamrony P. Juhara

cache library

12/04 2018

v1.0.3

1.0.3.0

Redis storage implementation for ZzzCache

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Zamrony P. Juhara

cache library

11/04 2018

v1.0.2

1.0.2.0

Redis storage implementation for ZzzCache

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Zamrony P. Juhara

cache library

09/04 2018

v1.0.1

1.0.1.0

Redis storage implementation for ZzzCache

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Zamrony P. Juhara

cache library

09/04 2018

v1.0.0

1.0.0.0

Redis storage implementation for ZzzCache

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Zamrony P. Juhara

cache library