Categorygithub.com/wzshiming/resp
modulepackage
0.1.2
Repository: https://github.com/wzshiming/resp.git
Documentation: pkg.go.dev

# README

RESP - REdis Serialization Protocol

Build Status Go Report Card GoDoc GitHub license gocover.io

Redis server using a protocol called RESP (REdis Serialization Protocol) for golang

Usage

API Documentation

License

Pouch is licensed under the MIT License. See LICENSE for the full license text.

# Packages

No description provided by the author
No description provided by the author

# 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.

# Constants

The signature of the RESP protocol.
The signature of the RESP protocol.
The signature of the RESP protocol.
The signature of the RESP protocol.
The signature of the RESP protocol.

# Structs

Decoder It's a resp decoder.
Encoder It's a 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.