Protocol
Namespaces
- Text
Interfaces, Classes and Traits
- ProtocolProcessorInterface
- Defines a pluggable protocol processor capable of serializing commands and
deserializing responses into PHP objects directly from a connection.
- RequestSerializerInterface
- Defines a pluggable serializer for Redis commands.
- ResponseReaderInterface
- Defines a pluggable reader capable of parsing responses returned by Redis and
deserializing them to PHP objects.
- ProtocolException
- Exception used to indentify errors encountered while parsing the Redis wire
protocol.