mirror of
https://github.com/predis/predis.git
synced 2026-08-25 01:59:42 +00:00
8068c87e47
First of all we completely removed the concept of pipeline executors. Now pipelines can be easily customized by extending our default class Predis\Pipeline\Pipeline. Tests coverage for the Predis\Pipeline namespace is decent but can be definitely improved while test cases can be beautified.