Fixed incorrect link to credis GitHub page

This commit is contained in:
Lee Boynton 2013-11-04 11:58:23 +00:00
parent b0843f4dba
commit 473d610a27

View File

@ -6,7 +6,7 @@
Redisent has always been the Redis backend for php-resque because of its lightweight nature. Unfortunately, Redisent is largely unmaintained. Redisent has always been the Redis backend for php-resque because of its lightweight nature. Unfortunately, Redisent is largely unmaintained.
[Credis](http://example.com/) is a fork of Redisent, which among other improvements will automatically use the [phpredis](https://github.com/nicolasff/phpredis) native PHP extension if it is available. (you want this for speed, trust me) [Credis](https://github.com/colinmollenhour/credis) is a fork of Redisent, which among other improvements will automatically use the [phpredis](https://github.com/nicolasff/phpredis) native PHP extension if it is available. (you want this for speed, trust me)
php-resque now utilizes Credis for all Redis based operations. Credis automatically required and installed as a Composer dependency. php-resque now utilizes Credis for all Redis based operations. Credis automatically required and installed as a Composer dependency.