Versions in this module Expand all Collapse all v0 v0.0.2 Feb 19, 2025 v0.0.1 Feb 19, 2025 Changes in this version + type MockCmdable struct + func NewMockCmdable(ctrl *gomock.Controller) *MockCmdable + func (m *MockCmdable) ACLDryRun(arg0 context.Context, arg1 string, arg2 ...any) *redis.StringCmd + func (m *MockCmdable) ACLLog(arg0 context.Context, arg1 int64) *redis.ACLLogCmd + func (m *MockCmdable) ACLLogReset(arg0 context.Context) *redis.StatusCmd + func (m *MockCmdable) Append(arg0 context.Context, arg1, arg2 string) *redis.IntCmd + func (m *MockCmdable) BFAdd(arg0 context.Context, arg1 string, arg2 any) *redis.BoolCmd + func (m *MockCmdable) BFCard(arg0 context.Context, arg1 string) *redis.IntCmd + func (m *MockCmdable) BFExists(arg0 context.Context, arg1 string, arg2 any) *redis.BoolCmd + func (m *MockCmdable) BFInfo(arg0 context.Context, arg1 string) *redis.BFInfoCmd + func (m *MockCmdable) BFInfoArg(arg0 context.Context, arg1, arg2 string) *redis.BFInfoCmd + func (m *MockCmdable) BFInfoCapacity(arg0 context.Context, arg1 string) *redis.BFInfoCmd + func (m *MockCmdable) BFInfoExpansion(arg0 context.Context, arg1 string) *redis.BFInfoCmd + func (m *MockCmdable) BFInfoFilters(arg0 context.Context, arg1 string) *redis.BFInfoCmd + func (m *MockCmdable) BFInfoItems(arg0 context.Context, arg1 string) *redis.BFInfoCmd + func (m *MockCmdable) BFInfoSize(arg0 context.Context, arg1 string) *redis.BFInfoCmd + func (m *MockCmdable) BFInsert(arg0 context.Context, arg1 string, arg2 *redis.BFInsertOptions, arg3 ...any) *redis.BoolSliceCmd + func (m *MockCmdable) BFLoadChunk(arg0 context.Context, arg1 string, arg2 int64, arg3 any) *redis.StatusCmd + func (m *MockCmdable) BFMAdd(arg0 context.Context, arg1 string, arg2 ...any) *redis.BoolSliceCmd + func (m *MockCmdable) BFMExists(arg0 context.Context, arg1 string, arg2 ...any) *redis.BoolSliceCmd + func (m *MockCmdable) BFReserve(arg0 context.Context, arg1 string, arg2 float64, arg3 int64) *redis.StatusCmd + func (m *MockCmdable) BFReserveExpansion(arg0 context.Context, arg1 string, arg2 float64, arg3, arg4 int64) *redis.StatusCmd + func (m *MockCmdable) BFReserveNonScaling(arg0 context.Context, arg1 string, arg2 float64, arg3 int64) *redis.StatusCmd + func (m *MockCmdable) BFReserveWithArgs(arg0 context.Context, arg1 string, arg2 *redis.BFReserveOptions) *redis.StatusCmd + func (m *MockCmdable) BFScanDump(arg0 context.Context, arg1 string, arg2 int64) *redis.ScanDumpCmd + func (m *MockCmdable) BLMPop(arg0 context.Context, arg1 time.Duration, arg2 string, arg3 int64, ...) *redis.KeyValuesCmd + func (m *MockCmdable) BLMove(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 time.Duration) *redis.StringCmd + func (m *MockCmdable) BLPop(arg0 context.Context, arg1 time.Duration, arg2 ...string) *redis.StringSliceCmd + func (m *MockCmdable) BRPop(arg0 context.Context, arg1 time.Duration, arg2 ...string) *redis.StringSliceCmd + func (m *MockCmdable) BRPopLPush(arg0 context.Context, arg1, arg2 string, arg3 time.Duration) *redis.StringCmd + func (m *MockCmdable) BZMPop(arg0 context.Context, arg1 time.Duration, arg2 string, arg3 int64, ...) *redis.ZSliceWithKeyCmd + func (m *MockCmdable) BZPopMax(arg0 context.Context, arg1 time.Duration, arg2 ...string) *redis.ZWithKeyCmd + func (m *MockCmdable) BZPopMin(arg0 context.Context, arg1 time.Duration, arg2 ...string) *redis.ZWithKeyCmd + func (m *MockCmdable) BgRewriteAOF(arg0 context.Context) *redis.StatusCmd + func (m *MockCmdable) BgSave(arg0 context.Context) *redis.StatusCmd + func (m *MockCmdable) CFAdd(arg0 context.Context, arg1 string, arg2 any) *redis.BoolCmd + func (m *MockCmdable) CFAddNX(arg0 context.Context, arg1 string, arg2 any) *redis.BoolCmd + func (m *MockCmdable) CFCount(arg0 context.Context, arg1 string, arg2 any) *redis.IntCmd + func (m *MockCmdable) CFDel(arg0 context.Context, arg1 string, arg2 any) *redis.BoolCmd + func (m *MockCmdable) CFExists(arg0 context.Context, arg1 string, arg2 any) *redis.BoolCmd + func (m *MockCmdable) CFInfo(arg0 context.Context, arg1 string) *redis.CFInfoCmd + func (m *MockCmdable) CFInsert(arg0 context.Context, arg1 string, arg2 *redis.CFInsertOptions, arg3 ...any) *redis.BoolSliceCmd + func (m *MockCmdable) CFInsertNX(arg0 context.Context, arg1 string, arg2 *redis.CFInsertOptions, arg3 ...any) *redis.IntSliceCmd + func (m *MockCmdable) CFLoadChunk(arg0 context.Context, arg1 string, arg2 int64, arg3 any) *redis.StatusCmd + func (m *MockCmdable) CFMExists(arg0 context.Context, arg1 string, arg2 ...any) *redis.BoolSliceCmd + func (m *MockCmdable) CFReserve(arg0 context.Context, arg1 string, arg2 int64) *redis.StatusCmd + func (m *MockCmdable) CFReserveBucketSize(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.StatusCmd + func (m *MockCmdable) CFReserveExpansion(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.StatusCmd + func (m *MockCmdable) CFReserveMaxIterations(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.StatusCmd + func (m *MockCmdable) CFReserveWithArgs(arg0 context.Context, arg1 string, arg2 *redis.CFReserveOptions) *redis.StatusCmd + func (m *MockCmdable) CFScanDump(arg0 context.Context, arg1 string, arg2 int64) *redis.ScanDumpCmd + func (m *MockCmdable) CMSIncrBy(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntSliceCmd + func (m *MockCmdable) CMSInfo(arg0 context.Context, arg1 string) *redis.CMSInfoCmd + func (m *MockCmdable) CMSInitByDim(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.StatusCmd + func (m *MockCmdable) CMSInitByProb(arg0 context.Context, arg1 string, arg2, arg3 float64) *redis.StatusCmd + func (m *MockCmdable) CMSMerge(arg0 context.Context, arg1 string, arg2 ...string) *redis.StatusCmd + func (m *MockCmdable) CMSMergeWithWeight(arg0 context.Context, arg1 string, arg2 map[string]int64) *redis.StatusCmd + func (m *MockCmdable) CMSQuery(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntSliceCmd + func (m *MockCmdable) ClientGetName(arg0 context.Context) *redis.StringCmd + func (m *MockCmdable) ClientID(arg0 context.Context) *redis.IntCmd + func (m *MockCmdable) ClientInfo(arg0 context.Context) *redis.ClientInfoCmd + func (m *MockCmdable) ClientKill(arg0 context.Context, arg1 string) *redis.StatusCmd + func (m *MockCmdable) ClientKillByFilter(arg0 context.Context, arg1 ...string) *redis.IntCmd + func (m *MockCmdable) ClientList(arg0 context.Context) *redis.StringCmd + func (m *MockCmdable) ClientPause(arg0 context.Context, arg1 time.Duration) *redis.BoolCmd + func (m *MockCmdable) ClientUnblock(arg0 context.Context, arg1 int64) *redis.IntCmd + func (m *MockCmdable) ClientUnblockWithError(arg0 context.Context, arg1 int64) *redis.IntCmd + func (m *MockCmdable) ClientUnpause(arg0 context.Context) *redis.BoolCmd + func (m *MockCmdable) ClusterAddSlots(arg0 context.Context, arg1 ...int) *redis.StatusCmd + func (m *MockCmdable) ClusterAddSlotsRange(arg0 context.Context, arg1, arg2 int) *redis.StatusCmd + func (m *MockCmdable) ClusterCountFailureReports(arg0 context.Context, arg1 string) *redis.IntCmd + func (m *MockCmdable) ClusterCountKeysInSlot(arg0 context.Context, arg1 int) *redis.IntCmd + func (m *MockCmdable) ClusterDelSlots(arg0 context.Context, arg1 ...int) *redis.StatusCmd + func (m *MockCmdable) ClusterDelSlotsRange(arg0 context.Context, arg1, arg2 int) *redis.StatusCmd + func (m *MockCmdable) ClusterFailover(arg0 context.Context) *redis.StatusCmd + func (m *MockCmdable) ClusterForget(arg0 context.Context, arg1 string) *redis.StatusCmd + func (m *MockCmdable) ClusterGetKeysInSlot(arg0 context.Context, arg1, arg2 int) *redis.StringSliceCmd + func (m *MockCmdable) ClusterInfo(arg0 context.Context) *redis.StringCmd + func (m *MockCmdable) ClusterKeySlot(arg0 context.Context, arg1 string) *redis.IntCmd + func (m *MockCmdable) ClusterLinks(arg0 context.Context) *redis.ClusterLinksCmd + func (m *MockCmdable) ClusterMeet(arg0 context.Context, arg1, arg2 string) *redis.StatusCmd + func (m *MockCmdable) ClusterMyShardID(arg0 context.Context) *redis.StringCmd + func (m *MockCmdable) ClusterNodes(arg0 context.Context) *redis.StringCmd + func (m *MockCmdable) ClusterReplicate(arg0 context.Context, arg1 string) *redis.StatusCmd + func (m *MockCmdable) ClusterResetHard(arg0 context.Context) *redis.StatusCmd + func (m *MockCmdable) ClusterResetSoft(arg0 context.Context) *redis.StatusCmd + func (m *MockCmdable) ClusterSaveConfig(arg0 context.Context) *redis.StatusCmd + func (m *MockCmdable) ClusterShards(arg0 context.Context) *redis.ClusterShardsCmd + func (m *MockCmdable) ClusterSlaves(arg0 context.Context, arg1 string) *redis.StringSliceCmd + func (m *MockCmdable) ClusterSlots(arg0 context.Context) *redis.ClusterSlotsCmd + func (m *MockCmdable) Command(arg0 context.Context) *redis.CommandsInfoCmd + func (m *MockCmdable) CommandGetKeys(arg0 context.Context, arg1 ...any) *redis.StringSliceCmd + func (m *MockCmdable) CommandGetKeysAndFlags(arg0 context.Context, arg1 ...any) *redis.KeyFlagsCmd + func (m *MockCmdable) CommandList(arg0 context.Context, arg1 *redis.FilterBy) *redis.StringSliceCmd + func (m *MockCmdable) ConfigGet(arg0 context.Context, arg1 string) *redis.MapStringStringCmd + func (m *MockCmdable) ConfigResetStat(arg0 context.Context) *redis.StatusCmd + func (m *MockCmdable) ConfigRewrite(arg0 context.Context) *redis.StatusCmd + func (m *MockCmdable) ConfigSet(arg0 context.Context, arg1, arg2 string) *redis.StatusCmd + func (m *MockCmdable) Copy(arg0 context.Context, arg1, arg2 string, arg3 int, arg4 bool) *redis.IntCmd + func (m *MockCmdable) DBSize(arg0 context.Context) *redis.IntCmd + func (m *MockCmdable) DebugObject(arg0 context.Context, arg1 string) *redis.StringCmd + func (m *MockCmdable) Decr(arg0 context.Context, arg1 string) *redis.IntCmd + func (m *MockCmdable) DecrBy(arg0 context.Context, arg1 string, arg2 int64) *redis.IntCmd + func (m *MockCmdable) Del(arg0 context.Context, arg1 ...string) *redis.IntCmd + func (m *MockCmdable) Dump(arg0 context.Context, arg1 string) *redis.StringCmd + func (m *MockCmdable) EXPECT() *MockCmdableMockRecorder + func (m *MockCmdable) Echo(arg0 context.Context, arg1 any) *redis.StringCmd + func (m *MockCmdable) Eval(arg0 context.Context, arg1 string, arg2 []string, arg3 ...any) *redis.Cmd + func (m *MockCmdable) EvalRO(arg0 context.Context, arg1 string, arg2 []string, arg3 ...any) *redis.Cmd + func (m *MockCmdable) EvalSha(arg0 context.Context, arg1 string, arg2 []string, arg3 ...any) *redis.Cmd + func (m *MockCmdable) EvalShaRO(arg0 context.Context, arg1 string, arg2 []string, arg3 ...any) *redis.Cmd + func (m *MockCmdable) Exists(arg0 context.Context, arg1 ...string) *redis.IntCmd + func (m *MockCmdable) Expire(arg0 context.Context, arg1 string, arg2 time.Duration) *redis.BoolCmd + func (m *MockCmdable) ExpireAt(arg0 context.Context, arg1 string, arg2 time.Time) *redis.BoolCmd + func (m *MockCmdable) ExpireGT(arg0 context.Context, arg1 string, arg2 time.Duration) *redis.BoolCmd + func (m *MockCmdable) ExpireLT(arg0 context.Context, arg1 string, arg2 time.Duration) *redis.BoolCmd + func (m *MockCmdable) ExpireNX(arg0 context.Context, arg1 string, arg2 time.Duration) *redis.BoolCmd + func (m *MockCmdable) ExpireTime(arg0 context.Context, arg1 string) *redis.DurationCmd + func (m *MockCmdable) ExpireXX(arg0 context.Context, arg1 string, arg2 time.Duration) *redis.BoolCmd + func (m *MockCmdable) FCall(arg0 context.Context, arg1 string, arg2 []string, arg3 ...any) *redis.Cmd + func (m *MockCmdable) FCallRO(arg0 context.Context, arg1 string, arg2 []string, arg3 ...any) *redis.Cmd + func (m *MockCmdable) FCallRo(arg0 context.Context, arg1 string, arg2 []string, arg3 ...any) *redis.Cmd + func (m *MockCmdable) FlushAll(arg0 context.Context) *redis.StatusCmd + func (m *MockCmdable) FlushAllAsync(arg0 context.Context) *redis.StatusCmd + func (m *MockCmdable) FlushDB(arg0 context.Context) *redis.StatusCmd + func (m *MockCmdable) FlushDBAsync(arg0 context.Context) *redis.StatusCmd + func (m *MockCmdable) FunctionDelete(arg0 context.Context, arg1 string) *redis.StringCmd + func (m *MockCmdable) FunctionDump(arg0 context.Context) *redis.StringCmd + func (m *MockCmdable) FunctionFlush(arg0 context.Context) *redis.StringCmd + func (m *MockCmdable) FunctionFlushAsync(arg0 context.Context) *redis.StringCmd + func (m *MockCmdable) FunctionKill(arg0 context.Context) *redis.StringCmd + func (m *MockCmdable) FunctionList(arg0 context.Context, arg1 redis.FunctionListQuery) *redis.FunctionListCmd + func (m *MockCmdable) FunctionLoad(arg0 context.Context, arg1 string) *redis.StringCmd + func (m *MockCmdable) FunctionLoadReplace(arg0 context.Context, arg1 string) *redis.StringCmd + func (m *MockCmdable) FunctionRestore(arg0 context.Context, arg1 string) *redis.StringCmd + func (m *MockCmdable) FunctionStats(arg0 context.Context) *redis.FunctionStatsCmd + func (m *MockCmdable) GeoAdd(arg0 context.Context, arg1 string, arg2 ...*redis.GeoLocation) *redis.IntCmd + func (m *MockCmdable) GeoDist(arg0 context.Context, arg1, arg2, arg3, arg4 string) *redis.FloatCmd + func (m *MockCmdable) GeoHash(arg0 context.Context, arg1 string, arg2 ...string) *redis.StringSliceCmd + func (m *MockCmdable) GeoPos(arg0 context.Context, arg1 string, arg2 ...string) *redis.GeoPosCmd + func (m *MockCmdable) GeoRadius(arg0 context.Context, arg1 string, arg2, arg3 float64, ...) *redis.GeoLocationCmd + func (m *MockCmdable) GeoRadiusByMember(arg0 context.Context, arg1, arg2 string, arg3 *redis.GeoRadiusQuery) *redis.GeoLocationCmd + func (m *MockCmdable) GeoRadiusByMemberStore(arg0 context.Context, arg1, arg2 string, arg3 *redis.GeoRadiusQuery) *redis.IntCmd + func (m *MockCmdable) GeoRadiusStore(arg0 context.Context, arg1 string, arg2, arg3 float64, ...) *redis.IntCmd + func (m *MockCmdable) GeoSearch(arg0 context.Context, arg1 string, arg2 *redis.GeoSearchQuery) *redis.StringSliceCmd + func (m *MockCmdable) GeoSearchLocation(arg0 context.Context, arg1 string, arg2 *redis.GeoSearchLocationQuery) *redis.GeoSearchLocationCmd + func (m *MockCmdable) GeoSearchStore(arg0 context.Context, arg1, arg2 string, arg3 *redis.GeoSearchStoreQuery) *redis.IntCmd + func (m *MockCmdable) Get(arg0 context.Context, arg1 string) *redis.StringCmd + func (m *MockCmdable) GetDel(arg0 context.Context, arg1 string) *redis.StringCmd + func (m *MockCmdable) GetEx(arg0 context.Context, arg1 string, arg2 time.Duration) *redis.StringCmd + func (m *MockCmdable) GetRange(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.StringCmd + func (m *MockCmdable) GetSet(arg0 context.Context, arg1 string, arg2 any) *redis.StringCmd + func (m *MockCmdable) HDel(arg0 context.Context, arg1 string, arg2 ...string) *redis.IntCmd + func (m *MockCmdable) HExists(arg0 context.Context, arg1, arg2 string) *redis.BoolCmd + func (m *MockCmdable) HGet(arg0 context.Context, arg1, arg2 string) *redis.StringCmd + func (m *MockCmdable) HGetAll(arg0 context.Context, arg1 string) *redis.MapStringStringCmd + func (m *MockCmdable) HIncrBy(arg0 context.Context, arg1, arg2 string, arg3 int64) *redis.IntCmd + func (m *MockCmdable) HIncrByFloat(arg0 context.Context, arg1, arg2 string, arg3 float64) *redis.FloatCmd + func (m *MockCmdable) HKeys(arg0 context.Context, arg1 string) *redis.StringSliceCmd + func (m *MockCmdable) HLen(arg0 context.Context, arg1 string) *redis.IntCmd + func (m *MockCmdable) HMGet(arg0 context.Context, arg1 string, arg2 ...string) *redis.SliceCmd + func (m *MockCmdable) HMSet(arg0 context.Context, arg1 string, arg2 ...any) *redis.BoolCmd + func (m *MockCmdable) HRandField(arg0 context.Context, arg1 string, arg2 int) *redis.StringSliceCmd + func (m *MockCmdable) HRandFieldWithValues(arg0 context.Context, arg1 string, arg2 int) *redis.KeyValueSliceCmd + func (m *MockCmdable) HScan(arg0 context.Context, arg1 string, arg2 uint64, arg3 string, arg4 int64) *redis.ScanCmd + func (m *MockCmdable) HSet(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntCmd + func (m *MockCmdable) HSetNX(arg0 context.Context, arg1, arg2 string, arg3 any) *redis.BoolCmd + func (m *MockCmdable) HVals(arg0 context.Context, arg1 string) *redis.StringSliceCmd + func (m *MockCmdable) Incr(arg0 context.Context, arg1 string) *redis.IntCmd + func (m *MockCmdable) IncrBy(arg0 context.Context, arg1 string, arg2 int64) *redis.IntCmd + func (m *MockCmdable) IncrByFloat(arg0 context.Context, arg1 string, arg2 float64) *redis.FloatCmd + func (m *MockCmdable) Info(arg0 context.Context, arg1 ...string) *redis.StringCmd + func (m *MockCmdable) Keys(arg0 context.Context, arg1 string) *redis.StringSliceCmd + func (m *MockCmdable) LCS(arg0 context.Context, arg1 *redis.LCSQuery) *redis.LCSCmd + func (m *MockCmdable) LIndex(arg0 context.Context, arg1 string, arg2 int64) *redis.StringCmd + func (m *MockCmdable) LInsert(arg0 context.Context, arg1, arg2 string, arg3, arg4 any) *redis.IntCmd + func (m *MockCmdable) LInsertAfter(arg0 context.Context, arg1 string, arg2, arg3 any) *redis.IntCmd + func (m *MockCmdable) LInsertBefore(arg0 context.Context, arg1 string, arg2, arg3 any) *redis.IntCmd + func (m *MockCmdable) LLen(arg0 context.Context, arg1 string) *redis.IntCmd + func (m *MockCmdable) LMPop(arg0 context.Context, arg1 string, arg2 int64, arg3 ...string) *redis.KeyValuesCmd + func (m *MockCmdable) LMove(arg0 context.Context, arg1, arg2, arg3, arg4 string) *redis.StringCmd + func (m *MockCmdable) LPop(arg0 context.Context, arg1 string) *redis.StringCmd + func (m *MockCmdable) LPopCount(arg0 context.Context, arg1 string, arg2 int) *redis.StringSliceCmd + func (m *MockCmdable) LPos(arg0 context.Context, arg1, arg2 string, arg3 redis.LPosArgs) *redis.IntCmd + func (m *MockCmdable) LPosCount(arg0 context.Context, arg1, arg2 string, arg3 int64, arg4 redis.LPosArgs) *redis.IntSliceCmd + func (m *MockCmdable) LPush(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntCmd + func (m *MockCmdable) LPushX(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntCmd + func (m *MockCmdable) LRange(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.StringSliceCmd + func (m *MockCmdable) LRem(arg0 context.Context, arg1 string, arg2 int64, arg3 any) *redis.IntCmd + func (m *MockCmdable) LSet(arg0 context.Context, arg1 string, arg2 int64, arg3 any) *redis.StatusCmd + func (m *MockCmdable) LTrim(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.StatusCmd + func (m *MockCmdable) LastSave(arg0 context.Context) *redis.IntCmd + func (m *MockCmdable) MGet(arg0 context.Context, arg1 ...string) *redis.SliceCmd + func (m *MockCmdable) MSet(arg0 context.Context, arg1 ...any) *redis.StatusCmd + func (m *MockCmdable) MSetNX(arg0 context.Context, arg1 ...any) *redis.BoolCmd + func (m *MockCmdable) MemoryUsage(arg0 context.Context, arg1 string, arg2 ...int) *redis.IntCmd + func (m *MockCmdable) Migrate(arg0 context.Context, arg1, arg2, arg3 string, arg4 int, arg5 time.Duration) *redis.StatusCmd + func (m *MockCmdable) ModuleLoadex(arg0 context.Context, arg1 *redis.ModuleLoadexConfig) *redis.StringCmd + func (m *MockCmdable) Move(arg0 context.Context, arg1 string, arg2 int) *redis.BoolCmd + func (m *MockCmdable) ObjectEncoding(arg0 context.Context, arg1 string) *redis.StringCmd + func (m *MockCmdable) ObjectIdleTime(arg0 context.Context, arg1 string) *redis.DurationCmd + func (m *MockCmdable) ObjectRefCount(arg0 context.Context, arg1 string) *redis.IntCmd + func (m *MockCmdable) PExpire(arg0 context.Context, arg1 string, arg2 time.Duration) *redis.BoolCmd + func (m *MockCmdable) PExpireAt(arg0 context.Context, arg1 string, arg2 time.Time) *redis.BoolCmd + func (m *MockCmdable) PExpireTime(arg0 context.Context, arg1 string) *redis.DurationCmd + func (m *MockCmdable) PFAdd(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntCmd + func (m *MockCmdable) PFCount(arg0 context.Context, arg1 ...string) *redis.IntCmd + func (m *MockCmdable) PFMerge(arg0 context.Context, arg1 string, arg2 ...string) *redis.StatusCmd + func (m *MockCmdable) PTTL(arg0 context.Context, arg1 string) *redis.DurationCmd + func (m *MockCmdable) Persist(arg0 context.Context, arg1 string) *redis.BoolCmd + func (m *MockCmdable) Ping(arg0 context.Context) *redis.StatusCmd + func (m *MockCmdable) Pipeline() redis.Pipeliner + func (m *MockCmdable) Pipelined(arg0 context.Context, arg1 func(redis.Pipeliner) error) ([]redis.Cmder, error) + func (m *MockCmdable) PubSubChannels(arg0 context.Context, arg1 string) *redis.StringSliceCmd + func (m *MockCmdable) PubSubNumPat(arg0 context.Context) *redis.IntCmd + func (m *MockCmdable) PubSubNumSub(arg0 context.Context, arg1 ...string) *redis.MapStringIntCmd + func (m *MockCmdable) PubSubShardChannels(arg0 context.Context, arg1 string) *redis.StringSliceCmd + func (m *MockCmdable) PubSubShardNumSub(arg0 context.Context, arg1 ...string) *redis.MapStringIntCmd + func (m *MockCmdable) Publish(arg0 context.Context, arg1 string, arg2 any) *redis.IntCmd + func (m *MockCmdable) Quit(arg0 context.Context) *redis.StatusCmd + func (m *MockCmdable) RPop(arg0 context.Context, arg1 string) *redis.StringCmd + func (m *MockCmdable) RPopCount(arg0 context.Context, arg1 string, arg2 int) *redis.StringSliceCmd + func (m *MockCmdable) RPopLPush(arg0 context.Context, arg1, arg2 string) *redis.StringCmd + func (m *MockCmdable) RPush(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntCmd + func (m *MockCmdable) RPushX(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntCmd + func (m *MockCmdable) RandomKey(arg0 context.Context) *redis.StringCmd + func (m *MockCmdable) ReadOnly(arg0 context.Context) *redis.StatusCmd + func (m *MockCmdable) ReadWrite(arg0 context.Context) *redis.StatusCmd + func (m *MockCmdable) Rename(arg0 context.Context, arg1, arg2 string) *redis.StatusCmd + func (m *MockCmdable) RenameNX(arg0 context.Context, arg1, arg2 string) *redis.BoolCmd + func (m *MockCmdable) Restore(arg0 context.Context, arg1 string, arg2 time.Duration, arg3 string) *redis.StatusCmd + func (m *MockCmdable) RestoreReplace(arg0 context.Context, arg1 string, arg2 time.Duration, arg3 string) *redis.StatusCmd + func (m *MockCmdable) SAdd(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntCmd + func (m *MockCmdable) SCard(arg0 context.Context, arg1 string) *redis.IntCmd + func (m *MockCmdable) SDiff(arg0 context.Context, arg1 ...string) *redis.StringSliceCmd + func (m *MockCmdable) SDiffStore(arg0 context.Context, arg1 string, arg2 ...string) *redis.IntCmd + func (m *MockCmdable) SInter(arg0 context.Context, arg1 ...string) *redis.StringSliceCmd + func (m *MockCmdable) SInterCard(arg0 context.Context, arg1 int64, arg2 ...string) *redis.IntCmd + func (m *MockCmdable) SInterStore(arg0 context.Context, arg1 string, arg2 ...string) *redis.IntCmd + func (m *MockCmdable) SIsMember(arg0 context.Context, arg1 string, arg2 any) *redis.BoolCmd + func (m *MockCmdable) SMIsMember(arg0 context.Context, arg1 string, arg2 ...any) *redis.BoolSliceCmd + func (m *MockCmdable) SMembers(arg0 context.Context, arg1 string) *redis.StringSliceCmd + func (m *MockCmdable) SMembersMap(arg0 context.Context, arg1 string) *redis.StringStructMapCmd + func (m *MockCmdable) SMove(arg0 context.Context, arg1, arg2 string, arg3 any) *redis.BoolCmd + func (m *MockCmdable) SPop(arg0 context.Context, arg1 string) *redis.StringCmd + func (m *MockCmdable) SPopN(arg0 context.Context, arg1 string, arg2 int64) *redis.StringSliceCmd + func (m *MockCmdable) SPublish(arg0 context.Context, arg1 string, arg2 any) *redis.IntCmd + func (m *MockCmdable) SRandMember(arg0 context.Context, arg1 string) *redis.StringCmd + func (m *MockCmdable) SRandMemberN(arg0 context.Context, arg1 string, arg2 int64) *redis.StringSliceCmd + func (m *MockCmdable) SRem(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntCmd + func (m *MockCmdable) SScan(arg0 context.Context, arg1 string, arg2 uint64, arg3 string, arg4 int64) *redis.ScanCmd + func (m *MockCmdable) SUnion(arg0 context.Context, arg1 ...string) *redis.StringSliceCmd + func (m *MockCmdable) SUnionStore(arg0 context.Context, arg1 string, arg2 ...string) *redis.IntCmd + func (m *MockCmdable) Save(arg0 context.Context) *redis.StatusCmd + func (m *MockCmdable) Scan(arg0 context.Context, arg1 uint64, arg2 string, arg3 int64) *redis.ScanCmd + func (m *MockCmdable) ScanType(arg0 context.Context, arg1 uint64, arg2 string, arg3 int64, arg4 string) *redis.ScanCmd + func (m *MockCmdable) ScriptExists(arg0 context.Context, arg1 ...string) *redis.BoolSliceCmd + func (m *MockCmdable) ScriptFlush(arg0 context.Context) *redis.StatusCmd + func (m *MockCmdable) ScriptKill(arg0 context.Context) *redis.StatusCmd + func (m *MockCmdable) ScriptLoad(arg0 context.Context, arg1 string) *redis.StringCmd + func (m *MockCmdable) Set(arg0 context.Context, arg1 string, arg2 any, arg3 time.Duration) *redis.StatusCmd + func (m *MockCmdable) SetArgs(arg0 context.Context, arg1 string, arg2 any, arg3 redis.SetArgs) *redis.StatusCmd + func (m *MockCmdable) SetEx(arg0 context.Context, arg1 string, arg2 any, arg3 time.Duration) *redis.StatusCmd + func (m *MockCmdable) SetNX(arg0 context.Context, arg1 string, arg2 any, arg3 time.Duration) *redis.BoolCmd + func (m *MockCmdable) SetRange(arg0 context.Context, arg1 string, arg2 int64, arg3 string) *redis.IntCmd + func (m *MockCmdable) SetXX(arg0 context.Context, arg1 string, arg2 any, arg3 time.Duration) *redis.BoolCmd + func (m *MockCmdable) Shutdown(arg0 context.Context) *redis.StatusCmd + func (m *MockCmdable) ShutdownNoSave(arg0 context.Context) *redis.StatusCmd + func (m *MockCmdable) ShutdownSave(arg0 context.Context) *redis.StatusCmd + func (m *MockCmdable) SlaveOf(arg0 context.Context, arg1, arg2 string) *redis.StatusCmd + func (m *MockCmdable) SlowLogGet(arg0 context.Context, arg1 int64) *redis.SlowLogCmd + func (m *MockCmdable) Sort(arg0 context.Context, arg1 string, arg2 *redis.Sort) *redis.StringSliceCmd + func (m *MockCmdable) SortInterfaces(arg0 context.Context, arg1 string, arg2 *redis.Sort) *redis.SliceCmd + func (m *MockCmdable) SortRO(arg0 context.Context, arg1 string, arg2 *redis.Sort) *redis.StringSliceCmd + func (m *MockCmdable) SortStore(arg0 context.Context, arg1, arg2 string, arg3 *redis.Sort) *redis.IntCmd + func (m *MockCmdable) StrLen(arg0 context.Context, arg1 string) *redis.IntCmd + func (m *MockCmdable) TDigestAdd(arg0 context.Context, arg1 string, arg2 ...float64) *redis.StatusCmd + func (m *MockCmdable) TDigestByRank(arg0 context.Context, arg1 string, arg2 ...uint64) *redis.FloatSliceCmd + func (m *MockCmdable) TDigestByRevRank(arg0 context.Context, arg1 string, arg2 ...uint64) *redis.FloatSliceCmd + func (m *MockCmdable) TDigestCDF(arg0 context.Context, arg1 string, arg2 ...float64) *redis.FloatSliceCmd + func (m *MockCmdable) TDigestCreate(arg0 context.Context, arg1 string) *redis.StatusCmd + func (m *MockCmdable) TDigestCreateWithCompression(arg0 context.Context, arg1 string, arg2 int64) *redis.StatusCmd + func (m *MockCmdable) TDigestInfo(arg0 context.Context, arg1 string) *redis.TDigestInfoCmd + func (m *MockCmdable) TDigestMax(arg0 context.Context, arg1 string) *redis.FloatCmd + func (m *MockCmdable) TDigestMerge(arg0 context.Context, arg1 string, arg2 *redis.TDigestMergeOptions, ...) *redis.StatusCmd + func (m *MockCmdable) TDigestMin(arg0 context.Context, arg1 string) *redis.FloatCmd + func (m *MockCmdable) TDigestQuantile(arg0 context.Context, arg1 string, arg2 ...float64) *redis.FloatSliceCmd + func (m *MockCmdable) TDigestRank(arg0 context.Context, arg1 string, arg2 ...float64) *redis.IntSliceCmd + func (m *MockCmdable) TDigestReset(arg0 context.Context, arg1 string) *redis.StatusCmd + func (m *MockCmdable) TDigestRevRank(arg0 context.Context, arg1 string, arg2 ...float64) *redis.IntSliceCmd + func (m *MockCmdable) TDigestTrimmedMean(arg0 context.Context, arg1 string, arg2, arg3 float64) *redis.FloatCmd + func (m *MockCmdable) TFCall(arg0 context.Context, arg1, arg2 string, arg3 int) *redis.Cmd + func (m *MockCmdable) TFCallASYNC(arg0 context.Context, arg1, arg2 string, arg3 int) *redis.Cmd + func (m *MockCmdable) TFCallASYNCArgs(arg0 context.Context, arg1, arg2 string, arg3 int, arg4 *redis.TFCallOptions) *redis.Cmd + func (m *MockCmdable) TFCallArgs(arg0 context.Context, arg1, arg2 string, arg3 int, arg4 *redis.TFCallOptions) *redis.Cmd + func (m *MockCmdable) TFunctionDelete(arg0 context.Context, arg1 string) *redis.StatusCmd + func (m *MockCmdable) TFunctionList(arg0 context.Context) *redis.MapStringInterfaceSliceCmd + func (m *MockCmdable) TFunctionListArgs(arg0 context.Context, arg1 *redis.TFunctionListOptions) *redis.MapStringInterfaceSliceCmd + func (m *MockCmdable) TFunctionLoad(arg0 context.Context, arg1 string) *redis.StatusCmd + func (m *MockCmdable) TFunctionLoadArgs(arg0 context.Context, arg1 string, arg2 *redis.TFunctionLoadOptions) *redis.StatusCmd + func (m *MockCmdable) TSAdd(arg0 context.Context, arg1 string, arg2 any, arg3 float64) *redis.IntCmd + func (m *MockCmdable) TSAddWithArgs(arg0 context.Context, arg1 string, arg2 any, arg3 float64, ...) *redis.IntCmd + func (m *MockCmdable) TSAlter(arg0 context.Context, arg1 string, arg2 *redis.TSAlterOptions) *redis.StatusCmd + func (m *MockCmdable) TSCreate(arg0 context.Context, arg1 string) *redis.StatusCmd + func (m *MockCmdable) TSCreateRule(arg0 context.Context, arg1, arg2 string, arg3 redis.Aggregator, arg4 int) *redis.StatusCmd + func (m *MockCmdable) TSCreateRuleWithArgs(arg0 context.Context, arg1, arg2 string, arg3 redis.Aggregator, arg4 int, ...) *redis.StatusCmd + func (m *MockCmdable) TSCreateWithArgs(arg0 context.Context, arg1 string, arg2 *redis.TSOptions) *redis.StatusCmd + func (m *MockCmdable) TSDecrBy(arg0 context.Context, arg1 string, arg2 float64) *redis.IntCmd + func (m *MockCmdable) TSDecrByWithArgs(arg0 context.Context, arg1 string, arg2 float64, arg3 *redis.TSIncrDecrOptions) *redis.IntCmd + func (m *MockCmdable) TSDel(arg0 context.Context, arg1 string, arg2, arg3 int) *redis.IntCmd + func (m *MockCmdable) TSDeleteRule(arg0 context.Context, arg1, arg2 string) *redis.StatusCmd + func (m *MockCmdable) TSGet(arg0 context.Context, arg1 string) *redis.TSTimestampValueCmd + func (m *MockCmdable) TSGetWithArgs(arg0 context.Context, arg1 string, arg2 *redis.TSGetOptions) *redis.TSTimestampValueCmd + func (m *MockCmdable) TSIncrBy(arg0 context.Context, arg1 string, arg2 float64) *redis.IntCmd + func (m *MockCmdable) TSIncrByWithArgs(arg0 context.Context, arg1 string, arg2 float64, arg3 *redis.TSIncrDecrOptions) *redis.IntCmd + func (m *MockCmdable) TSInfo(arg0 context.Context, arg1 string) *redis.MapStringInterfaceCmd + func (m *MockCmdable) TSInfoWithArgs(arg0 context.Context, arg1 string, arg2 *redis.TSInfoOptions) *redis.MapStringInterfaceCmd + func (m *MockCmdable) TSMAdd(arg0 context.Context, arg1 [][]any) *redis.IntSliceCmd + func (m *MockCmdable) TSMGet(arg0 context.Context, arg1 []string) *redis.MapStringSliceInterfaceCmd + func (m *MockCmdable) TSMGetWithArgs(arg0 context.Context, arg1 []string, arg2 *redis.TSMGetOptions) *redis.MapStringSliceInterfaceCmd + func (m *MockCmdable) TSMRange(arg0 context.Context, arg1, arg2 int, arg3 []string) *redis.MapStringSliceInterfaceCmd + func (m *MockCmdable) TSMRangeWithArgs(arg0 context.Context, arg1, arg2 int, arg3 []string, ...) *redis.MapStringSliceInterfaceCmd + func (m *MockCmdable) TSMRevRange(arg0 context.Context, arg1, arg2 int, arg3 []string) *redis.MapStringSliceInterfaceCmd + func (m *MockCmdable) TSMRevRangeWithArgs(arg0 context.Context, arg1, arg2 int, arg3 []string, ...) *redis.MapStringSliceInterfaceCmd + func (m *MockCmdable) TSQueryIndex(arg0 context.Context, arg1 []string) *redis.StringSliceCmd + func (m *MockCmdable) TSRange(arg0 context.Context, arg1 string, arg2, arg3 int) *redis.TSTimestampValueSliceCmd + func (m *MockCmdable) TSRangeWithArgs(arg0 context.Context, arg1 string, arg2, arg3 int, arg4 *redis.TSRangeOptions) *redis.TSTimestampValueSliceCmd + func (m *MockCmdable) TSRevRange(arg0 context.Context, arg1 string, arg2, arg3 int) *redis.TSTimestampValueSliceCmd + func (m *MockCmdable) TSRevRangeWithArgs(arg0 context.Context, arg1 string, arg2, arg3 int, ...) *redis.TSTimestampValueSliceCmd + func (m *MockCmdable) TTL(arg0 context.Context, arg1 string) *redis.DurationCmd + func (m *MockCmdable) Time(arg0 context.Context) *redis.TimeCmd + func (m *MockCmdable) TopKAdd(arg0 context.Context, arg1 string, arg2 ...any) *redis.StringSliceCmd + func (m *MockCmdable) TopKCount(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntSliceCmd + func (m *MockCmdable) TopKIncrBy(arg0 context.Context, arg1 string, arg2 ...any) *redis.StringSliceCmd + func (m *MockCmdable) TopKInfo(arg0 context.Context, arg1 string) *redis.TopKInfoCmd + func (m *MockCmdable) TopKList(arg0 context.Context, arg1 string) *redis.StringSliceCmd + func (m *MockCmdable) TopKListWithCount(arg0 context.Context, arg1 string) *redis.MapStringIntCmd + func (m *MockCmdable) TopKQuery(arg0 context.Context, arg1 string, arg2 ...any) *redis.BoolSliceCmd + func (m *MockCmdable) TopKReserve(arg0 context.Context, arg1 string, arg2 int64) *redis.StatusCmd + func (m *MockCmdable) TopKReserveWithOptions(arg0 context.Context, arg1 string, arg2, arg3, arg4 int64, arg5 float64) *redis.StatusCmd + func (m *MockCmdable) Touch(arg0 context.Context, arg1 ...string) *redis.IntCmd + func (m *MockCmdable) TxPipeline() redis.Pipeliner + func (m *MockCmdable) TxPipelined(arg0 context.Context, arg1 func(redis.Pipeliner) error) ([]redis.Cmder, error) + func (m *MockCmdable) Type(arg0 context.Context, arg1 string) *redis.StatusCmd + func (m *MockCmdable) Unlink(arg0 context.Context, arg1 ...string) *redis.IntCmd + func (m *MockCmdable) XAck(arg0 context.Context, arg1, arg2 string, arg3 ...string) *redis.IntCmd + func (m *MockCmdable) XAdd(arg0 context.Context, arg1 *redis.XAddArgs) *redis.StringCmd + func (m *MockCmdable) XAutoClaim(arg0 context.Context, arg1 *redis.XAutoClaimArgs) *redis.XAutoClaimCmd + func (m *MockCmdable) XAutoClaimJustID(arg0 context.Context, arg1 *redis.XAutoClaimArgs) *redis.XAutoClaimJustIDCmd + func (m *MockCmdable) XClaim(arg0 context.Context, arg1 *redis.XClaimArgs) *redis.XMessageSliceCmd + func (m *MockCmdable) XClaimJustID(arg0 context.Context, arg1 *redis.XClaimArgs) *redis.StringSliceCmd + func (m *MockCmdable) XDel(arg0 context.Context, arg1 string, arg2 ...string) *redis.IntCmd + func (m *MockCmdable) XGroupCreate(arg0 context.Context, arg1, arg2, arg3 string) *redis.StatusCmd + func (m *MockCmdable) XGroupCreateConsumer(arg0 context.Context, arg1, arg2, arg3 string) *redis.IntCmd + func (m *MockCmdable) XGroupCreateMkStream(arg0 context.Context, arg1, arg2, arg3 string) *redis.StatusCmd + func (m *MockCmdable) XGroupDelConsumer(arg0 context.Context, arg1, arg2, arg3 string) *redis.IntCmd + func (m *MockCmdable) XGroupDestroy(arg0 context.Context, arg1, arg2 string) *redis.IntCmd + func (m *MockCmdable) XGroupSetID(arg0 context.Context, arg1, arg2, arg3 string) *redis.StatusCmd + func (m *MockCmdable) XInfoConsumers(arg0 context.Context, arg1, arg2 string) *redis.XInfoConsumersCmd + func (m *MockCmdable) XInfoGroups(arg0 context.Context, arg1 string) *redis.XInfoGroupsCmd + func (m *MockCmdable) XInfoStream(arg0 context.Context, arg1 string) *redis.XInfoStreamCmd + func (m *MockCmdable) XInfoStreamFull(arg0 context.Context, arg1 string, arg2 int) *redis.XInfoStreamFullCmd + func (m *MockCmdable) XLen(arg0 context.Context, arg1 string) *redis.IntCmd + func (m *MockCmdable) XPending(arg0 context.Context, arg1, arg2 string) *redis.XPendingCmd + func (m *MockCmdable) XPendingExt(arg0 context.Context, arg1 *redis.XPendingExtArgs) *redis.XPendingExtCmd + func (m *MockCmdable) XRange(arg0 context.Context, arg1, arg2, arg3 string) *redis.XMessageSliceCmd + func (m *MockCmdable) XRangeN(arg0 context.Context, arg1, arg2, arg3 string, arg4 int64) *redis.XMessageSliceCmd + func (m *MockCmdable) XRead(arg0 context.Context, arg1 *redis.XReadArgs) *redis.XStreamSliceCmd + func (m *MockCmdable) XReadGroup(arg0 context.Context, arg1 *redis.XReadGroupArgs) *redis.XStreamSliceCmd + func (m *MockCmdable) XReadStreams(arg0 context.Context, arg1 ...string) *redis.XStreamSliceCmd + func (m *MockCmdable) XRevRange(arg0 context.Context, arg1, arg2, arg3 string) *redis.XMessageSliceCmd + func (m *MockCmdable) XRevRangeN(arg0 context.Context, arg1, arg2, arg3 string, arg4 int64) *redis.XMessageSliceCmd + func (m *MockCmdable) XTrimMaxLen(arg0 context.Context, arg1 string, arg2 int64) *redis.IntCmd + func (m *MockCmdable) XTrimMaxLenApprox(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.IntCmd + func (m *MockCmdable) XTrimMinID(arg0 context.Context, arg1, arg2 string) *redis.IntCmd + func (m *MockCmdable) XTrimMinIDApprox(arg0 context.Context, arg1, arg2 string, arg3 int64) *redis.IntCmd + func (m *MockCmdable) ZAdd(arg0 context.Context, arg1 string, arg2 ...redis.Z) *redis.IntCmd + func (m *MockCmdable) ZAddArgs(arg0 context.Context, arg1 string, arg2 redis.ZAddArgs) *redis.IntCmd + func (m *MockCmdable) ZAddArgsIncr(arg0 context.Context, arg1 string, arg2 redis.ZAddArgs) *redis.FloatCmd + func (m *MockCmdable) ZAddGT(arg0 context.Context, arg1 string, arg2 ...redis.Z) *redis.IntCmd + func (m *MockCmdable) ZAddLT(arg0 context.Context, arg1 string, arg2 ...redis.Z) *redis.IntCmd + func (m *MockCmdable) ZAddNX(arg0 context.Context, arg1 string, arg2 ...redis.Z) *redis.IntCmd + func (m *MockCmdable) ZAddXX(arg0 context.Context, arg1 string, arg2 ...redis.Z) *redis.IntCmd + func (m *MockCmdable) ZCard(arg0 context.Context, arg1 string) *redis.IntCmd + func (m *MockCmdable) ZCount(arg0 context.Context, arg1, arg2, arg3 string) *redis.IntCmd + func (m *MockCmdable) ZDiff(arg0 context.Context, arg1 ...string) *redis.StringSliceCmd + func (m *MockCmdable) ZDiffStore(arg0 context.Context, arg1 string, arg2 ...string) *redis.IntCmd + func (m *MockCmdable) ZDiffWithScores(arg0 context.Context, arg1 ...string) *redis.ZSliceCmd + func (m *MockCmdable) ZIncrBy(arg0 context.Context, arg1 string, arg2 float64, arg3 string) *redis.FloatCmd + func (m *MockCmdable) ZInter(arg0 context.Context, arg1 *redis.ZStore) *redis.StringSliceCmd + func (m *MockCmdable) ZInterCard(arg0 context.Context, arg1 int64, arg2 ...string) *redis.IntCmd + func (m *MockCmdable) ZInterStore(arg0 context.Context, arg1 string, arg2 *redis.ZStore) *redis.IntCmd + func (m *MockCmdable) ZInterWithScores(arg0 context.Context, arg1 *redis.ZStore) *redis.ZSliceCmd + func (m *MockCmdable) ZLexCount(arg0 context.Context, arg1, arg2, arg3 string) *redis.IntCmd + func (m *MockCmdable) ZMPop(arg0 context.Context, arg1 string, arg2 int64, arg3 ...string) *redis.ZSliceWithKeyCmd + func (m *MockCmdable) ZMScore(arg0 context.Context, arg1 string, arg2 ...string) *redis.FloatSliceCmd + func (m *MockCmdable) ZPopMax(arg0 context.Context, arg1 string, arg2 ...int64) *redis.ZSliceCmd + func (m *MockCmdable) ZPopMin(arg0 context.Context, arg1 string, arg2 ...int64) *redis.ZSliceCmd + func (m *MockCmdable) ZRandMember(arg0 context.Context, arg1 string, arg2 int) *redis.StringSliceCmd + func (m *MockCmdable) ZRandMemberWithScores(arg0 context.Context, arg1 string, arg2 int) *redis.ZSliceCmd + func (m *MockCmdable) ZRange(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.StringSliceCmd + func (m *MockCmdable) ZRangeArgs(arg0 context.Context, arg1 redis.ZRangeArgs) *redis.StringSliceCmd + func (m *MockCmdable) ZRangeArgsWithScores(arg0 context.Context, arg1 redis.ZRangeArgs) *redis.ZSliceCmd + func (m *MockCmdable) ZRangeByLex(arg0 context.Context, arg1 string, arg2 *redis.ZRangeBy) *redis.StringSliceCmd + func (m *MockCmdable) ZRangeByScore(arg0 context.Context, arg1 string, arg2 *redis.ZRangeBy) *redis.StringSliceCmd + func (m *MockCmdable) ZRangeByScoreWithScores(arg0 context.Context, arg1 string, arg2 *redis.ZRangeBy) *redis.ZSliceCmd + func (m *MockCmdable) ZRangeStore(arg0 context.Context, arg1 string, arg2 redis.ZRangeArgs) *redis.IntCmd + func (m *MockCmdable) ZRangeWithScores(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.ZSliceCmd + func (m *MockCmdable) ZRank(arg0 context.Context, arg1, arg2 string) *redis.IntCmd + func (m *MockCmdable) ZRankWithScore(arg0 context.Context, arg1, arg2 string) *redis.RankWithScoreCmd + func (m *MockCmdable) ZRem(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntCmd + func (m *MockCmdable) ZRemRangeByLex(arg0 context.Context, arg1, arg2, arg3 string) *redis.IntCmd + func (m *MockCmdable) ZRemRangeByRank(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.IntCmd + func (m *MockCmdable) ZRemRangeByScore(arg0 context.Context, arg1, arg2, arg3 string) *redis.IntCmd + func (m *MockCmdable) ZRevRange(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.StringSliceCmd + func (m *MockCmdable) ZRevRangeByLex(arg0 context.Context, arg1 string, arg2 *redis.ZRangeBy) *redis.StringSliceCmd + func (m *MockCmdable) ZRevRangeByScore(arg0 context.Context, arg1 string, arg2 *redis.ZRangeBy) *redis.StringSliceCmd + func (m *MockCmdable) ZRevRangeByScoreWithScores(arg0 context.Context, arg1 string, arg2 *redis.ZRangeBy) *redis.ZSliceCmd + func (m *MockCmdable) ZRevRangeWithScores(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.ZSliceCmd + func (m *MockCmdable) ZRevRank(arg0 context.Context, arg1, arg2 string) *redis.IntCmd + func (m *MockCmdable) ZRevRankWithScore(arg0 context.Context, arg1, arg2 string) *redis.RankWithScoreCmd + func (m *MockCmdable) ZScan(arg0 context.Context, arg1 string, arg2 uint64, arg3 string, arg4 int64) *redis.ScanCmd + func (m *MockCmdable) ZScore(arg0 context.Context, arg1, arg2 string) *redis.FloatCmd + func (m *MockCmdable) ZUnion(arg0 context.Context, arg1 redis.ZStore) *redis.StringSliceCmd + func (m *MockCmdable) ZUnionStore(arg0 context.Context, arg1 string, arg2 *redis.ZStore) *redis.IntCmd + func (m *MockCmdable) ZUnionWithScores(arg0 context.Context, arg1 redis.ZStore) *redis.ZSliceCmd + type MockCmdableMockRecorder struct + func (mr *MockCmdableMockRecorder) ACLDryRun(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) ACLLog(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ACLLogReset(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) Append(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) BFAdd(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) BFCard(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) BFExists(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) BFInfo(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) BFInfoArg(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) BFInfoCapacity(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) BFInfoExpansion(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) BFInfoFilters(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) BFInfoItems(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) BFInfoSize(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) BFInsert(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) BFLoadChunk(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) BFMAdd(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) BFMExists(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) BFReserve(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) BFReserveExpansion(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockCmdableMockRecorder) BFReserveNonScaling(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) BFReserveWithArgs(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) BFScanDump(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) BLMPop(arg0, arg1, arg2, arg3 any, arg4 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) BLMove(arg0, arg1, arg2, arg3, arg4, arg5 any) *gomock.Call + func (mr *MockCmdableMockRecorder) BLPop(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) BRPop(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) BRPopLPush(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) BZMPop(arg0, arg1, arg2, arg3 any, arg4 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) BZPopMax(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) BZPopMin(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) BgRewriteAOF(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) BgSave(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) CFAdd(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) CFAddNX(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) CFCount(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) CFDel(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) CFExists(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) CFInfo(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) CFInsert(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) CFInsertNX(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) CFLoadChunk(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) CFMExists(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) CFReserve(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) CFReserveBucketSize(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) CFReserveExpansion(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) CFReserveMaxIterations(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) CFReserveWithArgs(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) CFScanDump(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) CMSIncrBy(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) CMSInfo(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) CMSInitByDim(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) CMSInitByProb(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) CMSMerge(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) CMSMergeWithWeight(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) CMSQuery(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClientGetName(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClientID(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClientInfo(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClientKill(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClientKillByFilter(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClientList(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClientPause(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClientUnblock(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClientUnblockWithError(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClientUnpause(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClusterAddSlots(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClusterAddSlotsRange(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClusterCountFailureReports(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClusterCountKeysInSlot(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClusterDelSlots(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClusterDelSlotsRange(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClusterFailover(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClusterForget(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClusterGetKeysInSlot(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClusterInfo(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClusterKeySlot(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClusterLinks(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClusterMeet(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClusterMyShardID(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClusterNodes(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClusterReplicate(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClusterResetHard(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClusterResetSoft(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClusterSaveConfig(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClusterShards(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClusterSlaves(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ClusterSlots(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) Command(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) CommandGetKeys(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) CommandGetKeysAndFlags(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) CommandList(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ConfigGet(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ConfigResetStat(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ConfigRewrite(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ConfigSet(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) Copy(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockCmdableMockRecorder) DBSize(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) DebugObject(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) Decr(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) DecrBy(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) Del(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) Dump(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) Echo(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) Eval(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) EvalRO(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) EvalSha(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) EvalShaRO(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) Exists(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) Expire(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ExpireAt(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ExpireGT(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ExpireLT(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ExpireNX(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ExpireTime(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ExpireXX(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) FCall(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) FCallRO(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) FCallRo(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) FlushAll(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) FlushAllAsync(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) FlushDB(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) FlushDBAsync(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) FunctionDelete(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) FunctionDump(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) FunctionFlush(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) FunctionFlushAsync(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) FunctionKill(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) FunctionList(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) FunctionLoad(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) FunctionLoadReplace(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) FunctionRestore(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) FunctionStats(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) GeoAdd(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) GeoDist(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockCmdableMockRecorder) GeoHash(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) GeoPos(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) GeoRadius(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockCmdableMockRecorder) GeoRadiusByMember(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) GeoRadiusByMemberStore(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) GeoRadiusStore(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockCmdableMockRecorder) GeoSearch(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) GeoSearchLocation(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) GeoSearchStore(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) Get(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) GetDel(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) GetEx(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) GetRange(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) GetSet(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) HDel(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) HExists(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) HGet(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) HGetAll(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) HIncrBy(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) HIncrByFloat(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) HKeys(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) HLen(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) HMGet(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) HMSet(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) HRandField(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) HRandFieldWithValues(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) HScan(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockCmdableMockRecorder) HSet(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) HSetNX(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) HVals(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) Incr(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) IncrBy(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) IncrByFloat(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) Info(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) Keys(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) LCS(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) LIndex(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) LInsert(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockCmdableMockRecorder) LInsertAfter(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) LInsertBefore(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) LLen(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) LMPop(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) LMove(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockCmdableMockRecorder) LPop(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) LPopCount(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) LPos(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) LPosCount(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockCmdableMockRecorder) LPush(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) LPushX(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) LRange(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) LRem(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) LSet(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) LTrim(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) LastSave(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) MGet(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) MSet(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) MSetNX(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) MemoryUsage(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) Migrate(arg0, arg1, arg2, arg3, arg4, arg5 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ModuleLoadex(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) Move(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ObjectEncoding(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ObjectIdleTime(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ObjectRefCount(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) PExpire(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) PExpireAt(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) PExpireTime(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) PFAdd(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) PFCount(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) PFMerge(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) PTTL(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) Persist(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) Ping(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) Pipeline() *gomock.Call + func (mr *MockCmdableMockRecorder) Pipelined(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) PubSubChannels(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) PubSubNumPat(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) PubSubNumSub(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) PubSubShardChannels(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) PubSubShardNumSub(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) Publish(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) Quit(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) RPop(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) RPopCount(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) RPopLPush(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) RPush(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) RPushX(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) RandomKey(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ReadOnly(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ReadWrite(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) Rename(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) RenameNX(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) Restore(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) RestoreReplace(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) SAdd(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) SCard(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) SDiff(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) SDiffStore(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) SInter(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) SInterCard(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) SInterStore(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) SIsMember(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) SMIsMember(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) SMembers(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) SMembersMap(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) SMove(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) SPop(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) SPopN(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) SPublish(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) SRandMember(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) SRandMemberN(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) SRem(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) SScan(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockCmdableMockRecorder) SUnion(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) SUnionStore(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) Save(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) Scan(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ScanType(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ScriptExists(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) ScriptFlush(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ScriptKill(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ScriptLoad(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) Set(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) SetArgs(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) SetEx(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) SetNX(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) SetRange(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) SetXX(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) Shutdown(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ShutdownNoSave(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ShutdownSave(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) SlaveOf(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) SlowLogGet(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) Sort(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) SortInterfaces(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) SortRO(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) SortStore(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) StrLen(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TDigestAdd(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) TDigestByRank(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) TDigestByRevRank(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) TDigestCDF(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) TDigestCreate(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TDigestCreateWithCompression(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TDigestInfo(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TDigestMax(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TDigestMerge(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) TDigestMin(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TDigestQuantile(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) TDigestRank(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) TDigestReset(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TDigestRevRank(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) TDigestTrimmedMean(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TFCall(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TFCallASYNC(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TFCallASYNCArgs(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TFCallArgs(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TFunctionDelete(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TFunctionList(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TFunctionListArgs(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TFunctionLoad(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TFunctionLoadArgs(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TSAdd(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TSAddWithArgs(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TSAlter(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TSCreate(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TSCreateRule(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TSCreateRuleWithArgs(arg0, arg1, arg2, arg3, arg4, arg5 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TSCreateWithArgs(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TSDecrBy(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TSDecrByWithArgs(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TSDel(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TSDeleteRule(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TSGet(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TSGetWithArgs(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TSIncrBy(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TSIncrByWithArgs(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TSInfo(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TSInfoWithArgs(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TSMAdd(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TSMGet(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TSMGetWithArgs(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TSMRange(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TSMRangeWithArgs(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TSMRevRange(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TSMRevRangeWithArgs(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TSQueryIndex(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TSRange(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TSRangeWithArgs(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TSRevRange(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TSRevRangeWithArgs(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TTL(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) Time(arg0 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TopKAdd(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) TopKCount(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) TopKIncrBy(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) TopKInfo(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TopKList(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TopKListWithCount(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TopKQuery(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) TopKReserve(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) TopKReserveWithOptions(arg0, arg1, arg2, arg3, arg4, arg5 any) *gomock.Call + func (mr *MockCmdableMockRecorder) Touch(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) TxPipeline() *gomock.Call + func (mr *MockCmdableMockRecorder) TxPipelined(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) Type(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) Unlink(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) XAck(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) XAdd(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) XAutoClaim(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) XAutoClaimJustID(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) XClaim(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) XClaimJustID(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) XDel(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) XGroupCreate(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) XGroupCreateConsumer(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) XGroupCreateMkStream(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) XGroupDelConsumer(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) XGroupDestroy(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) XGroupSetID(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) XInfoConsumers(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) XInfoGroups(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) XInfoStream(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) XInfoStreamFull(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) XLen(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) XPending(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) XPendingExt(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) XRange(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) XRangeN(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockCmdableMockRecorder) XRead(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) XReadGroup(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) XReadStreams(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) XRevRange(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) XRevRangeN(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockCmdableMockRecorder) XTrimMaxLen(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) XTrimMaxLenApprox(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) XTrimMinID(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) XTrimMinIDApprox(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZAdd(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZAddArgs(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZAddArgsIncr(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZAddGT(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZAddLT(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZAddNX(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZAddXX(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZCard(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZCount(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZDiff(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZDiffStore(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZDiffWithScores(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZIncrBy(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZInter(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZInterCard(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZInterStore(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZInterWithScores(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZLexCount(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZMPop(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZMScore(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZPopMax(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZPopMin(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZRandMember(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZRandMemberWithScores(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZRange(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZRangeArgs(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZRangeArgsWithScores(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZRangeByLex(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZRangeByScore(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZRangeByScoreWithScores(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZRangeStore(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZRangeWithScores(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZRank(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZRankWithScore(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZRem(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZRemRangeByLex(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZRemRangeByRank(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZRemRangeByScore(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZRevRange(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZRevRangeByLex(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZRevRangeByScore(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZRevRangeByScoreWithScores(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZRevRangeWithScores(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZRevRank(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZRevRankWithScore(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZScan(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZScore(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZUnion(arg0, arg1 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZUnionStore(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockCmdableMockRecorder) ZUnionWithScores(arg0, arg1 any) *gomock.Call + type MockPipeliner struct + func NewMockPipeliner(ctrl *gomock.Controller) *MockPipeliner + func (m *MockPipeliner) ACLDryRun(arg0 context.Context, arg1 string, arg2 ...any) *redis.StringCmd + func (m *MockPipeliner) ACLLog(arg0 context.Context, arg1 int64) *redis.ACLLogCmd + func (m *MockPipeliner) ACLLogReset(arg0 context.Context) *redis.StatusCmd + func (m *MockPipeliner) Append(arg0 context.Context, arg1, arg2 string) *redis.IntCmd + func (m *MockPipeliner) Auth(arg0 context.Context, arg1 string) *redis.StatusCmd + func (m *MockPipeliner) AuthACL(arg0 context.Context, arg1, arg2 string) *redis.StatusCmd + func (m *MockPipeliner) BFAdd(arg0 context.Context, arg1 string, arg2 any) *redis.BoolCmd + func (m *MockPipeliner) BFCard(arg0 context.Context, arg1 string) *redis.IntCmd + func (m *MockPipeliner) BFExists(arg0 context.Context, arg1 string, arg2 any) *redis.BoolCmd + func (m *MockPipeliner) BFInfo(arg0 context.Context, arg1 string) *redis.BFInfoCmd + func (m *MockPipeliner) BFInfoArg(arg0 context.Context, arg1, arg2 string) *redis.BFInfoCmd + func (m *MockPipeliner) BFInfoCapacity(arg0 context.Context, arg1 string) *redis.BFInfoCmd + func (m *MockPipeliner) BFInfoExpansion(arg0 context.Context, arg1 string) *redis.BFInfoCmd + func (m *MockPipeliner) BFInfoFilters(arg0 context.Context, arg1 string) *redis.BFInfoCmd + func (m *MockPipeliner) BFInfoItems(arg0 context.Context, arg1 string) *redis.BFInfoCmd + func (m *MockPipeliner) BFInfoSize(arg0 context.Context, arg1 string) *redis.BFInfoCmd + func (m *MockPipeliner) BFInsert(arg0 context.Context, arg1 string, arg2 *redis.BFInsertOptions, arg3 ...any) *redis.BoolSliceCmd + func (m *MockPipeliner) BFLoadChunk(arg0 context.Context, arg1 string, arg2 int64, arg3 any) *redis.StatusCmd + func (m *MockPipeliner) BFMAdd(arg0 context.Context, arg1 string, arg2 ...any) *redis.BoolSliceCmd + func (m *MockPipeliner) BFMExists(arg0 context.Context, arg1 string, arg2 ...any) *redis.BoolSliceCmd + func (m *MockPipeliner) BFReserve(arg0 context.Context, arg1 string, arg2 float64, arg3 int64) *redis.StatusCmd + func (m *MockPipeliner) BFReserveExpansion(arg0 context.Context, arg1 string, arg2 float64, arg3, arg4 int64) *redis.StatusCmd + func (m *MockPipeliner) BFReserveNonScaling(arg0 context.Context, arg1 string, arg2 float64, arg3 int64) *redis.StatusCmd + func (m *MockPipeliner) BFReserveWithArgs(arg0 context.Context, arg1 string, arg2 *redis.BFReserveOptions) *redis.StatusCmd + func (m *MockPipeliner) BFScanDump(arg0 context.Context, arg1 string, arg2 int64) *redis.ScanDumpCmd + func (m *MockPipeliner) BLMPop(arg0 context.Context, arg1 time.Duration, arg2 string, arg3 int64, ...) *redis.KeyValuesCmd + func (m *MockPipeliner) BLMove(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 time.Duration) *redis.StringCmd + func (m *MockPipeliner) BLPop(arg0 context.Context, arg1 time.Duration, arg2 ...string) *redis.StringSliceCmd + func (m *MockPipeliner) BRPop(arg0 context.Context, arg1 time.Duration, arg2 ...string) *redis.StringSliceCmd + func (m *MockPipeliner) BRPopLPush(arg0 context.Context, arg1, arg2 string, arg3 time.Duration) *redis.StringCmd + func (m *MockPipeliner) BZMPop(arg0 context.Context, arg1 time.Duration, arg2 string, arg3 int64, ...) *redis.ZSliceWithKeyCmd + func (m *MockPipeliner) BZPopMax(arg0 context.Context, arg1 time.Duration, arg2 ...string) *redis.ZWithKeyCmd + func (m *MockPipeliner) BZPopMin(arg0 context.Context, arg1 time.Duration, arg2 ...string) *redis.ZWithKeyCmd + func (m *MockPipeliner) BgRewriteAOF(arg0 context.Context) *redis.StatusCmd + func (m *MockPipeliner) BgSave(arg0 context.Context) *redis.StatusCmd + func (m *MockPipeliner) CFAdd(arg0 context.Context, arg1 string, arg2 any) *redis.BoolCmd + func (m *MockPipeliner) CFAddNX(arg0 context.Context, arg1 string, arg2 any) *redis.BoolCmd + func (m *MockPipeliner) CFCount(arg0 context.Context, arg1 string, arg2 any) *redis.IntCmd + func (m *MockPipeliner) CFDel(arg0 context.Context, arg1 string, arg2 any) *redis.BoolCmd + func (m *MockPipeliner) CFExists(arg0 context.Context, arg1 string, arg2 any) *redis.BoolCmd + func (m *MockPipeliner) CFInfo(arg0 context.Context, arg1 string) *redis.CFInfoCmd + func (m *MockPipeliner) CFInsert(arg0 context.Context, arg1 string, arg2 *redis.CFInsertOptions, arg3 ...any) *redis.BoolSliceCmd + func (m *MockPipeliner) CFInsertNX(arg0 context.Context, arg1 string, arg2 *redis.CFInsertOptions, arg3 ...any) *redis.IntSliceCmd + func (m *MockPipeliner) CFLoadChunk(arg0 context.Context, arg1 string, arg2 int64, arg3 any) *redis.StatusCmd + func (m *MockPipeliner) CFMExists(arg0 context.Context, arg1 string, arg2 ...any) *redis.BoolSliceCmd + func (m *MockPipeliner) CFReserve(arg0 context.Context, arg1 string, arg2 int64) *redis.StatusCmd + func (m *MockPipeliner) CFReserveBucketSize(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.StatusCmd + func (m *MockPipeliner) CFReserveExpansion(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.StatusCmd + func (m *MockPipeliner) CFReserveMaxIterations(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.StatusCmd + func (m *MockPipeliner) CFReserveWithArgs(arg0 context.Context, arg1 string, arg2 *redis.CFReserveOptions) *redis.StatusCmd + func (m *MockPipeliner) CFScanDump(arg0 context.Context, arg1 string, arg2 int64) *redis.ScanDumpCmd + func (m *MockPipeliner) CMSIncrBy(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntSliceCmd + func (m *MockPipeliner) CMSInfo(arg0 context.Context, arg1 string) *redis.CMSInfoCmd + func (m *MockPipeliner) CMSInitByDim(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.StatusCmd + func (m *MockPipeliner) CMSInitByProb(arg0 context.Context, arg1 string, arg2, arg3 float64) *redis.StatusCmd + func (m *MockPipeliner) CMSMerge(arg0 context.Context, arg1 string, arg2 ...string) *redis.StatusCmd + func (m *MockPipeliner) CMSMergeWithWeight(arg0 context.Context, arg1 string, arg2 map[string]int64) *redis.StatusCmd + func (m *MockPipeliner) CMSQuery(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntSliceCmd + func (m *MockPipeliner) ClientGetName(arg0 context.Context) *redis.StringCmd + func (m *MockPipeliner) ClientID(arg0 context.Context) *redis.IntCmd + func (m *MockPipeliner) ClientInfo(arg0 context.Context) *redis.ClientInfoCmd + func (m *MockPipeliner) ClientKill(arg0 context.Context, arg1 string) *redis.StatusCmd + func (m *MockPipeliner) ClientKillByFilter(arg0 context.Context, arg1 ...string) *redis.IntCmd + func (m *MockPipeliner) ClientList(arg0 context.Context) *redis.StringCmd + func (m *MockPipeliner) ClientPause(arg0 context.Context, arg1 time.Duration) *redis.BoolCmd + func (m *MockPipeliner) ClientSetInfo(arg0 context.Context, arg1 redis.LibraryInfo) *redis.StatusCmd + func (m *MockPipeliner) ClientSetName(arg0 context.Context, arg1 string) *redis.BoolCmd + func (m *MockPipeliner) ClientUnblock(arg0 context.Context, arg1 int64) *redis.IntCmd + func (m *MockPipeliner) ClientUnblockWithError(arg0 context.Context, arg1 int64) *redis.IntCmd + func (m *MockPipeliner) ClientUnpause(arg0 context.Context) *redis.BoolCmd + func (m *MockPipeliner) ClusterAddSlots(arg0 context.Context, arg1 ...int) *redis.StatusCmd + func (m *MockPipeliner) ClusterAddSlotsRange(arg0 context.Context, arg1, arg2 int) *redis.StatusCmd + func (m *MockPipeliner) ClusterCountFailureReports(arg0 context.Context, arg1 string) *redis.IntCmd + func (m *MockPipeliner) ClusterCountKeysInSlot(arg0 context.Context, arg1 int) *redis.IntCmd + func (m *MockPipeliner) ClusterDelSlots(arg0 context.Context, arg1 ...int) *redis.StatusCmd + func (m *MockPipeliner) ClusterDelSlotsRange(arg0 context.Context, arg1, arg2 int) *redis.StatusCmd + func (m *MockPipeliner) ClusterFailover(arg0 context.Context) *redis.StatusCmd + func (m *MockPipeliner) ClusterForget(arg0 context.Context, arg1 string) *redis.StatusCmd + func (m *MockPipeliner) ClusterGetKeysInSlot(arg0 context.Context, arg1, arg2 int) *redis.StringSliceCmd + func (m *MockPipeliner) ClusterInfo(arg0 context.Context) *redis.StringCmd + func (m *MockPipeliner) ClusterKeySlot(arg0 context.Context, arg1 string) *redis.IntCmd + func (m *MockPipeliner) ClusterLinks(arg0 context.Context) *redis.ClusterLinksCmd + func (m *MockPipeliner) ClusterMeet(arg0 context.Context, arg1, arg2 string) *redis.StatusCmd + func (m *MockPipeliner) ClusterMyShardID(arg0 context.Context) *redis.StringCmd + func (m *MockPipeliner) ClusterNodes(arg0 context.Context) *redis.StringCmd + func (m *MockPipeliner) ClusterReplicate(arg0 context.Context, arg1 string) *redis.StatusCmd + func (m *MockPipeliner) ClusterResetHard(arg0 context.Context) *redis.StatusCmd + func (m *MockPipeliner) ClusterResetSoft(arg0 context.Context) *redis.StatusCmd + func (m *MockPipeliner) ClusterSaveConfig(arg0 context.Context) *redis.StatusCmd + func (m *MockPipeliner) ClusterShards(arg0 context.Context) *redis.ClusterShardsCmd + func (m *MockPipeliner) ClusterSlaves(arg0 context.Context, arg1 string) *redis.StringSliceCmd + func (m *MockPipeliner) ClusterSlots(arg0 context.Context) *redis.ClusterSlotsCmd + func (m *MockPipeliner) Command(arg0 context.Context) *redis.CommandsInfoCmd + func (m *MockPipeliner) CommandGetKeys(arg0 context.Context, arg1 ...any) *redis.StringSliceCmd + func (m *MockPipeliner) CommandGetKeysAndFlags(arg0 context.Context, arg1 ...any) *redis.KeyFlagsCmd + func (m *MockPipeliner) CommandList(arg0 context.Context, arg1 *redis.FilterBy) *redis.StringSliceCmd + func (m *MockPipeliner) ConfigGet(arg0 context.Context, arg1 string) *redis.MapStringStringCmd + func (m *MockPipeliner) ConfigResetStat(arg0 context.Context) *redis.StatusCmd + func (m *MockPipeliner) ConfigRewrite(arg0 context.Context) *redis.StatusCmd + func (m *MockPipeliner) ConfigSet(arg0 context.Context, arg1, arg2 string) *redis.StatusCmd + func (m *MockPipeliner) Copy(arg0 context.Context, arg1, arg2 string, arg3 int, arg4 bool) *redis.IntCmd + func (m *MockPipeliner) DBSize(arg0 context.Context) *redis.IntCmd + func (m *MockPipeliner) DebugObject(arg0 context.Context, arg1 string) *redis.StringCmd + func (m *MockPipeliner) Decr(arg0 context.Context, arg1 string) *redis.IntCmd + func (m *MockPipeliner) DecrBy(arg0 context.Context, arg1 string, arg2 int64) *redis.IntCmd + func (m *MockPipeliner) Del(arg0 context.Context, arg1 ...string) *redis.IntCmd + func (m *MockPipeliner) Discard() + func (m *MockPipeliner) Do(arg0 context.Context, arg1 ...any) *redis.Cmd + func (m *MockPipeliner) Dump(arg0 context.Context, arg1 string) *redis.StringCmd + func (m *MockPipeliner) EXPECT() *MockPipelinerMockRecorder + func (m *MockPipeliner) Echo(arg0 context.Context, arg1 any) *redis.StringCmd + func (m *MockPipeliner) Eval(arg0 context.Context, arg1 string, arg2 []string, arg3 ...any) *redis.Cmd + func (m *MockPipeliner) EvalRO(arg0 context.Context, arg1 string, arg2 []string, arg3 ...any) *redis.Cmd + func (m *MockPipeliner) EvalSha(arg0 context.Context, arg1 string, arg2 []string, arg3 ...any) *redis.Cmd + func (m *MockPipeliner) EvalShaRO(arg0 context.Context, arg1 string, arg2 []string, arg3 ...any) *redis.Cmd + func (m *MockPipeliner) Exec(arg0 context.Context) ([]redis.Cmder, error) + func (m *MockPipeliner) Exists(arg0 context.Context, arg1 ...string) *redis.IntCmd + func (m *MockPipeliner) Expire(arg0 context.Context, arg1 string, arg2 time.Duration) *redis.BoolCmd + func (m *MockPipeliner) ExpireAt(arg0 context.Context, arg1 string, arg2 time.Time) *redis.BoolCmd + func (m *MockPipeliner) ExpireGT(arg0 context.Context, arg1 string, arg2 time.Duration) *redis.BoolCmd + func (m *MockPipeliner) ExpireLT(arg0 context.Context, arg1 string, arg2 time.Duration) *redis.BoolCmd + func (m *MockPipeliner) ExpireNX(arg0 context.Context, arg1 string, arg2 time.Duration) *redis.BoolCmd + func (m *MockPipeliner) ExpireTime(arg0 context.Context, arg1 string) *redis.DurationCmd + func (m *MockPipeliner) ExpireXX(arg0 context.Context, arg1 string, arg2 time.Duration) *redis.BoolCmd + func (m *MockPipeliner) FCall(arg0 context.Context, arg1 string, arg2 []string, arg3 ...any) *redis.Cmd + func (m *MockPipeliner) FCallRO(arg0 context.Context, arg1 string, arg2 []string, arg3 ...any) *redis.Cmd + func (m *MockPipeliner) FCallRo(arg0 context.Context, arg1 string, arg2 []string, arg3 ...any) *redis.Cmd + func (m *MockPipeliner) FlushAll(arg0 context.Context) *redis.StatusCmd + func (m *MockPipeliner) FlushAllAsync(arg0 context.Context) *redis.StatusCmd + func (m *MockPipeliner) FlushDB(arg0 context.Context) *redis.StatusCmd + func (m *MockPipeliner) FlushDBAsync(arg0 context.Context) *redis.StatusCmd + func (m *MockPipeliner) FunctionDelete(arg0 context.Context, arg1 string) *redis.StringCmd + func (m *MockPipeliner) FunctionDump(arg0 context.Context) *redis.StringCmd + func (m *MockPipeliner) FunctionFlush(arg0 context.Context) *redis.StringCmd + func (m *MockPipeliner) FunctionFlushAsync(arg0 context.Context) *redis.StringCmd + func (m *MockPipeliner) FunctionKill(arg0 context.Context) *redis.StringCmd + func (m *MockPipeliner) FunctionList(arg0 context.Context, arg1 redis.FunctionListQuery) *redis.FunctionListCmd + func (m *MockPipeliner) FunctionLoad(arg0 context.Context, arg1 string) *redis.StringCmd + func (m *MockPipeliner) FunctionLoadReplace(arg0 context.Context, arg1 string) *redis.StringCmd + func (m *MockPipeliner) FunctionRestore(arg0 context.Context, arg1 string) *redis.StringCmd + func (m *MockPipeliner) FunctionStats(arg0 context.Context) *redis.FunctionStatsCmd + func (m *MockPipeliner) GeoAdd(arg0 context.Context, arg1 string, arg2 ...*redis.GeoLocation) *redis.IntCmd + func (m *MockPipeliner) GeoDist(arg0 context.Context, arg1, arg2, arg3, arg4 string) *redis.FloatCmd + func (m *MockPipeliner) GeoHash(arg0 context.Context, arg1 string, arg2 ...string) *redis.StringSliceCmd + func (m *MockPipeliner) GeoPos(arg0 context.Context, arg1 string, arg2 ...string) *redis.GeoPosCmd + func (m *MockPipeliner) GeoRadius(arg0 context.Context, arg1 string, arg2, arg3 float64, ...) *redis.GeoLocationCmd + func (m *MockPipeliner) GeoRadiusByMember(arg0 context.Context, arg1, arg2 string, arg3 *redis.GeoRadiusQuery) *redis.GeoLocationCmd + func (m *MockPipeliner) GeoRadiusByMemberStore(arg0 context.Context, arg1, arg2 string, arg3 *redis.GeoRadiusQuery) *redis.IntCmd + func (m *MockPipeliner) GeoRadiusStore(arg0 context.Context, arg1 string, arg2, arg3 float64, ...) *redis.IntCmd + func (m *MockPipeliner) GeoSearch(arg0 context.Context, arg1 string, arg2 *redis.GeoSearchQuery) *redis.StringSliceCmd + func (m *MockPipeliner) GeoSearchLocation(arg0 context.Context, arg1 string, arg2 *redis.GeoSearchLocationQuery) *redis.GeoSearchLocationCmd + func (m *MockPipeliner) GeoSearchStore(arg0 context.Context, arg1, arg2 string, arg3 *redis.GeoSearchStoreQuery) *redis.IntCmd + func (m *MockPipeliner) Get(arg0 context.Context, arg1 string) *redis.StringCmd + func (m *MockPipeliner) GetDel(arg0 context.Context, arg1 string) *redis.StringCmd + func (m *MockPipeliner) GetEx(arg0 context.Context, arg1 string, arg2 time.Duration) *redis.StringCmd + func (m *MockPipeliner) GetRange(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.StringCmd + func (m *MockPipeliner) GetSet(arg0 context.Context, arg1 string, arg2 any) *redis.StringCmd + func (m *MockPipeliner) HDel(arg0 context.Context, arg1 string, arg2 ...string) *redis.IntCmd + func (m *MockPipeliner) HExists(arg0 context.Context, arg1, arg2 string) *redis.BoolCmd + func (m *MockPipeliner) HGet(arg0 context.Context, arg1, arg2 string) *redis.StringCmd + func (m *MockPipeliner) HGetAll(arg0 context.Context, arg1 string) *redis.MapStringStringCmd + func (m *MockPipeliner) HIncrBy(arg0 context.Context, arg1, arg2 string, arg3 int64) *redis.IntCmd + func (m *MockPipeliner) HIncrByFloat(arg0 context.Context, arg1, arg2 string, arg3 float64) *redis.FloatCmd + func (m *MockPipeliner) HKeys(arg0 context.Context, arg1 string) *redis.StringSliceCmd + func (m *MockPipeliner) HLen(arg0 context.Context, arg1 string) *redis.IntCmd + func (m *MockPipeliner) HMGet(arg0 context.Context, arg1 string, arg2 ...string) *redis.SliceCmd + func (m *MockPipeliner) HMSet(arg0 context.Context, arg1 string, arg2 ...any) *redis.BoolCmd + func (m *MockPipeliner) HRandField(arg0 context.Context, arg1 string, arg2 int) *redis.StringSliceCmd + func (m *MockPipeliner) HRandFieldWithValues(arg0 context.Context, arg1 string, arg2 int) *redis.KeyValueSliceCmd + func (m *MockPipeliner) HScan(arg0 context.Context, arg1 string, arg2 uint64, arg3 string, arg4 int64) *redis.ScanCmd + func (m *MockPipeliner) HSet(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntCmd + func (m *MockPipeliner) HSetNX(arg0 context.Context, arg1, arg2 string, arg3 any) *redis.BoolCmd + func (m *MockPipeliner) HVals(arg0 context.Context, arg1 string) *redis.StringSliceCmd + func (m *MockPipeliner) Hello(arg0 context.Context, arg1 int, arg2, arg3, arg4 string) *redis.MapStringInterfaceCmd + func (m *MockPipeliner) Incr(arg0 context.Context, arg1 string) *redis.IntCmd + func (m *MockPipeliner) IncrBy(arg0 context.Context, arg1 string, arg2 int64) *redis.IntCmd + func (m *MockPipeliner) IncrByFloat(arg0 context.Context, arg1 string, arg2 float64) *redis.FloatCmd + func (m *MockPipeliner) Info(arg0 context.Context, arg1 ...string) *redis.StringCmd + func (m *MockPipeliner) Keys(arg0 context.Context, arg1 string) *redis.StringSliceCmd + func (m *MockPipeliner) LCS(arg0 context.Context, arg1 *redis.LCSQuery) *redis.LCSCmd + func (m *MockPipeliner) LIndex(arg0 context.Context, arg1 string, arg2 int64) *redis.StringCmd + func (m *MockPipeliner) LInsert(arg0 context.Context, arg1, arg2 string, arg3, arg4 any) *redis.IntCmd + func (m *MockPipeliner) LInsertAfter(arg0 context.Context, arg1 string, arg2, arg3 any) *redis.IntCmd + func (m *MockPipeliner) LInsertBefore(arg0 context.Context, arg1 string, arg2, arg3 any) *redis.IntCmd + func (m *MockPipeliner) LLen(arg0 context.Context, arg1 string) *redis.IntCmd + func (m *MockPipeliner) LMPop(arg0 context.Context, arg1 string, arg2 int64, arg3 ...string) *redis.KeyValuesCmd + func (m *MockPipeliner) LMove(arg0 context.Context, arg1, arg2, arg3, arg4 string) *redis.StringCmd + func (m *MockPipeliner) LPop(arg0 context.Context, arg1 string) *redis.StringCmd + func (m *MockPipeliner) LPopCount(arg0 context.Context, arg1 string, arg2 int) *redis.StringSliceCmd + func (m *MockPipeliner) LPos(arg0 context.Context, arg1, arg2 string, arg3 redis.LPosArgs) *redis.IntCmd + func (m *MockPipeliner) LPosCount(arg0 context.Context, arg1, arg2 string, arg3 int64, arg4 redis.LPosArgs) *redis.IntSliceCmd + func (m *MockPipeliner) LPush(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntCmd + func (m *MockPipeliner) LPushX(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntCmd + func (m *MockPipeliner) LRange(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.StringSliceCmd + func (m *MockPipeliner) LRem(arg0 context.Context, arg1 string, arg2 int64, arg3 any) *redis.IntCmd + func (m *MockPipeliner) LSet(arg0 context.Context, arg1 string, arg2 int64, arg3 any) *redis.StatusCmd + func (m *MockPipeliner) LTrim(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.StatusCmd + func (m *MockPipeliner) LastSave(arg0 context.Context) *redis.IntCmd + func (m *MockPipeliner) Len() int + func (m *MockPipeliner) MGet(arg0 context.Context, arg1 ...string) *redis.SliceCmd + func (m *MockPipeliner) MSet(arg0 context.Context, arg1 ...any) *redis.StatusCmd + func (m *MockPipeliner) MSetNX(arg0 context.Context, arg1 ...any) *redis.BoolCmd + func (m *MockPipeliner) MemoryUsage(arg0 context.Context, arg1 string, arg2 ...int) *redis.IntCmd + func (m *MockPipeliner) Migrate(arg0 context.Context, arg1, arg2, arg3 string, arg4 int, arg5 time.Duration) *redis.StatusCmd + func (m *MockPipeliner) ModuleLoadex(arg0 context.Context, arg1 *redis.ModuleLoadexConfig) *redis.StringCmd + func (m *MockPipeliner) Move(arg0 context.Context, arg1 string, arg2 int) *redis.BoolCmd + func (m *MockPipeliner) ObjectEncoding(arg0 context.Context, arg1 string) *redis.StringCmd + func (m *MockPipeliner) ObjectIdleTime(arg0 context.Context, arg1 string) *redis.DurationCmd + func (m *MockPipeliner) ObjectRefCount(arg0 context.Context, arg1 string) *redis.IntCmd + func (m *MockPipeliner) PExpire(arg0 context.Context, arg1 string, arg2 time.Duration) *redis.BoolCmd + func (m *MockPipeliner) PExpireAt(arg0 context.Context, arg1 string, arg2 time.Time) *redis.BoolCmd + func (m *MockPipeliner) PExpireTime(arg0 context.Context, arg1 string) *redis.DurationCmd + func (m *MockPipeliner) PFAdd(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntCmd + func (m *MockPipeliner) PFCount(arg0 context.Context, arg1 ...string) *redis.IntCmd + func (m *MockPipeliner) PFMerge(arg0 context.Context, arg1 string, arg2 ...string) *redis.StatusCmd + func (m *MockPipeliner) PTTL(arg0 context.Context, arg1 string) *redis.DurationCmd + func (m *MockPipeliner) Persist(arg0 context.Context, arg1 string) *redis.BoolCmd + func (m *MockPipeliner) Ping(arg0 context.Context) *redis.StatusCmd + func (m *MockPipeliner) Pipeline() redis.Pipeliner + func (m *MockPipeliner) Pipelined(arg0 context.Context, arg1 func(redis.Pipeliner) error) ([]redis.Cmder, error) + func (m *MockPipeliner) Process(arg0 context.Context, arg1 redis.Cmder) error + func (m *MockPipeliner) PubSubChannels(arg0 context.Context, arg1 string) *redis.StringSliceCmd + func (m *MockPipeliner) PubSubNumPat(arg0 context.Context) *redis.IntCmd + func (m *MockPipeliner) PubSubNumSub(arg0 context.Context, arg1 ...string) *redis.MapStringIntCmd + func (m *MockPipeliner) PubSubShardChannels(arg0 context.Context, arg1 string) *redis.StringSliceCmd + func (m *MockPipeliner) PubSubShardNumSub(arg0 context.Context, arg1 ...string) *redis.MapStringIntCmd + func (m *MockPipeliner) Publish(arg0 context.Context, arg1 string, arg2 any) *redis.IntCmd + func (m *MockPipeliner) Quit(arg0 context.Context) *redis.StatusCmd + func (m *MockPipeliner) RPop(arg0 context.Context, arg1 string) *redis.StringCmd + func (m *MockPipeliner) RPopCount(arg0 context.Context, arg1 string, arg2 int) *redis.StringSliceCmd + func (m *MockPipeliner) RPopLPush(arg0 context.Context, arg1, arg2 string) *redis.StringCmd + func (m *MockPipeliner) RPush(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntCmd + func (m *MockPipeliner) RPushX(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntCmd + func (m *MockPipeliner) RandomKey(arg0 context.Context) *redis.StringCmd + func (m *MockPipeliner) ReadOnly(arg0 context.Context) *redis.StatusCmd + func (m *MockPipeliner) ReadWrite(arg0 context.Context) *redis.StatusCmd + func (m *MockPipeliner) Rename(arg0 context.Context, arg1, arg2 string) *redis.StatusCmd + func (m *MockPipeliner) RenameNX(arg0 context.Context, arg1, arg2 string) *redis.BoolCmd + func (m *MockPipeliner) Restore(arg0 context.Context, arg1 string, arg2 time.Duration, arg3 string) *redis.StatusCmd + func (m *MockPipeliner) RestoreReplace(arg0 context.Context, arg1 string, arg2 time.Duration, arg3 string) *redis.StatusCmd + func (m *MockPipeliner) SAdd(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntCmd + func (m *MockPipeliner) SCard(arg0 context.Context, arg1 string) *redis.IntCmd + func (m *MockPipeliner) SDiff(arg0 context.Context, arg1 ...string) *redis.StringSliceCmd + func (m *MockPipeliner) SDiffStore(arg0 context.Context, arg1 string, arg2 ...string) *redis.IntCmd + func (m *MockPipeliner) SInter(arg0 context.Context, arg1 ...string) *redis.StringSliceCmd + func (m *MockPipeliner) SInterCard(arg0 context.Context, arg1 int64, arg2 ...string) *redis.IntCmd + func (m *MockPipeliner) SInterStore(arg0 context.Context, arg1 string, arg2 ...string) *redis.IntCmd + func (m *MockPipeliner) SIsMember(arg0 context.Context, arg1 string, arg2 any) *redis.BoolCmd + func (m *MockPipeliner) SMIsMember(arg0 context.Context, arg1 string, arg2 ...any) *redis.BoolSliceCmd + func (m *MockPipeliner) SMembers(arg0 context.Context, arg1 string) *redis.StringSliceCmd + func (m *MockPipeliner) SMembersMap(arg0 context.Context, arg1 string) *redis.StringStructMapCmd + func (m *MockPipeliner) SMove(arg0 context.Context, arg1, arg2 string, arg3 any) *redis.BoolCmd + func (m *MockPipeliner) SPop(arg0 context.Context, arg1 string) *redis.StringCmd + func (m *MockPipeliner) SPopN(arg0 context.Context, arg1 string, arg2 int64) *redis.StringSliceCmd + func (m *MockPipeliner) SPublish(arg0 context.Context, arg1 string, arg2 any) *redis.IntCmd + func (m *MockPipeliner) SRandMember(arg0 context.Context, arg1 string) *redis.StringCmd + func (m *MockPipeliner) SRandMemberN(arg0 context.Context, arg1 string, arg2 int64) *redis.StringSliceCmd + func (m *MockPipeliner) SRem(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntCmd + func (m *MockPipeliner) SScan(arg0 context.Context, arg1 string, arg2 uint64, arg3 string, arg4 int64) *redis.ScanCmd + func (m *MockPipeliner) SUnion(arg0 context.Context, arg1 ...string) *redis.StringSliceCmd + func (m *MockPipeliner) SUnionStore(arg0 context.Context, arg1 string, arg2 ...string) *redis.IntCmd + func (m *MockPipeliner) Save(arg0 context.Context) *redis.StatusCmd + func (m *MockPipeliner) Scan(arg0 context.Context, arg1 uint64, arg2 string, arg3 int64) *redis.ScanCmd + func (m *MockPipeliner) ScanType(arg0 context.Context, arg1 uint64, arg2 string, arg3 int64, arg4 string) *redis.ScanCmd + func (m *MockPipeliner) ScriptExists(arg0 context.Context, arg1 ...string) *redis.BoolSliceCmd + func (m *MockPipeliner) ScriptFlush(arg0 context.Context) *redis.StatusCmd + func (m *MockPipeliner) ScriptKill(arg0 context.Context) *redis.StatusCmd + func (m *MockPipeliner) ScriptLoad(arg0 context.Context, arg1 string) *redis.StringCmd + func (m *MockPipeliner) Select(arg0 context.Context, arg1 int) *redis.StatusCmd + func (m *MockPipeliner) Set(arg0 context.Context, arg1 string, arg2 any, arg3 time.Duration) *redis.StatusCmd + func (m *MockPipeliner) SetArgs(arg0 context.Context, arg1 string, arg2 any, arg3 redis.SetArgs) *redis.StatusCmd + func (m *MockPipeliner) SetEx(arg0 context.Context, arg1 string, arg2 any, arg3 time.Duration) *redis.StatusCmd + func (m *MockPipeliner) SetNX(arg0 context.Context, arg1 string, arg2 any, arg3 time.Duration) *redis.BoolCmd + func (m *MockPipeliner) SetRange(arg0 context.Context, arg1 string, arg2 int64, arg3 string) *redis.IntCmd + func (m *MockPipeliner) SetXX(arg0 context.Context, arg1 string, arg2 any, arg3 time.Duration) *redis.BoolCmd + func (m *MockPipeliner) Shutdown(arg0 context.Context) *redis.StatusCmd + func (m *MockPipeliner) ShutdownNoSave(arg0 context.Context) *redis.StatusCmd + func (m *MockPipeliner) ShutdownSave(arg0 context.Context) *redis.StatusCmd + func (m *MockPipeliner) SlaveOf(arg0 context.Context, arg1, arg2 string) *redis.StatusCmd + func (m *MockPipeliner) SlowLogGet(arg0 context.Context, arg1 int64) *redis.SlowLogCmd + func (m *MockPipeliner) Sort(arg0 context.Context, arg1 string, arg2 *redis.Sort) *redis.StringSliceCmd + func (m *MockPipeliner) SortInterfaces(arg0 context.Context, arg1 string, arg2 *redis.Sort) *redis.SliceCmd + func (m *MockPipeliner) SortRO(arg0 context.Context, arg1 string, arg2 *redis.Sort) *redis.StringSliceCmd + func (m *MockPipeliner) SortStore(arg0 context.Context, arg1, arg2 string, arg3 *redis.Sort) *redis.IntCmd + func (m *MockPipeliner) StrLen(arg0 context.Context, arg1 string) *redis.IntCmd + func (m *MockPipeliner) SwapDB(arg0 context.Context, arg1, arg2 int) *redis.StatusCmd + func (m *MockPipeliner) TDigestAdd(arg0 context.Context, arg1 string, arg2 ...float64) *redis.StatusCmd + func (m *MockPipeliner) TDigestByRank(arg0 context.Context, arg1 string, arg2 ...uint64) *redis.FloatSliceCmd + func (m *MockPipeliner) TDigestByRevRank(arg0 context.Context, arg1 string, arg2 ...uint64) *redis.FloatSliceCmd + func (m *MockPipeliner) TDigestCDF(arg0 context.Context, arg1 string, arg2 ...float64) *redis.FloatSliceCmd + func (m *MockPipeliner) TDigestCreate(arg0 context.Context, arg1 string) *redis.StatusCmd + func (m *MockPipeliner) TDigestCreateWithCompression(arg0 context.Context, arg1 string, arg2 int64) *redis.StatusCmd + func (m *MockPipeliner) TDigestInfo(arg0 context.Context, arg1 string) *redis.TDigestInfoCmd + func (m *MockPipeliner) TDigestMax(arg0 context.Context, arg1 string) *redis.FloatCmd + func (m *MockPipeliner) TDigestMerge(arg0 context.Context, arg1 string, arg2 *redis.TDigestMergeOptions, ...) *redis.StatusCmd + func (m *MockPipeliner) TDigestMin(arg0 context.Context, arg1 string) *redis.FloatCmd + func (m *MockPipeliner) TDigestQuantile(arg0 context.Context, arg1 string, arg2 ...float64) *redis.FloatSliceCmd + func (m *MockPipeliner) TDigestRank(arg0 context.Context, arg1 string, arg2 ...float64) *redis.IntSliceCmd + func (m *MockPipeliner) TDigestReset(arg0 context.Context, arg1 string) *redis.StatusCmd + func (m *MockPipeliner) TDigestRevRank(arg0 context.Context, arg1 string, arg2 ...float64) *redis.IntSliceCmd + func (m *MockPipeliner) TDigestTrimmedMean(arg0 context.Context, arg1 string, arg2, arg3 float64) *redis.FloatCmd + func (m *MockPipeliner) TFCall(arg0 context.Context, arg1, arg2 string, arg3 int) *redis.Cmd + func (m *MockPipeliner) TFCallASYNC(arg0 context.Context, arg1, arg2 string, arg3 int) *redis.Cmd + func (m *MockPipeliner) TFCallASYNCArgs(arg0 context.Context, arg1, arg2 string, arg3 int, arg4 *redis.TFCallOptions) *redis.Cmd + func (m *MockPipeliner) TFCallArgs(arg0 context.Context, arg1, arg2 string, arg3 int, arg4 *redis.TFCallOptions) *redis.Cmd + func (m *MockPipeliner) TFunctionDelete(arg0 context.Context, arg1 string) *redis.StatusCmd + func (m *MockPipeliner) TFunctionList(arg0 context.Context) *redis.MapStringInterfaceSliceCmd + func (m *MockPipeliner) TFunctionListArgs(arg0 context.Context, arg1 *redis.TFunctionListOptions) *redis.MapStringInterfaceSliceCmd + func (m *MockPipeliner) TFunctionLoad(arg0 context.Context, arg1 string) *redis.StatusCmd + func (m *MockPipeliner) TFunctionLoadArgs(arg0 context.Context, arg1 string, arg2 *redis.TFunctionLoadOptions) *redis.StatusCmd + func (m *MockPipeliner) TSAdd(arg0 context.Context, arg1 string, arg2 any, arg3 float64) *redis.IntCmd + func (m *MockPipeliner) TSAddWithArgs(arg0 context.Context, arg1 string, arg2 any, arg3 float64, ...) *redis.IntCmd + func (m *MockPipeliner) TSAlter(arg0 context.Context, arg1 string, arg2 *redis.TSAlterOptions) *redis.StatusCmd + func (m *MockPipeliner) TSCreate(arg0 context.Context, arg1 string) *redis.StatusCmd + func (m *MockPipeliner) TSCreateRule(arg0 context.Context, arg1, arg2 string, arg3 redis.Aggregator, arg4 int) *redis.StatusCmd + func (m *MockPipeliner) TSCreateRuleWithArgs(arg0 context.Context, arg1, arg2 string, arg3 redis.Aggregator, arg4 int, ...) *redis.StatusCmd + func (m *MockPipeliner) TSCreateWithArgs(arg0 context.Context, arg1 string, arg2 *redis.TSOptions) *redis.StatusCmd + func (m *MockPipeliner) TSDecrBy(arg0 context.Context, arg1 string, arg2 float64) *redis.IntCmd + func (m *MockPipeliner) TSDecrByWithArgs(arg0 context.Context, arg1 string, arg2 float64, arg3 *redis.TSIncrDecrOptions) *redis.IntCmd + func (m *MockPipeliner) TSDel(arg0 context.Context, arg1 string, arg2, arg3 int) *redis.IntCmd + func (m *MockPipeliner) TSDeleteRule(arg0 context.Context, arg1, arg2 string) *redis.StatusCmd + func (m *MockPipeliner) TSGet(arg0 context.Context, arg1 string) *redis.TSTimestampValueCmd + func (m *MockPipeliner) TSGetWithArgs(arg0 context.Context, arg1 string, arg2 *redis.TSGetOptions) *redis.TSTimestampValueCmd + func (m *MockPipeliner) TSIncrBy(arg0 context.Context, arg1 string, arg2 float64) *redis.IntCmd + func (m *MockPipeliner) TSIncrByWithArgs(arg0 context.Context, arg1 string, arg2 float64, arg3 *redis.TSIncrDecrOptions) *redis.IntCmd + func (m *MockPipeliner) TSInfo(arg0 context.Context, arg1 string) *redis.MapStringInterfaceCmd + func (m *MockPipeliner) TSInfoWithArgs(arg0 context.Context, arg1 string, arg2 *redis.TSInfoOptions) *redis.MapStringInterfaceCmd + func (m *MockPipeliner) TSMAdd(arg0 context.Context, arg1 [][]any) *redis.IntSliceCmd + func (m *MockPipeliner) TSMGet(arg0 context.Context, arg1 []string) *redis.MapStringSliceInterfaceCmd + func (m *MockPipeliner) TSMGetWithArgs(arg0 context.Context, arg1 []string, arg2 *redis.TSMGetOptions) *redis.MapStringSliceInterfaceCmd + func (m *MockPipeliner) TSMRange(arg0 context.Context, arg1, arg2 int, arg3 []string) *redis.MapStringSliceInterfaceCmd + func (m *MockPipeliner) TSMRangeWithArgs(arg0 context.Context, arg1, arg2 int, arg3 []string, ...) *redis.MapStringSliceInterfaceCmd + func (m *MockPipeliner) TSMRevRange(arg0 context.Context, arg1, arg2 int, arg3 []string) *redis.MapStringSliceInterfaceCmd + func (m *MockPipeliner) TSMRevRangeWithArgs(arg0 context.Context, arg1, arg2 int, arg3 []string, ...) *redis.MapStringSliceInterfaceCmd + func (m *MockPipeliner) TSQueryIndex(arg0 context.Context, arg1 []string) *redis.StringSliceCmd + func (m *MockPipeliner) TSRange(arg0 context.Context, arg1 string, arg2, arg3 int) *redis.TSTimestampValueSliceCmd + func (m *MockPipeliner) TSRangeWithArgs(arg0 context.Context, arg1 string, arg2, arg3 int, arg4 *redis.TSRangeOptions) *redis.TSTimestampValueSliceCmd + func (m *MockPipeliner) TSRevRange(arg0 context.Context, arg1 string, arg2, arg3 int) *redis.TSTimestampValueSliceCmd + func (m *MockPipeliner) TSRevRangeWithArgs(arg0 context.Context, arg1 string, arg2, arg3 int, ...) *redis.TSTimestampValueSliceCmd + func (m *MockPipeliner) TTL(arg0 context.Context, arg1 string) *redis.DurationCmd + func (m *MockPipeliner) Time(arg0 context.Context) *redis.TimeCmd + func (m *MockPipeliner) TopKAdd(arg0 context.Context, arg1 string, arg2 ...any) *redis.StringSliceCmd + func (m *MockPipeliner) TopKCount(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntSliceCmd + func (m *MockPipeliner) TopKIncrBy(arg0 context.Context, arg1 string, arg2 ...any) *redis.StringSliceCmd + func (m *MockPipeliner) TopKInfo(arg0 context.Context, arg1 string) *redis.TopKInfoCmd + func (m *MockPipeliner) TopKList(arg0 context.Context, arg1 string) *redis.StringSliceCmd + func (m *MockPipeliner) TopKListWithCount(arg0 context.Context, arg1 string) *redis.MapStringIntCmd + func (m *MockPipeliner) TopKQuery(arg0 context.Context, arg1 string, arg2 ...any) *redis.BoolSliceCmd + func (m *MockPipeliner) TopKReserve(arg0 context.Context, arg1 string, arg2 int64) *redis.StatusCmd + func (m *MockPipeliner) TopKReserveWithOptions(arg0 context.Context, arg1 string, arg2, arg3, arg4 int64, arg5 float64) *redis.StatusCmd + func (m *MockPipeliner) Touch(arg0 context.Context, arg1 ...string) *redis.IntCmd + func (m *MockPipeliner) TxPipeline() redis.Pipeliner + func (m *MockPipeliner) TxPipelined(arg0 context.Context, arg1 func(redis.Pipeliner) error) ([]redis.Cmder, error) + func (m *MockPipeliner) Type(arg0 context.Context, arg1 string) *redis.StatusCmd + func (m *MockPipeliner) Unlink(arg0 context.Context, arg1 ...string) *redis.IntCmd + func (m *MockPipeliner) XAck(arg0 context.Context, arg1, arg2 string, arg3 ...string) *redis.IntCmd + func (m *MockPipeliner) XAdd(arg0 context.Context, arg1 *redis.XAddArgs) *redis.StringCmd + func (m *MockPipeliner) XAutoClaim(arg0 context.Context, arg1 *redis.XAutoClaimArgs) *redis.XAutoClaimCmd + func (m *MockPipeliner) XAutoClaimJustID(arg0 context.Context, arg1 *redis.XAutoClaimArgs) *redis.XAutoClaimJustIDCmd + func (m *MockPipeliner) XClaim(arg0 context.Context, arg1 *redis.XClaimArgs) *redis.XMessageSliceCmd + func (m *MockPipeliner) XClaimJustID(arg0 context.Context, arg1 *redis.XClaimArgs) *redis.StringSliceCmd + func (m *MockPipeliner) XDel(arg0 context.Context, arg1 string, arg2 ...string) *redis.IntCmd + func (m *MockPipeliner) XGroupCreate(arg0 context.Context, arg1, arg2, arg3 string) *redis.StatusCmd + func (m *MockPipeliner) XGroupCreateConsumer(arg0 context.Context, arg1, arg2, arg3 string) *redis.IntCmd + func (m *MockPipeliner) XGroupCreateMkStream(arg0 context.Context, arg1, arg2, arg3 string) *redis.StatusCmd + func (m *MockPipeliner) XGroupDelConsumer(arg0 context.Context, arg1, arg2, arg3 string) *redis.IntCmd + func (m *MockPipeliner) XGroupDestroy(arg0 context.Context, arg1, arg2 string) *redis.IntCmd + func (m *MockPipeliner) XGroupSetID(arg0 context.Context, arg1, arg2, arg3 string) *redis.StatusCmd + func (m *MockPipeliner) XInfoConsumers(arg0 context.Context, arg1, arg2 string) *redis.XInfoConsumersCmd + func (m *MockPipeliner) XInfoGroups(arg0 context.Context, arg1 string) *redis.XInfoGroupsCmd + func (m *MockPipeliner) XInfoStream(arg0 context.Context, arg1 string) *redis.XInfoStreamCmd + func (m *MockPipeliner) XInfoStreamFull(arg0 context.Context, arg1 string, arg2 int) *redis.XInfoStreamFullCmd + func (m *MockPipeliner) XLen(arg0 context.Context, arg1 string) *redis.IntCmd + func (m *MockPipeliner) XPending(arg0 context.Context, arg1, arg2 string) *redis.XPendingCmd + func (m *MockPipeliner) XPendingExt(arg0 context.Context, arg1 *redis.XPendingExtArgs) *redis.XPendingExtCmd + func (m *MockPipeliner) XRange(arg0 context.Context, arg1, arg2, arg3 string) *redis.XMessageSliceCmd + func (m *MockPipeliner) XRangeN(arg0 context.Context, arg1, arg2, arg3 string, arg4 int64) *redis.XMessageSliceCmd + func (m *MockPipeliner) XRead(arg0 context.Context, arg1 *redis.XReadArgs) *redis.XStreamSliceCmd + func (m *MockPipeliner) XReadGroup(arg0 context.Context, arg1 *redis.XReadGroupArgs) *redis.XStreamSliceCmd + func (m *MockPipeliner) XReadStreams(arg0 context.Context, arg1 ...string) *redis.XStreamSliceCmd + func (m *MockPipeliner) XRevRange(arg0 context.Context, arg1, arg2, arg3 string) *redis.XMessageSliceCmd + func (m *MockPipeliner) XRevRangeN(arg0 context.Context, arg1, arg2, arg3 string, arg4 int64) *redis.XMessageSliceCmd + func (m *MockPipeliner) XTrimMaxLen(arg0 context.Context, arg1 string, arg2 int64) *redis.IntCmd + func (m *MockPipeliner) XTrimMaxLenApprox(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.IntCmd + func (m *MockPipeliner) XTrimMinID(arg0 context.Context, arg1, arg2 string) *redis.IntCmd + func (m *MockPipeliner) XTrimMinIDApprox(arg0 context.Context, arg1, arg2 string, arg3 int64) *redis.IntCmd + func (m *MockPipeliner) ZAdd(arg0 context.Context, arg1 string, arg2 ...redis.Z) *redis.IntCmd + func (m *MockPipeliner) ZAddArgs(arg0 context.Context, arg1 string, arg2 redis.ZAddArgs) *redis.IntCmd + func (m *MockPipeliner) ZAddArgsIncr(arg0 context.Context, arg1 string, arg2 redis.ZAddArgs) *redis.FloatCmd + func (m *MockPipeliner) ZAddGT(arg0 context.Context, arg1 string, arg2 ...redis.Z) *redis.IntCmd + func (m *MockPipeliner) ZAddLT(arg0 context.Context, arg1 string, arg2 ...redis.Z) *redis.IntCmd + func (m *MockPipeliner) ZAddNX(arg0 context.Context, arg1 string, arg2 ...redis.Z) *redis.IntCmd + func (m *MockPipeliner) ZAddXX(arg0 context.Context, arg1 string, arg2 ...redis.Z) *redis.IntCmd + func (m *MockPipeliner) ZCard(arg0 context.Context, arg1 string) *redis.IntCmd + func (m *MockPipeliner) ZCount(arg0 context.Context, arg1, arg2, arg3 string) *redis.IntCmd + func (m *MockPipeliner) ZDiff(arg0 context.Context, arg1 ...string) *redis.StringSliceCmd + func (m *MockPipeliner) ZDiffStore(arg0 context.Context, arg1 string, arg2 ...string) *redis.IntCmd + func (m *MockPipeliner) ZDiffWithScores(arg0 context.Context, arg1 ...string) *redis.ZSliceCmd + func (m *MockPipeliner) ZIncrBy(arg0 context.Context, arg1 string, arg2 float64, arg3 string) *redis.FloatCmd + func (m *MockPipeliner) ZInter(arg0 context.Context, arg1 *redis.ZStore) *redis.StringSliceCmd + func (m *MockPipeliner) ZInterCard(arg0 context.Context, arg1 int64, arg2 ...string) *redis.IntCmd + func (m *MockPipeliner) ZInterStore(arg0 context.Context, arg1 string, arg2 *redis.ZStore) *redis.IntCmd + func (m *MockPipeliner) ZInterWithScores(arg0 context.Context, arg1 *redis.ZStore) *redis.ZSliceCmd + func (m *MockPipeliner) ZLexCount(arg0 context.Context, arg1, arg2, arg3 string) *redis.IntCmd + func (m *MockPipeliner) ZMPop(arg0 context.Context, arg1 string, arg2 int64, arg3 ...string) *redis.ZSliceWithKeyCmd + func (m *MockPipeliner) ZMScore(arg0 context.Context, arg1 string, arg2 ...string) *redis.FloatSliceCmd + func (m *MockPipeliner) ZPopMax(arg0 context.Context, arg1 string, arg2 ...int64) *redis.ZSliceCmd + func (m *MockPipeliner) ZPopMin(arg0 context.Context, arg1 string, arg2 ...int64) *redis.ZSliceCmd + func (m *MockPipeliner) ZRandMember(arg0 context.Context, arg1 string, arg2 int) *redis.StringSliceCmd + func (m *MockPipeliner) ZRandMemberWithScores(arg0 context.Context, arg1 string, arg2 int) *redis.ZSliceCmd + func (m *MockPipeliner) ZRange(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.StringSliceCmd + func (m *MockPipeliner) ZRangeArgs(arg0 context.Context, arg1 redis.ZRangeArgs) *redis.StringSliceCmd + func (m *MockPipeliner) ZRangeArgsWithScores(arg0 context.Context, arg1 redis.ZRangeArgs) *redis.ZSliceCmd + func (m *MockPipeliner) ZRangeByLex(arg0 context.Context, arg1 string, arg2 *redis.ZRangeBy) *redis.StringSliceCmd + func (m *MockPipeliner) ZRangeByScore(arg0 context.Context, arg1 string, arg2 *redis.ZRangeBy) *redis.StringSliceCmd + func (m *MockPipeliner) ZRangeByScoreWithScores(arg0 context.Context, arg1 string, arg2 *redis.ZRangeBy) *redis.ZSliceCmd + func (m *MockPipeliner) ZRangeStore(arg0 context.Context, arg1 string, arg2 redis.ZRangeArgs) *redis.IntCmd + func (m *MockPipeliner) ZRangeWithScores(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.ZSliceCmd + func (m *MockPipeliner) ZRank(arg0 context.Context, arg1, arg2 string) *redis.IntCmd + func (m *MockPipeliner) ZRankWithScore(arg0 context.Context, arg1, arg2 string) *redis.RankWithScoreCmd + func (m *MockPipeliner) ZRem(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntCmd + func (m *MockPipeliner) ZRemRangeByLex(arg0 context.Context, arg1, arg2, arg3 string) *redis.IntCmd + func (m *MockPipeliner) ZRemRangeByRank(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.IntCmd + func (m *MockPipeliner) ZRemRangeByScore(arg0 context.Context, arg1, arg2, arg3 string) *redis.IntCmd + func (m *MockPipeliner) ZRevRange(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.StringSliceCmd + func (m *MockPipeliner) ZRevRangeByLex(arg0 context.Context, arg1 string, arg2 *redis.ZRangeBy) *redis.StringSliceCmd + func (m *MockPipeliner) ZRevRangeByScore(arg0 context.Context, arg1 string, arg2 *redis.ZRangeBy) *redis.StringSliceCmd + func (m *MockPipeliner) ZRevRangeByScoreWithScores(arg0 context.Context, arg1 string, arg2 *redis.ZRangeBy) *redis.ZSliceCmd + func (m *MockPipeliner) ZRevRangeWithScores(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.ZSliceCmd + func (m *MockPipeliner) ZRevRank(arg0 context.Context, arg1, arg2 string) *redis.IntCmd + func (m *MockPipeliner) ZRevRankWithScore(arg0 context.Context, arg1, arg2 string) *redis.RankWithScoreCmd + func (m *MockPipeliner) ZScan(arg0 context.Context, arg1 string, arg2 uint64, arg3 string, arg4 int64) *redis.ScanCmd + func (m *MockPipeliner) ZScore(arg0 context.Context, arg1, arg2 string) *redis.FloatCmd + func (m *MockPipeliner) ZUnion(arg0 context.Context, arg1 redis.ZStore) *redis.StringSliceCmd + func (m *MockPipeliner) ZUnionStore(arg0 context.Context, arg1 string, arg2 *redis.ZStore) *redis.IntCmd + func (m *MockPipeliner) ZUnionWithScores(arg0 context.Context, arg1 redis.ZStore) *redis.ZSliceCmd + type MockPipelinerMockRecorder struct + func (mr *MockPipelinerMockRecorder) ACLDryRun(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ACLLog(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ACLLogReset(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Append(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Auth(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) AuthACL(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) BFAdd(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) BFCard(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) BFExists(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) BFInfo(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) BFInfoArg(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) BFInfoCapacity(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) BFInfoExpansion(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) BFInfoFilters(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) BFInfoItems(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) BFInfoSize(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) BFInsert(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) BFLoadChunk(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) BFMAdd(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) BFMExists(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) BFReserve(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) BFReserveExpansion(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) BFReserveNonScaling(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) BFReserveWithArgs(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) BFScanDump(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) BLMPop(arg0, arg1, arg2, arg3 any, arg4 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) BLMove(arg0, arg1, arg2, arg3, arg4, arg5 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) BLPop(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) BRPop(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) BRPopLPush(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) BZMPop(arg0, arg1, arg2, arg3 any, arg4 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) BZPopMax(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) BZPopMin(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) BgRewriteAOF(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) BgSave(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) CFAdd(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) CFAddNX(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) CFCount(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) CFDel(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) CFExists(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) CFInfo(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) CFInsert(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) CFInsertNX(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) CFLoadChunk(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) CFMExists(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) CFReserve(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) CFReserveBucketSize(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) CFReserveExpansion(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) CFReserveMaxIterations(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) CFReserveWithArgs(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) CFScanDump(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) CMSIncrBy(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) CMSInfo(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) CMSInitByDim(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) CMSInitByProb(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) CMSMerge(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) CMSMergeWithWeight(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) CMSQuery(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClientGetName(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClientID(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClientInfo(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClientKill(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClientKillByFilter(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClientList(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClientPause(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClientSetInfo(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClientSetName(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClientUnblock(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClientUnblockWithError(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClientUnpause(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClusterAddSlots(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClusterAddSlotsRange(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClusterCountFailureReports(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClusterCountKeysInSlot(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClusterDelSlots(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClusterDelSlotsRange(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClusterFailover(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClusterForget(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClusterGetKeysInSlot(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClusterInfo(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClusterKeySlot(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClusterLinks(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClusterMeet(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClusterMyShardID(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClusterNodes(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClusterReplicate(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClusterResetHard(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClusterResetSoft(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClusterSaveConfig(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClusterShards(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClusterSlaves(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ClusterSlots(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Command(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) CommandGetKeys(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) CommandGetKeysAndFlags(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) CommandList(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ConfigGet(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ConfigResetStat(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ConfigRewrite(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ConfigSet(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Copy(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) DBSize(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) DebugObject(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Decr(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) DecrBy(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Del(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Discard() *gomock.Call + func (mr *MockPipelinerMockRecorder) Do(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Dump(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Echo(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Eval(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) EvalRO(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) EvalSha(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) EvalShaRO(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Exec(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Exists(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Expire(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ExpireAt(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ExpireGT(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ExpireLT(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ExpireNX(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ExpireTime(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ExpireXX(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) FCall(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) FCallRO(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) FCallRo(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) FlushAll(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) FlushAllAsync(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) FlushDB(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) FlushDBAsync(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) FunctionDelete(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) FunctionDump(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) FunctionFlush(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) FunctionFlushAsync(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) FunctionKill(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) FunctionList(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) FunctionLoad(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) FunctionLoadReplace(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) FunctionRestore(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) FunctionStats(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) GeoAdd(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) GeoDist(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) GeoHash(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) GeoPos(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) GeoRadius(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) GeoRadiusByMember(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) GeoRadiusByMemberStore(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) GeoRadiusStore(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) GeoSearch(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) GeoSearchLocation(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) GeoSearchStore(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Get(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) GetDel(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) GetEx(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) GetRange(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) GetSet(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) HDel(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) HExists(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) HGet(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) HGetAll(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) HIncrBy(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) HIncrByFloat(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) HKeys(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) HLen(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) HMGet(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) HMSet(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) HRandField(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) HRandFieldWithValues(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) HScan(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) HSet(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) HSetNX(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) HVals(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Hello(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Incr(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) IncrBy(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) IncrByFloat(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Info(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Keys(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) LCS(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) LIndex(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) LInsert(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) LInsertAfter(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) LInsertBefore(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) LLen(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) LMPop(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) LMove(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) LPop(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) LPopCount(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) LPos(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) LPosCount(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) LPush(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) LPushX(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) LRange(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) LRem(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) LSet(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) LTrim(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) LastSave(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Len() *gomock.Call + func (mr *MockPipelinerMockRecorder) MGet(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) MSet(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) MSetNX(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) MemoryUsage(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Migrate(arg0, arg1, arg2, arg3, arg4, arg5 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ModuleLoadex(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Move(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ObjectEncoding(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ObjectIdleTime(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ObjectRefCount(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) PExpire(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) PExpireAt(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) PExpireTime(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) PFAdd(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) PFCount(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) PFMerge(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) PTTL(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Persist(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Ping(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Pipeline() *gomock.Call + func (mr *MockPipelinerMockRecorder) Pipelined(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Process(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) PubSubChannels(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) PubSubNumPat(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) PubSubNumSub(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) PubSubShardChannels(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) PubSubShardNumSub(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Publish(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Quit(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) RPop(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) RPopCount(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) RPopLPush(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) RPush(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) RPushX(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) RandomKey(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ReadOnly(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ReadWrite(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Rename(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) RenameNX(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Restore(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) RestoreReplace(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SAdd(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SCard(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SDiff(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SDiffStore(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SInter(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SInterCard(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SInterStore(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SIsMember(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SMIsMember(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SMembers(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SMembersMap(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SMove(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SPop(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SPopN(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SPublish(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SRandMember(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SRandMemberN(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SRem(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SScan(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SUnion(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SUnionStore(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Save(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Scan(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ScanType(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ScriptExists(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ScriptFlush(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ScriptKill(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ScriptLoad(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Select(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Set(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SetArgs(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SetEx(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SetNX(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SetRange(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SetXX(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Shutdown(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ShutdownNoSave(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ShutdownSave(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SlaveOf(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SlowLogGet(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Sort(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SortInterfaces(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SortRO(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SortStore(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) StrLen(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) SwapDB(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TDigestAdd(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TDigestByRank(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TDigestByRevRank(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TDigestCDF(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TDigestCreate(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TDigestCreateWithCompression(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TDigestInfo(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TDigestMax(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TDigestMerge(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TDigestMin(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TDigestQuantile(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TDigestRank(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TDigestReset(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TDigestRevRank(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TDigestTrimmedMean(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TFCall(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TFCallASYNC(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TFCallASYNCArgs(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TFCallArgs(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TFunctionDelete(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TFunctionList(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TFunctionListArgs(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TFunctionLoad(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TFunctionLoadArgs(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TSAdd(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TSAddWithArgs(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TSAlter(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TSCreate(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TSCreateRule(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TSCreateRuleWithArgs(arg0, arg1, arg2, arg3, arg4, arg5 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TSCreateWithArgs(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TSDecrBy(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TSDecrByWithArgs(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TSDel(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TSDeleteRule(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TSGet(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TSGetWithArgs(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TSIncrBy(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TSIncrByWithArgs(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TSInfo(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TSInfoWithArgs(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TSMAdd(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TSMGet(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TSMGetWithArgs(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TSMRange(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TSMRangeWithArgs(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TSMRevRange(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TSMRevRangeWithArgs(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TSQueryIndex(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TSRange(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TSRangeWithArgs(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TSRevRange(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TSRevRangeWithArgs(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TTL(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Time(arg0 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TopKAdd(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TopKCount(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TopKIncrBy(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TopKInfo(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TopKList(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TopKListWithCount(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TopKQuery(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TopKReserve(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TopKReserveWithOptions(arg0, arg1, arg2, arg3, arg4, arg5 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Touch(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) TxPipeline() *gomock.Call + func (mr *MockPipelinerMockRecorder) TxPipelined(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Type(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) Unlink(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XAck(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XAdd(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XAutoClaim(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XAutoClaimJustID(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XClaim(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XClaimJustID(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XDel(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XGroupCreate(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XGroupCreateConsumer(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XGroupCreateMkStream(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XGroupDelConsumer(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XGroupDestroy(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XGroupSetID(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XInfoConsumers(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XInfoGroups(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XInfoStream(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XInfoStreamFull(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XLen(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XPending(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XPendingExt(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XRange(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XRangeN(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XRead(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XReadGroup(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XReadStreams(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XRevRange(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XRevRangeN(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XTrimMaxLen(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XTrimMaxLenApprox(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XTrimMinID(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) XTrimMinIDApprox(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZAdd(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZAddArgs(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZAddArgsIncr(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZAddGT(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZAddLT(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZAddNX(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZAddXX(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZCard(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZCount(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZDiff(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZDiffStore(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZDiffWithScores(arg0 any, arg1 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZIncrBy(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZInter(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZInterCard(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZInterStore(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZInterWithScores(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZLexCount(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZMPop(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZMScore(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZPopMax(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZPopMin(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZRandMember(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZRandMemberWithScores(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZRange(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZRangeArgs(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZRangeArgsWithScores(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZRangeByLex(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZRangeByScore(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZRangeByScoreWithScores(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZRangeStore(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZRangeWithScores(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZRank(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZRankWithScore(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZRem(arg0, arg1 any, arg2 ...any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZRemRangeByLex(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZRemRangeByRank(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZRemRangeByScore(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZRevRange(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZRevRangeByLex(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZRevRangeByScore(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZRevRangeByScoreWithScores(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZRevRangeWithScores(arg0, arg1, arg2, arg3 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZRevRank(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZRevRankWithScore(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZScan(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZScore(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZUnion(arg0, arg1 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZUnionStore(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockPipelinerMockRecorder) ZUnionWithScores(arg0, arg1 any) *gomock.Call