mirror of
https://github.com/predis/predis.git
synced 2026-08-24 20:19:41 +00:00
63cf5048a7
We start using SplQueue to enqueue the commands executed inside a MULTI / EXEC context so that we can dequeue them for parsing their replies later. This change does not affect performances but makes the code more clean.