File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Redis PSR-6 Cache pool
2
- [ ![ Latest Stable Version] ( https://poser.pugx.org/cache/redis-adapter/v/stable )] ( https://packagist.org/packages/cache/redis-adapter ) [ ![ codecov.io] ( https://codecov.io/github/php-cache/redis-adapter/coverage.svg?branch=master )] ( https://codecov.io/github/php-cache/redis-adapter?branch=master ) [ ![ Build Status] ( https://travis-ci.org/php-cache/redis-adapter.svg?branch=master )] ( https://travis-ci.org/php-cache/redis-adapter ) [ ![ Total Downloads] ( https://poser.pugx.org/cache/redis-adapter/downloads )] ( https://packagist.org/packages/cache/redis-adapter ) [ ![ Monthly Downloads] ( https://poser.pugx.org/cache/redis-adapter/d/monthly.png )] ( https://packagist.org/packages/cache/redis-adapter ) [ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE )
2
+ [ ![ Gitter] ( https://badges.gitter.im/php-cache/cache.svg )] ( https://gitter.im/php-cache/cache?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
3
+ [ ![ Latest Stable Version] ( https://poser.pugx.org/cache/redis-adapter/v/stable )] ( https://packagist.org/packages/cache/redis-adapter )
4
+ [ ![ Total Downloads] ( https://poser.pugx.org/cache/redis-adapter/downloads )] ( https://packagist.org/packages/cache/redis-adapter )
5
+ [ ![ Monthly Downloads] ( https://poser.pugx.org/cache/redis-adapter/d/monthly.png )] ( https://packagist.org/packages/cache/redis-adapter )
6
+ [ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE )
3
7
4
- This is a PSR-6 cache implementation for Redis. It is a part of the PHP Cache organisation. To read about
8
+ This is a PSR-6 cache implementation using Redis. It is a part of the PHP Cache organisation. To read about
5
9
features like tagging and hierarchy support please read the shared documentation at [ www.php-cache.com ] ( http://www.php-cache.com ) .
6
10
7
11
This implementation is using [ PhpRedis] ( https://github.com/phpredis/phpredis ) . If you want an adapter with
@@ -13,7 +17,7 @@ This implementation is using [PhpRedis](https://github.com/phpredis/phpredis). I
13
17
composer require cache/redis-adapter
14
18
```
15
19
16
- ### Configure
20
+ ### Use
17
21
18
22
To create an instance of ` RedisCachePool ` you need to configure a ` \Redis ` client.
19
23
@@ -23,6 +27,8 @@ $client->connect('127.0.0.1', 6379);
23
27
$pool = new RedisCachePool($client);
24
28
```
25
29
30
+
26
31
### Contribute
27
32
28
- Contributions are very welcome! Send us a pull request or report any issues you find on the [ issue tracker] ( http://issues.php-cache.com ) .
33
+ Contributions are very welcome! Send a pull request to the [ main repository] ( https://github.com/php-cache/cache ) or
34
+ report any issues you find on the [ issue tracker] ( http://issues.php-cache.com ) .
You can’t perform that action at this time.
0 commit comments