PHPRedis icon indicating copy to clipboard operation
PHPRedis copied to clipboard

PhpRedis for Lumen 5.*

Results 8 PHPRedis issues
Sort by recently updated
recently updated
newest added

Call to undefined method TargetLiu\PHPRedis\Queue\PHPRedisQueue::setMeta()

contains 1 abstract method and must therefore be declared abstract or implement the remaining methods

想使用您的扩展,请问怎么在lumen5.5的项目中使用?谢谢。

使用Lumen5.3 illuminate/queue/RedisQueue.php中的size方法及illuminate/queue/Jobs/Job.php中的fire方法修改

https://github.com/TargetLiu/PHPRedis/blob/master/src/Queue/PHPRedisQueue.php#L49 这个类貌似是没有实现接口中的size方法,导致报错:

https://github.com/TargetLiu/PHPRedis/blob/master/src/Queue/PHPRedisJob.php#L50 Lemen 5.3中,resolveAndFire 方法不存在,调用失败。使用父类的fire方法正常! ![2](https://cloud.githubusercontent.com/assets/18401434/23654095/228ab5e2-036a-11e7-88aa-85d7d536ddbf.png)