Skip to content

Commit c6c0dd2

Browse files
committed
Updated all the readmes to be coherent
1 parent 326649c commit c6c0dd2

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# 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)
37

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
59
features like tagging and hierarchy support please read the shared documentation at [www.php-cache.com](http://www.php-cache.com).
610

711
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
1317
composer require cache/redis-adapter
1418
```
1519

16-
### Configure
20+
### Use
1721

1822
To create an instance of `RedisCachePool` you need to configure a `\Redis` client.
1923

@@ -23,6 +27,8 @@ $client->connect('127.0.0.1', 6379);
2327
$pool = new RedisCachePool($client);
2428
```
2529

30+
2631
### Contribute
2732

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).

0 commit comments

Comments
 (0)