Documentation ¶
Index ¶
Constants ¶
View Source
const ( RES_OK = 0 // Status OK RES_ERR = 1 // Status Error RES_NX = 2 // Status Not Found )
View Source
const ( MAX_LOAD_FACTOR = 0.75 MAX_RESIZING_WORK = 128 )
View Source
const ( LEN_BYTES = 4 // Max int32 size minus 4 to account for strings number prefix // as max length of data sent can be MaxInt32 MAX_STR_LENGTH = math.MaxInt32 - LEN_BYTES )
View Source
const ( SER_NIL = 0 SER_ERR = 1 SER_STR = 2 SER_INT = 3 SER_ARR = 4 )
View Source
const (
MAX_BYTES = math.MaxInt32
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.