cooperaj / laravel-redis-sentinel

Provides a Redis driver for Laravel that is Sentinel aware
16 stars 7 forks source link

Call to undefined method RedisSentinel\Laravel\SentinelQueue::setExpire() #4

Closed ronnievisser closed 7 years ago

ronnievisser commented 7 years ago

Hi,

I got this error on laravel 5.4. it's called from /src/RedisSentinel/Laravel/SentinelConnector.php:22

can this be fixed?

thanks

cooperaj commented 7 years ago

I notice you've got a fork with this presumably fixed? If you want I can PR it in?

Was the setExpire method removed in 5.4 then?

ronnievisser commented 7 years ago

Hi,

The setExpire method is indeed removed.

Regards

On 23 Mar 2017, 14:22 +0100, Adam Cooper notifications@github.com, wrote:

I notice you've got a fork with this presumably fixed? If you want I can PR it in? Was the setExpire method removed in 5.4 then? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

cooperaj commented 7 years ago

Is now fixed.