Documentation

CompositeProtocolProcessor
in package
implements ProtocolProcessorInterface

Composite protocol processor for the standard Redis wire protocol using pluggable handlers to serialize requests and deserialize responses.

Tags
link
http://redis.io/topics/protocol
author

Daniele Alessandri suppakilla@gmail.com

Interfaces, Classes and Traits

ProtocolProcessorInterface
Defines a pluggable protocol processor capable of serializing commands and deserializing responses into PHP objects directly from a connection.

Table of Contents

$reader  : mixed
$serializer  : mixed
__construct()  : mixed
getRequestSerializer()  : RequestSerializerInterface
Returns the request serializer used by the protocol processor.
getResponseReader()  : ResponseReaderInterface
Returns the Response reader used by the protocol processor.
read()  : mixed
Reads a response from a connection to Redis.
setRequestSerializer()  : mixed
Sets the request serializer used by the protocol processor.
setResponseReader()  : mixed
Sets the response reader used by the protocol processor.
write()  : mixed
Writes a request over a connection to Redis.

Properties

Methods

Search results