mirror of
https://github.com/predis/predis.git
synced 2026-08-19 23:42:53 +00:00
213f00042f
* Add clear method to pipeline Ability to clean pipeline and responses when reusing pipelines. Allows pipeline to be executed using chunks without out-of-control increase in memory usage. * spacing Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>