Predis\Protocol\Text |
Name | Description |
---|---|
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 | Interface that defines a response reader able to parse replies returned by Redis and deserialize them to PHP objects. |