Documentation
¶
Index ¶
- Constants
- type Client
- type Config
- type KeyValue
- type Reply
- func (r *Reply) Bool() bool
- func (r *Reply) Bytes() []byte
- func (r *Reply) Float32() float32
- func (r *Reply) Float64() float64
- func (r *Reply) Hash() []KeyValue
- func (r *Reply) Int() int
- func (r *Reply) Int16() int16
- func (r *Reply) Int32() int32
- func (r *Reply) Int64() int64
- func (r *Reply) Int8() int8
- func (r *Reply) List() []string
- func (r *Reply) ReplyJson(v interface{}) error
- func (r *Reply) ReplyOk() bool
- func (r *Reply) String() string
- func (r *Reply) Uint16() uint16
- func (r *Reply) Uint32() uint32
- func (r *Reply) Uint64() uint64
- func (r *Reply) Uint8() uint8
Constants ¶
View Source
const (
ReplyOK = "ok"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.