File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 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
44This 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 ) .
Original file line number Diff line number Diff line change 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" ,
99 " cache" ,
1010 " psr-6" ,
1111 " redis" ,
12+ " predis" ,
1213 " tag"
1314 ],
1415 "homepage" : " https://github.com/php-cache/redis-adapter" ,
You can’t perform that action at this time.
0 commit comments