Skip to content

Commit 02809d6

Browse files
committed
Merge pull request #141 from lboynton/patch-2
Fixed incorrect link to credis GitHub page
2 parents e1872cc + 473d610 commit 02809d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Redisent has always been the Redis backend for php-resque because of its lightweight nature. Unfortunately, Redisent is largely unmaintained.
88

9-
[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)
9+
[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)
1010

1111
php-resque now utilizes Credis for all Redis based operations. Credis automatically required and installed as a Composer dependency.
1212

@@ -71,4 +71,4 @@ Composer support has been improved and is now the recommended method for includi
7171

7272
## 1.0 (2010-04-18) ##
7373

74-
* Initial release
74+
* Initial release

0 commit comments

Comments
 (0)