PHP Predis\Pipeline Пространство имен

Классы

Имя Описание
Atomic Command pipeline wrapped into a MULTI / EXEC transaction.
ConnectionErrorProof Command pipeline that does not throw exceptions on connection errors, but returns the exception instances as the rest of the response elements.
FireAndForget Command pipeline that writes commands to the servers but discards responses.
Pipeline Implementation of a command pipeline in which write and read operations of Redis commands are pipelined to alleviate the effects of network round-trips.