Documentation
¶
Index ¶
- func AddArgs(key string, item string) []any
- func AddNXArgs(key string, item string) []any
- func AddNXResult(val any) (bool, error)
- func CountArgs(key string, item string) []any
- func CountResult(val any) (int64, error)
- func DelArgs(key string, item string) []any
- func DelResult(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, capacity *int64, noCreate bool, items []string) []any
- func InsertNXArgs(key string, capacity *int64, noCreate bool, items []string) []any
- func InsertNXResult(val any) ([]int64, error)
- func LoadChunkArgs(key string, iter int64, data string) []any
- func MExistsArgs(key string, items []string) []any
- func MExistsResult(val any) ([]bool, error)
- func ReserveArgs(key string, capacity int64, bucketSize *int64, maxIterations *int64, ...) []any
- func ScanDumpArgs(key string, iter int64) []any
- type Info
- type ScanDump
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddNXResult ¶
func CountResult ¶
func ExistsArgs ¶
func ExistsResult ¶
func InsertNXArgs ¶
func InsertNXResult ¶
func MExistsArgs ¶
func MExistsResult ¶
func ReserveArgs ¶
func ScanDumpArgs ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.