mirror of
https://github.com/idanoo/php-resque
synced 2025-07-02 06:02:21 +00:00
Readd Credis
This commit is contained in:
parent
493d6dc6d8
commit
bd0a0c2dc8
5 changed files with 1599 additions and 26 deletions
|
@ -1,3 +1,6 @@
|
|||
## 1.4.2 (2018-05-30)
|
||||
- Reimplemented credis due to issues with Redis: Connection Closed.
|
||||
|
||||
## 1.4.1 (2018-05-29)
|
||||
- Updated travis builds to run on PHP 7.0, 7.1 and 7.2.
|
||||
- Added ability to specify multiple log levels. [DEBUG/INFO/NOTICE/WARNING/ERROR/CRITICAL/ALERT/EMERGENCY]
|
||||
|
@ -7,7 +10,7 @@
|
|||
|
||||
## 1.4 (2018-05-25)
|
||||
- Forked from chrisboulton/php-resque.
|
||||
- Replaced credis (rather unmaintained) in favour of phpredis.
|
||||
- Replaced credis in favour of phpredis.
|
||||
- Reformatted codebase to be PSR2 compliant.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue