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.