Имя |
Описание |
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. |