RESP #
RESP represents Redis serialization protocol.
In order to compatible with Redis, Jimds implements RESP as well. please read the doc first.
Diagram #

NetworkData is an abstract class, it has a method write(OutputStream) that is used to write current data to output.