2017 © Pedro Peláez
 

library predis-adapter

A PSR-6 cache implementation using Redis (Predis). This implementation supports tags

image

cache/predis-adapter

A PSR-6 cache implementation using Redis (Predis). This implementation supports tags

  • Wednesday, June 6, 2018
  • by Nyholm
  • Repository
  • 3 Watchers
  • 8 Stars
  • 154,550 Installations
  • PHP
  • 9 Dependents
  • 3 Suggesters
  • 7 Forks
  • 0 Open issues
  • 10 Versions
  • 20 % Grown

The README.md

Predis PSR-6 Cache pool

Gitter Latest Stable Version codecov.io Total Downloads Monthly Downloads Software License, (*1)

This is a PSR-6 cache implementation using Predis. It is a part of the PHP Cache organisation. To read about features like tagging and hierarchy support please read the shared documentation at www.php-cache.com., (*2)

This implementation is using Predis. If you want an adapter with PhpRedis you should look at our Redis adapter., (*3)

Install

composer require cache/predis-adapter

Use

To create an instance of PredisCachePool you need to configure a \Predis\Client object., (*4)

$client = new \Predis\Client('tcp:/127.0.0.1:6379');
$pool = new PredisCachePool($client);

Contribute

Contributions are very welcome! Send a pull request to the main repository or report any issues you find on the issue tracker., (*5)

The Versions

06/06 2018

dev-master

9999999-dev http://www.php-cache.com/en/latest/

A PSR-6 cache implementation using Redis (Predis). This implementation supports tags

  Sources   Download

MIT

The Requires

 

The Development Requires

cache redis predis tag psr-6

16/07 2017

1.0.0

1.0.0.0 http://www.php-cache.com/en/latest/

A PSR-6 cache implementation using Redis (Predis). This implementation supports tags

  Sources   Download

MIT

The Requires

 

The Development Requires

cache redis predis tag psr-6

13/03 2017

0.5.0

0.5.0.0 http://www.php-cache.com/en/latest/

A PSR-6 cache implementation using Redis (Predis). This implementation supports tags

  Sources   Download

MIT

The Requires

 

The Development Requires

cache redis predis tag psr-6

28/09 2016

0.4.2

0.4.2.0 http://www.php-cache.com/en/latest/

A PSR-6 cache implementation using Redis (Predis). This implementation supports tags

  Sources   Download

MIT

The Requires

 

The Development Requires

cache redis predis tag psr-6

07/08 2016

0.4.1

0.4.1.0 http://www.php-cache.com/en/latest/

A PSR-6 cache implementation using Redis (Predis). This implementation supports tags

  Sources   Download

MIT

The Requires

 

The Development Requires

cache redis predis tag psr-6

25/02 2016

0.4.0

0.4.0.0 https://github.com/php-cache/predis-adapter

A PSR-6 cache implementation using Redis (Predis). This implementation supports tags

  Sources   Download

MIT

The Requires

 

The Development Requires

cache redis predis tag psr-6

04/02 2016

0.3.1

0.3.1.0 https://github.com/php-cache/predis-adapter

A PSR-6 cache implementation using Redis (Predis). This implementation supports tags

  Sources   Download

MIT

The Requires

 

The Development Requires

cache redis predis tag psr-6

13/01 2016

0.3.0

0.3.0.0 https://github.com/php-cache/predis-adapter

A PSR-6 cache implementation using Redis (Predis). This implementation supports tags

  Sources   Download

MIT

The Requires

 

The Development Requires

cache redis predis tag psr-6

06/01 2016

0.2.0

0.2.0.0 https://github.com/php-cache/predis-adapter

A PSR-6 cache implementation using Redis (Predis). This implementation supports tags

  Sources   Download

MIT

The Requires

 

The Development Requires

cache redis predis tag psr-6

03/01 2016

0.1.0

0.1.0.0 https://github.com/php-cache/doctrine-adapter

A PSR-6 cache implementation using Redis. This implementation supports tags

  Sources   Download

MIT

The Requires

 

The Development Requires

cache redis tag psr-6