monospice / laravel-redis-sentinel-drivers

Redis Sentinel integration for Laravel and Lumen.
MIT License
101 stars 48 forks source link

lumen 54 support #2

Closed paunin closed 7 years ago

paunin commented 7 years ago

Looks great but need support for latest lumen/laravel fw

cyrossignol commented 7 years ago

Agreed :)

5.4 significantly changed the internal Redis implementation that this package hooks into, so support for 5.4 will need to come as the package's next major version number.

andrewmclagan commented 7 years ago

Why not submit a PR?

cyrossignol commented 7 years ago

@paunin @andrewmclagan @jacovdbergh, 5.4 is now supported as version ^2.0 of this package. As such, 2.0.x is now the default branch for this project. Support for Laravel 5.3 and below will continue on the 1.x.x branch and releases.

Sorry for the delay...been quite busy changing jobs. Let me know if you find any issues!