mirror of
https://github.com/predis/predis.git
synced 2026-08-26 08:39:55 +00:00
8a84f8b6cf
Using SplQueue instead of a plain PHP array to queue command instance in the pipeline is faster and makes the underlying implementation definitely more clean. This change is not going to be backported to Predis v0.7 due to changes in Predis\Pipeline\PipelineContextInterface.