Documentation
¶
Overview ¶
Package resp implements the subset of the Redis serialization protocol that Tile38 speaks: commands out as arrays of bulk strings, replies in as strings, integers, arrays, and nulls.
RESP2 only. Tile38 does not implement HELLO, so there are no RESP3 push or double types to handle, and numbers other than integers arrive as bulk strings.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendCommand ¶
AppendCommand encodes args onto buf as a RESP array of bulk strings.
Types ¶
Click to show internal directories.
Click to hide internal directories.