Versions in this module Expand all Collapse all v2 v2.1.0 Jul 27, 2022 Changes in this version + var ErrEmptyValue = errors.New("empty value") + var ErrItemLenNotMatch = errors.New("item len not match") + var ErrItemListEmpty = errors.New("item list is empty") + var ErrMustChooseOneParam = errors.New("must choose one param") + var ErrNeedMoreThan2Source = errors.New("need more than 2 source") + var ErrResultLenNotMatch = errors.New("results len not match") + type BoolMapPlacehold struct + Ck string + Cmd *redis.Cmd + Items []string + Reverse bool + func (r *BoolMapPlacehold) Result() (map[string]bool, error) + type BoolValPlacehold struct + Ck string + Cmd *redis.Cmd + Reverse bool + func (r *BoolValPlacehold) Result() (bool, error) + type IncrItem struct + Increment int64 + Item string + type Int64MapPlacehold struct + Ck string + Cmd *redis.Cmd + Items []string + func (r *Int64MapPlacehold) Result() (map[string]int64, error) + type Int64ValPlacehold struct + Ck string + Cmd *redis.Cmd + func (r *Int64ValPlacehold) Result() (int64, error) + type OneBoolMapPlacehold struct + Item string + MapPlacehold *BoolMapPlacehold + func (r *OneBoolMapPlacehold) Result() (bool, error) + type OneInt64MapPlacehold struct + Item string + MapPlacehold *Int64MapPlacehold + func (r *OneInt64MapPlacehold) Result() (int64, error) + type StringListValPlacehold struct + Ck string + Cmd *redis.Cmd + func (r *StringListValPlacehold) Result() ([]string, error)