From 473d610a277416042c163fecbc96866bf9bfc607 Mon Sep 17 00:00:00 2001 From: Lee Boynton Date: Mon, 4 Nov 2013 11:58:23 +0000 Subject: [PATCH] Fixed incorrect link to credis GitHub page --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6f1196..9e86e51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ 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. @@ -71,4 +71,4 @@ Composer support has been improved and is now the recommended method for includi ## 1.0 (2010-04-18) ## -* Initial release \ No newline at end of file +* Initial release