mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-21 16:01:53 +00:00
Merge pull request #141 from lboynton/patch-2
Fixed incorrect link to credis GitHub page
This commit is contained in:
commit
02809d6632
@ -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
|
||||
* Initial release
|
||||
|
Loading…
Reference in New Issue
Block a user