monospice / laravel-redis-sentinel-drivers

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

I'm using Laravel 5.2, and I have the aggregate connections issue #16

Closed ghost closed 6 years ago

ghost commented 6 years ago

Predis\NotSupportedException: Cannot initialize a MULTI/EXEC transaction over aggregate connections I found the latest version maybe has fixed, but how about Laravel 5.2? Because I used version "monospice/laravel-redis-sentinel-drivers": "^1.0",. Sorry for my poor English.

ghost commented 6 years ago

BTW, I got this issue with using queue.

cyrossignol commented 6 years ago

Hi Vogan, I'm almost done merging the support for transactions from version 2.4.0 back to the 1.x branch (for Laravel 5.3 and below). I should have a release ready for this in a day or two.

cyrossignol commented 6 years ago

Support for transactions (and the queue) in Laravel 5.2 released with version 1.3.0.