Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TxtBytes = []byte("txt") NullBytes = []byte("") OKBytes = []byte("OK") RespPrefixedErrorBytes = []byte("-ERR ") RespPrefixedOKBytes = []byte("+OK") RespPrefixedNullStringBytes = []byte("$-1") RespPrefixedNullArrayBytes = []byte("*-1") RespPrefixedBoolTrueBytes = []byte("#t") RespPrefixedBoolFalseBytes = []byte("#f") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.