static

package
v0.0.0-...-0440c53 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 16, 2025 License: AGPL-3.0 Imports: 0 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳