Versions in this module Expand all Collapse all v1 v1.0.0 Aug 6, 2026 Changes in this version + func Array(items ...[]byte) []byte + func ArrayToStrings(v Value) ([]string, error) + func Bulk(b []byte) []byte + func Error(s string) []byte + func Int(n int64) []byte + func NullBulk() []byte + func Simple(s string) []byte + type Value struct + Array []Value + Int int64 + Kind byte + Str string + func Read(r *bufio.Reader, maxBytes int64) (Value, error)