Handler
Interfaces, Classes, Traits and Enums
- ResponseHandlerInterface
- Defines a pluggable handler used to parse a particular type of response.
- BulkResponse
- Handler for the bulk response type in the standard Redis wire protocol.
- ErrorResponse
- Handler for the error response type in the standard Redis wire protocol.
- IntegerResponse
- Handler for the integer response type in the standard Redis wire protocol.
- MultiBulkResponse
- Handler for the multibulk response type in the standard Redis wire protocol.
- StatusResponse
- Handler for the status response type in the standard Redis wire protocol. It
translates certain classes of status response to PHP objects or just returns
the payload as a string.
- StreamableMultiBulkResponse
- Handler for the multibulk response type in the standard Redis wire protocol.