Skip to content

Commit a043ae8

Browse files
committed
Added info about Predis and PHPredis
1 parent a4639a6 commit a043ae8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
[![Build Status](https://travis-ci.org/php-cache/redis-adapter.svg?branch=master)](https://travis-ci.org/php-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)
33

44
This is a implementation for the PSR-6 for Redis cache. This implementation supports tags.
5+
6+
This implementation is using [Predis](https://github.com/nrk/predis). If you want an adapter with
7+
[PHPRedis](https://github.com/phpredis/phpredis) you should look at our [PHPRedis adapter](https://github.com/php-cache/phpredis-adapter).

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cache/redis-adapter",
3-
"description": "A PSR-6 cache implementation using Redis. This implementation supports tags",
3+
"description": "A PSR-6 cache implementation using Redis (Predis). This implementation supports tags",
44
"type": "library",
55
"license": "MIT",
66
"minimum-stability": "stable",
@@ -9,6 +9,7 @@
99
"cache",
1010
"psr-6",
1111
"redis",
12+
"predis",
1213
"tag"
1314
],
1415
"homepage": "https://github.com/php-cache/redis-adapter",

0 commit comments

Comments
 (0)