//
pkg.gl
Category
github.com/box/memsniff
protocol
redis
package
1.5.0
Repository:
https://github.com/box/memsniff.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
2
Files
299 SLOC
#
Functions
NewFsm
No description provided by the author
NewParser
NewParser creates a parser ready to read a single RESP value from r.
#
Variables
ProtocolErr
No description provided by the author
RecursionLimitErr
No description provided by the author
#
Structs
ParserOptions
No description provided by the author
RespParser
RespParser implements a stack machine to support RESP's potentially infinite nested arrays.