redisstack

package
v0.0.0-...-aea5cd1 Latest Latest
Warning

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

Go to latest
Published: May 19, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IncrByArgs

func IncrByArgs(key string, itemAmounts []redisstack.ItemAmount) []any

func IncrByResult

func IncrByResult(val any) ([]int64, error)

func InfoArgs

func InfoArgs(key string) []any

func InitByDimArgs

func InitByDimArgs(key string, width int64, depth int64) []any

func InitByProbArgs

func InitByProbArgs(key string, errorRate float64, probability float64) []any

func MergeArgs

func MergeArgs(destKey string, srcKeys []string, weights []int64) []any

func QueryArgs

func QueryArgs(key string, items []string) []any

func QueryResult

func QueryResult(val any) ([]int64, error)

Types

type Info

type Info struct {
	Width int64
	Depth int64
	Count int64
}

func InfoResult

func InfoResult(val any) (*Info, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL