Replies: 5 comments
-
For further information regarding phpredis, redis cluster and pipeline, it can be found here: https://github.com/phpredis/phpredis/blob/develop/cluster.markdown#pipelining |
Beta Was this translation helpful? Give feedback.
-
I triend to switch to predis, but I got stuck in this issue: predis/predis#695 and I gave up on that approach. My suggestion is that Laravel overrides the pipeline-function in |
Beta Was this translation helpful? Give feedback.
-
This is a feature request so I'm moving this to discussions. |
Beta Was this translation helpful? Give feedback.
-
phpredis is the way to go i think, predis is not heavily maintained, there is around 3 to 5 commits a year, so it's not a good idea to switch to predis. |
Beta Was this translation helpful? Give feedback.
-
@4ice If it's still makes sense for you, I will recommend you switch to Predis. Right now Predis supports by Redis organisation and we contribute a lot in maintaining and extending Predis capabilities. You'll find pipelining with clusters and a lot of other features, you might be interested in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
When trying to use job Batches to dispatch a series of jobs to a redis cluster queue, an 500 exception is thrown.
Steps To Reproduce:
Beta Was this translation helpful? Give feedback.
All reactions