# README
RESP - REdis Serialization Protocol
Redis server using a protocol called RESP (REdis Serialization Protocol) for golang
Usage
License
Pouch is licensed under the MIT License. See LICENSE for the full license text.
# Functions
No description provided by the author
ConvertTo returns convert the base type to Reply.
Equal returns a boolean reporting whether a and b are the same length and contain the same Reply.
NewDecoder Create a new resp decoder.
NewEncoder Create a new resp encoder.
# Interfaces
Reply is Data kind interface.
# Type aliases
ReplyBulk Is could be any data of reply.
ReplyError is has to be a row of error reply.
ReplyInteger is has to be integer of reply.
ReplyMultiBulk Is an array of multiple reply.
ReplyStatus is has to be a row of status reply.