Skip to content

Commit

Permalink
Merge pull request #8 from AndrewCarterUK/patch-1
Browse files Browse the repository at this point in the history
Typo in README
  • Loading branch information
Nyholm committed Jan 12, 2016
2 parents 75eacb4 + 180aa94 commit 996cdc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Redis PSR-6 adapter using Preids
# Redis PSR-6 adapter using Predis
[![Build Status](https://travis-ci.org/php-cache/predis-adapter.svg?branch=master)](https://travis-ci.org/php-cache/predis-adapter) [![codecov.io](https://codecov.io/github/php-cache/predis-adapter/coverage.svg?branch=master)](https://codecov.io/github/php-cache/predis-adapter?branch=master)

This is a implementation for the PSR-6 for Redis cache. This implementation supports tags.

This implementation is using [Predis](https://github.com/nrk/predis). If you want an adapter with
[PHPRedis](https://github.com/phpredis/phpredis) you should look at our [Redis adapter](https://github.com/php-cache/redis-adapter).
[PHPRedis](https://github.com/phpredis/phpredis) you should look at our [Redis adapter](https://github.com/php-cache/redis-adapter).

0 comments on commit 996cdc8

Please sign in to comment.