Fix link in readme

This commit is contained in:
2018-03-05 12:09:53 +01:00
parent 9cc7739f26
commit 5b94961691

View File

@@ -8,7 +8,7 @@ Requires PHP 7.0+. Older versions might work but have not been tested.
`composer require iqparts/cache`
### Another cache library
This cache library has been highly inspired by [Genkgo.Cache](https://raw.githubusercontent.com/genkgo/cache). We recommend using Genkgo's library as it implements more adapters. The reason for this library was the need to have a backup for redis which still was able to store cached values with a **variable** TTL.
This cache library has been highly inspired by [Genkgo.Cache](https://github.com/genkgo/cache). We recommend using Genkgo's library as it implements more adapters. The reason for this library was the need to have a backup for redis which still was able to store cached values with a **variable** TTL.
### Code
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/IQParts/cache/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/IQParts/cache/?branch=master)