Documentation
¶
Index ¶
- func AddArgs(key string, item string) []any
- func AddResult(val any) (bool, error)
- func ExistsArgs(key string, item string) []any
- func ExistsResult(val any) (bool, error)
- func InfoArgs(key string) []any
- func InsertArgs(key string, option *Option, noCreate bool, items []string) []any
- func InsertResult(val any) ([]bool, error)
- func LoadChunkArgs(key string, iter int64, data string) []any
- func MAddArgs(key string, items []string) []any
- func MAddResult(val any) ([]bool, error)
- func MExistsArgs(key string, items []string) []any
- func MExistsResult(val any) ([]bool, error)
- func ReserveArgs(key string, option *Option) []any
- func ScanDumpArgs(key string, iter int64) []any
- type Info
- type Option
- type ScanDump
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExistsArgs ¶
func ExistsResult ¶
func InsertResult ¶
func MAddResult ¶
func MExistsArgs ¶
func MExistsResult ¶
func ReserveArgs ¶
func ScanDumpArgs ¶
Types ¶
type Info ¶
func InfoResult ¶
Click to show internal directories.
Click to hide internal directories.