mock

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockUniversalClient

type MockUniversalClient struct {
	// contains filtered or unexported fields
}

MockUniversalClient is a mock of UniversalClient interface.

func NewMockUniversalClient

func NewMockUniversalClient(ctrl *gomock.Controller) *MockUniversalClient

NewMockUniversalClient creates a new mock instance.

func (*MockUniversalClient) ACLDryRun

func (m *MockUniversalClient) ACLDryRun(arg0 context.Context, arg1 string, arg2 ...any) *redis.StringCmd

ACLDryRun mocks base method.

func (*MockUniversalClient) ACLLog

func (m *MockUniversalClient) ACLLog(arg0 context.Context, arg1 int64) *redis.ACLLogCmd

ACLLog mocks base method.

func (*MockUniversalClient) ACLLogReset

func (m *MockUniversalClient) ACLLogReset(arg0 context.Context) *redis.StatusCmd

ACLLogReset mocks base method.

func (*MockUniversalClient) AddHook

func (m *MockUniversalClient) AddHook(arg0 redis.Hook)

AddHook mocks base method.

func (*MockUniversalClient) Append

func (m *MockUniversalClient) Append(arg0 context.Context, arg1, arg2 string) *redis.IntCmd

Append mocks base method.

func (*MockUniversalClient) BFAdd

func (m *MockUniversalClient) BFAdd(arg0 context.Context, arg1 string, arg2 any) *redis.BoolCmd

BFAdd mocks base method.

func (*MockUniversalClient) BFCard

func (m *MockUniversalClient) BFCard(arg0 context.Context, arg1 string) *redis.IntCmd

BFCard mocks base method.

func (*MockUniversalClient) BFExists

func (m *MockUniversalClient) BFExists(arg0 context.Context, arg1 string, arg2 any) *redis.BoolCmd

BFExists mocks base method.

func (*MockUniversalClient) BFInfo

func (m *MockUniversalClient) BFInfo(arg0 context.Context, arg1 string) *redis.BFInfoCmd

BFInfo mocks base method.

func (*MockUniversalClient) BFInfoArg

func (m *MockUniversalClient) BFInfoArg(arg0 context.Context, arg1, arg2 string) *redis.BFInfoCmd

BFInfoArg mocks base method.

func (*MockUniversalClient) BFInfoCapacity

func (m *MockUniversalClient) BFInfoCapacity(arg0 context.Context, arg1 string) *redis.BFInfoCmd

BFInfoCapacity mocks base method.

func (*MockUniversalClient) BFInfoExpansion

func (m *MockUniversalClient) BFInfoExpansion(arg0 context.Context, arg1 string) *redis.BFInfoCmd

BFInfoExpansion mocks base method.

func (*MockUniversalClient) BFInfoFilters

func (m *MockUniversalClient) BFInfoFilters(arg0 context.Context, arg1 string) *redis.BFInfoCmd

BFInfoFilters mocks base method.

func (*MockUniversalClient) BFInfoItems

func (m *MockUniversalClient) BFInfoItems(arg0 context.Context, arg1 string) *redis.BFInfoCmd

BFInfoItems mocks base method.

func (*MockUniversalClient) BFInfoSize

func (m *MockUniversalClient) BFInfoSize(arg0 context.Context, arg1 string) *redis.BFInfoCmd

BFInfoSize mocks base method.

func (*MockUniversalClient) BFInsert

func (m *MockUniversalClient) BFInsert(arg0 context.Context, arg1 string, arg2 *redis.BFInsertOptions, arg3 ...any) *redis.BoolSliceCmd

BFInsert mocks base method.

func (*MockUniversalClient) BFLoadChunk

func (m *MockUniversalClient) BFLoadChunk(arg0 context.Context, arg1 string, arg2 int64, arg3 any) *redis.StatusCmd

BFLoadChunk mocks base method.

func (*MockUniversalClient) BFMAdd

func (m *MockUniversalClient) BFMAdd(arg0 context.Context, arg1 string, arg2 ...any) *redis.BoolSliceCmd

BFMAdd mocks base method.

func (*MockUniversalClient) BFMExists

func (m *MockUniversalClient) BFMExists(arg0 context.Context, arg1 string, arg2 ...any) *redis.BoolSliceCmd

BFMExists mocks base method.

func (*MockUniversalClient) BFReserve

func (m *MockUniversalClient) BFReserve(arg0 context.Context, arg1 string, arg2 float64, arg3 int64) *redis.StatusCmd

BFReserve mocks base method.

func (*MockUniversalClient) BFReserveExpansion

func (m *MockUniversalClient) BFReserveExpansion(arg0 context.Context, arg1 string, arg2 float64, arg3, arg4 int64) *redis.StatusCmd

BFReserveExpansion mocks base method.

func (*MockUniversalClient) BFReserveNonScaling

func (m *MockUniversalClient) BFReserveNonScaling(arg0 context.Context, arg1 string, arg2 float64, arg3 int64) *redis.StatusCmd

BFReserveNonScaling mocks base method.

func (*MockUniversalClient) BFReserveWithArgs

func (m *MockUniversalClient) BFReserveWithArgs(arg0 context.Context, arg1 string, arg2 *redis.BFReserveOptions) *redis.StatusCmd

BFReserveWithArgs mocks base method.

func (*MockUniversalClient) BFScanDump

func (m *MockUniversalClient) BFScanDump(arg0 context.Context, arg1 string, arg2 int64) *redis.ScanDumpCmd

BFScanDump mocks base method.

func (*MockUniversalClient) BLMPop

func (m *MockUniversalClient) BLMPop(arg0 context.Context, arg1 time.Duration, arg2 string, arg3 int64, arg4 ...string) *redis.KeyValuesCmd

BLMPop mocks base method.

func (*MockUniversalClient) BLMove

func (m *MockUniversalClient) BLMove(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 time.Duration) *redis.StringCmd

BLMove mocks base method.

func (*MockUniversalClient) BLPop

func (m *MockUniversalClient) BLPop(arg0 context.Context, arg1 time.Duration, arg2 ...string) *redis.StringSliceCmd

BLPop mocks base method.

func (*MockUniversalClient) BRPop

func (m *MockUniversalClient) BRPop(arg0 context.Context, arg1 time.Duration, arg2 ...string) *redis.StringSliceCmd

BRPop mocks base method.

func (*MockUniversalClient) BRPopLPush

func (m *MockUniversalClient) BRPopLPush(arg0 context.Context, arg1, arg2 string, arg3 time.Duration) *redis.StringCmd

BRPopLPush mocks base method.

func (*MockUniversalClient) BZMPop

func (m *MockUniversalClient) BZMPop(arg0 context.Context, arg1 time.Duration, arg2 string, arg3 int64, arg4 ...string) *redis.ZSliceWithKeyCmd

BZMPop mocks base method.

func (*MockUniversalClient) BZPopMax

func (m *MockUniversalClient) BZPopMax(arg0 context.Context, arg1 time.Duration, arg2 ...string) *redis.ZWithKeyCmd

BZPopMax mocks base method.

func (*MockUniversalClient) BZPopMin

func (m *MockUniversalClient) BZPopMin(arg0 context.Context, arg1 time.Duration, arg2 ...string) *redis.ZWithKeyCmd

BZPopMin mocks base method.

func (*MockUniversalClient) BgRewriteAOF

func (m *MockUniversalClient) BgRewriteAOF(arg0 context.Context) *redis.StatusCmd

BgRewriteAOF mocks base method.

func (*MockUniversalClient) BgSave

BgSave mocks base method.

func (*MockUniversalClient) BitCount

func (m *MockUniversalClient) BitCount(arg0 context.Context, arg1 string, arg2 *redis.BitCount) *redis.IntCmd

BitCount mocks base method.

func (*MockUniversalClient) BitField

func (m *MockUniversalClient) BitField(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntSliceCmd

BitField mocks base method.

func (*MockUniversalClient) BitFieldRO

func (m *MockUniversalClient) BitFieldRO(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntSliceCmd

BitFieldRO mocks base method.

func (*MockUniversalClient) BitOpAnd

func (m *MockUniversalClient) BitOpAnd(arg0 context.Context, arg1 string, arg2 ...string) *redis.IntCmd

BitOpAnd mocks base method.

func (*MockUniversalClient) BitOpNot

func (m *MockUniversalClient) BitOpNot(arg0 context.Context, arg1, arg2 string) *redis.IntCmd

BitOpNot mocks base method.

func (*MockUniversalClient) BitOpOr

func (m *MockUniversalClient) BitOpOr(arg0 context.Context, arg1 string, arg2 ...string) *redis.IntCmd

BitOpOr mocks base method.

func (*MockUniversalClient) BitOpXor

func (m *MockUniversalClient) BitOpXor(arg0 context.Context, arg1 string, arg2 ...string) *redis.IntCmd

BitOpXor mocks base method.

func (*MockUniversalClient) BitPos

func (m *MockUniversalClient) BitPos(arg0 context.Context, arg1 string, arg2 int64, arg3 ...int64) *redis.IntCmd

BitPos mocks base method.

func (*MockUniversalClient) BitPosSpan

func (m *MockUniversalClient) BitPosSpan(arg0 context.Context, arg1 string, arg2 int8, arg3, arg4 int64, arg5 string) *redis.IntCmd

BitPosSpan mocks base method.

func (*MockUniversalClient) CFAdd

func (m *MockUniversalClient) CFAdd(arg0 context.Context, arg1 string, arg2 any) *redis.BoolCmd

CFAdd mocks base method.

func (*MockUniversalClient) CFAddNX

func (m *MockUniversalClient) CFAddNX(arg0 context.Context, arg1 string, arg2 any) *redis.BoolCmd

CFAddNX mocks base method.

func (*MockUniversalClient) CFCount

func (m *MockUniversalClient) CFCount(arg0 context.Context, arg1 string, arg2 any) *redis.IntCmd

CFCount mocks base method.

func (*MockUniversalClient) CFDel

func (m *MockUniversalClient) CFDel(arg0 context.Context, arg1 string, arg2 any) *redis.BoolCmd

CFDel mocks base method.

func (*MockUniversalClient) CFExists

func (m *MockUniversalClient) CFExists(arg0 context.Context, arg1 string, arg2 any) *redis.BoolCmd

CFExists mocks base method.

func (*MockUniversalClient) CFInfo

func (m *MockUniversalClient) CFInfo(arg0 context.Context, arg1 string) *redis.CFInfoCmd

CFInfo mocks base method.

func (*MockUniversalClient) CFInsert

func (m *MockUniversalClient) CFInsert(arg0 context.Context, arg1 string, arg2 *redis.CFInsertOptions, arg3 ...any) *redis.BoolSliceCmd

CFInsert mocks base method.

func (*MockUniversalClient) CFInsertNX

func (m *MockUniversalClient) CFInsertNX(arg0 context.Context, arg1 string, arg2 *redis.CFInsertOptions, arg3 ...any) *redis.IntSliceCmd

CFInsertNX mocks base method.

func (*MockUniversalClient) CFLoadChunk

func (m *MockUniversalClient) CFLoadChunk(arg0 context.Context, arg1 string, arg2 int64, arg3 any) *redis.StatusCmd

CFLoadChunk mocks base method.

func (*MockUniversalClient) CFMExists

func (m *MockUniversalClient) CFMExists(arg0 context.Context, arg1 string, arg2 ...any) *redis.BoolSliceCmd

CFMExists mocks base method.

func (*MockUniversalClient) CFReserve

func (m *MockUniversalClient) CFReserve(arg0 context.Context, arg1 string, arg2 int64) *redis.StatusCmd

CFReserve mocks base method.

func (*MockUniversalClient) CFReserveBucketSize

func (m *MockUniversalClient) CFReserveBucketSize(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.StatusCmd

CFReserveBucketSize mocks base method.

func (*MockUniversalClient) CFReserveExpansion

func (m *MockUniversalClient) CFReserveExpansion(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.StatusCmd

CFReserveExpansion mocks base method.

func (*MockUniversalClient) CFReserveMaxIterations

func (m *MockUniversalClient) CFReserveMaxIterations(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.StatusCmd

CFReserveMaxIterations mocks base method.

func (*MockUniversalClient) CFReserveWithArgs

func (m *MockUniversalClient) CFReserveWithArgs(arg0 context.Context, arg1 string, arg2 *redis.CFReserveOptions) *redis.StatusCmd

CFReserveWithArgs mocks base method.

func (*MockUniversalClient) CFScanDump

func (m *MockUniversalClient) CFScanDump(arg0 context.Context, arg1 string, arg2 int64) *redis.ScanDumpCmd

CFScanDump mocks base method.

func (*MockUniversalClient) CMSIncrBy

func (m *MockUniversalClient) CMSIncrBy(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntSliceCmd

CMSIncrBy mocks base method.

func (*MockUniversalClient) CMSInfo

func (m *MockUniversalClient) CMSInfo(arg0 context.Context, arg1 string) *redis.CMSInfoCmd

CMSInfo mocks base method.

func (*MockUniversalClient) CMSInitByDim

func (m *MockUniversalClient) CMSInitByDim(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.StatusCmd

CMSInitByDim mocks base method.

func (*MockUniversalClient) CMSInitByProb

func (m *MockUniversalClient) CMSInitByProb(arg0 context.Context, arg1 string, arg2, arg3 float64) *redis.StatusCmd

CMSInitByProb mocks base method.

func (*MockUniversalClient) CMSMerge

func (m *MockUniversalClient) CMSMerge(arg0 context.Context, arg1 string, arg2 ...string) *redis.StatusCmd

CMSMerge mocks base method.

func (*MockUniversalClient) CMSMergeWithWeight

func (m *MockUniversalClient) CMSMergeWithWeight(arg0 context.Context, arg1 string, arg2 map[string]int64) *redis.StatusCmd

CMSMergeWithWeight mocks base method.

func (*MockUniversalClient) CMSQuery

func (m *MockUniversalClient) CMSQuery(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntSliceCmd

CMSQuery mocks base method.

func (*MockUniversalClient) ClientGetName

func (m *MockUniversalClient) ClientGetName(arg0 context.Context) *redis.StringCmd

ClientGetName mocks base method.

func (*MockUniversalClient) ClientID

func (m *MockUniversalClient) ClientID(arg0 context.Context) *redis.IntCmd

ClientID mocks base method.

func (*MockUniversalClient) ClientInfo

func (m *MockUniversalClient) ClientInfo(arg0 context.Context) *redis.ClientInfoCmd

ClientInfo mocks base method.

func (*MockUniversalClient) ClientKill

func (m *MockUniversalClient) ClientKill(arg0 context.Context, arg1 string) *redis.StatusCmd

ClientKill mocks base method.

func (*MockUniversalClient) ClientKillByFilter

func (m *MockUniversalClient) ClientKillByFilter(arg0 context.Context, arg1 ...string) *redis.IntCmd

ClientKillByFilter mocks base method.

func (*MockUniversalClient) ClientList

func (m *MockUniversalClient) ClientList(arg0 context.Context) *redis.StringCmd

ClientList mocks base method.

func (*MockUniversalClient) ClientPause

func (m *MockUniversalClient) ClientPause(arg0 context.Context, arg1 time.Duration) *redis.BoolCmd

ClientPause mocks base method.

func (*MockUniversalClient) ClientUnblock

func (m *MockUniversalClient) ClientUnblock(arg0 context.Context, arg1 int64) *redis.IntCmd

ClientUnblock mocks base method.

func (*MockUniversalClient) ClientUnblockWithError

func (m *MockUniversalClient) ClientUnblockWithError(arg0 context.Context, arg1 int64) *redis.IntCmd

ClientUnblockWithError mocks base method.

func (*MockUniversalClient) ClientUnpause

func (m *MockUniversalClient) ClientUnpause(arg0 context.Context) *redis.BoolCmd

ClientUnpause mocks base method.

func (*MockUniversalClient) Close

func (m *MockUniversalClient) Close() error

Close mocks base method.

func (*MockUniversalClient) ClusterAddSlots

func (m *MockUniversalClient) ClusterAddSlots(arg0 context.Context, arg1 ...int) *redis.StatusCmd

ClusterAddSlots mocks base method.

func (*MockUniversalClient) ClusterAddSlotsRange

func (m *MockUniversalClient) ClusterAddSlotsRange(arg0 context.Context, arg1, arg2 int) *redis.StatusCmd

ClusterAddSlotsRange mocks base method.

func (*MockUniversalClient) ClusterCountFailureReports

func (m *MockUniversalClient) ClusterCountFailureReports(arg0 context.Context, arg1 string) *redis.IntCmd

ClusterCountFailureReports mocks base method.

func (*MockUniversalClient) ClusterCountKeysInSlot

func (m *MockUniversalClient) ClusterCountKeysInSlot(arg0 context.Context, arg1 int) *redis.IntCmd

ClusterCountKeysInSlot mocks base method.

func (*MockUniversalClient) ClusterDelSlots

func (m *MockUniversalClient) ClusterDelSlots(arg0 context.Context, arg1 ...int) *redis.StatusCmd

ClusterDelSlots mocks base method.

func (*MockUniversalClient) ClusterDelSlotsRange

func (m *MockUniversalClient) ClusterDelSlotsRange(arg0 context.Context, arg1, arg2 int) *redis.StatusCmd

ClusterDelSlotsRange mocks base method.

func (*MockUniversalClient) ClusterFailover

func (m *MockUniversalClient) ClusterFailover(arg0 context.Context) *redis.StatusCmd

ClusterFailover mocks base method.

func (*MockUniversalClient) ClusterForget

func (m *MockUniversalClient) ClusterForget(arg0 context.Context, arg1 string) *redis.StatusCmd

ClusterForget mocks base method.

func (*MockUniversalClient) ClusterGetKeysInSlot

func (m *MockUniversalClient) ClusterGetKeysInSlot(arg0 context.Context, arg1, arg2 int) *redis.StringSliceCmd

ClusterGetKeysInSlot mocks base method.

func (*MockUniversalClient) ClusterInfo

func (m *MockUniversalClient) ClusterInfo(arg0 context.Context) *redis.StringCmd

ClusterInfo mocks base method.

func (*MockUniversalClient) ClusterKeySlot

func (m *MockUniversalClient) ClusterKeySlot(arg0 context.Context, arg1 string) *redis.IntCmd

ClusterKeySlot mocks base method.

func (m *MockUniversalClient) ClusterLinks(arg0 context.Context) *redis.ClusterLinksCmd

ClusterLinks mocks base method.

func (*MockUniversalClient) ClusterMeet

func (m *MockUniversalClient) ClusterMeet(arg0 context.Context, arg1, arg2 string) *redis.StatusCmd

ClusterMeet mocks base method.

func (*MockUniversalClient) ClusterMyShardID

func (m *MockUniversalClient) ClusterMyShardID(arg0 context.Context) *redis.StringCmd

ClusterMyShardID mocks base method.

func (*MockUniversalClient) ClusterNodes

func (m *MockUniversalClient) ClusterNodes(arg0 context.Context) *redis.StringCmd

ClusterNodes mocks base method.

func (*MockUniversalClient) ClusterReplicate

func (m *MockUniversalClient) ClusterReplicate(arg0 context.Context, arg1 string) *redis.StatusCmd

ClusterReplicate mocks base method.

func (*MockUniversalClient) ClusterResetHard

func (m *MockUniversalClient) ClusterResetHard(arg0 context.Context) *redis.StatusCmd

ClusterResetHard mocks base method.

func (*MockUniversalClient) ClusterResetSoft

func (m *MockUniversalClient) ClusterResetSoft(arg0 context.Context) *redis.StatusCmd

ClusterResetSoft mocks base method.

func (*MockUniversalClient) ClusterSaveConfig

func (m *MockUniversalClient) ClusterSaveConfig(arg0 context.Context) *redis.StatusCmd

ClusterSaveConfig mocks base method.

func (*MockUniversalClient) ClusterShards

func (m *MockUniversalClient) ClusterShards(arg0 context.Context) *redis.ClusterShardsCmd

ClusterShards mocks base method.

func (*MockUniversalClient) ClusterSlaves

func (m *MockUniversalClient) ClusterSlaves(arg0 context.Context, arg1 string) *redis.StringSliceCmd

ClusterSlaves mocks base method.

func (*MockUniversalClient) ClusterSlots

func (m *MockUniversalClient) ClusterSlots(arg0 context.Context) *redis.ClusterSlotsCmd

ClusterSlots mocks base method.

func (*MockUniversalClient) Command

Command mocks base method.

func (*MockUniversalClient) CommandGetKeys

func (m *MockUniversalClient) CommandGetKeys(arg0 context.Context, arg1 ...any) *redis.StringSliceCmd

CommandGetKeys mocks base method.

func (*MockUniversalClient) CommandGetKeysAndFlags

func (m *MockUniversalClient) CommandGetKeysAndFlags(arg0 context.Context, arg1 ...any) *redis.KeyFlagsCmd

CommandGetKeysAndFlags mocks base method.

func (*MockUniversalClient) CommandList

func (m *MockUniversalClient) CommandList(arg0 context.Context, arg1 *redis.FilterBy) *redis.StringSliceCmd

CommandList mocks base method.

func (*MockUniversalClient) ConfigGet

ConfigGet mocks base method.

func (*MockUniversalClient) ConfigResetStat

func (m *MockUniversalClient) ConfigResetStat(arg0 context.Context) *redis.StatusCmd

ConfigResetStat mocks base method.

func (*MockUniversalClient) ConfigRewrite

func (m *MockUniversalClient) ConfigRewrite(arg0 context.Context) *redis.StatusCmd

ConfigRewrite mocks base method.

func (*MockUniversalClient) ConfigSet

func (m *MockUniversalClient) ConfigSet(arg0 context.Context, arg1, arg2 string) *redis.StatusCmd

ConfigSet mocks base method.

func (*MockUniversalClient) Copy

func (m *MockUniversalClient) Copy(arg0 context.Context, arg1, arg2 string, arg3 int, arg4 bool) *redis.IntCmd

Copy mocks base method.

func (*MockUniversalClient) DBSize

func (m *MockUniversalClient) DBSize(arg0 context.Context) *redis.IntCmd

DBSize mocks base method.

func (*MockUniversalClient) DebugObject

func (m *MockUniversalClient) DebugObject(arg0 context.Context, arg1 string) *redis.StringCmd

DebugObject mocks base method.

func (*MockUniversalClient) Decr

func (m *MockUniversalClient) Decr(arg0 context.Context, arg1 string) *redis.IntCmd

Decr mocks base method.

func (*MockUniversalClient) DecrBy

func (m *MockUniversalClient) DecrBy(arg0 context.Context, arg1 string, arg2 int64) *redis.IntCmd

DecrBy mocks base method.

func (*MockUniversalClient) Del

func (m *MockUniversalClient) Del(arg0 context.Context, arg1 ...string) *redis.IntCmd

Del mocks base method.

func (*MockUniversalClient) Do

func (m *MockUniversalClient) Do(arg0 context.Context, arg1 ...any) *redis.Cmd

Do mocks base method.

func (*MockUniversalClient) Dump

Dump mocks base method.

func (*MockUniversalClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockUniversalClient) Echo

func (m *MockUniversalClient) Echo(arg0 context.Context, arg1 any) *redis.StringCmd

Echo mocks base method.

func (*MockUniversalClient) Eval

func (m *MockUniversalClient) Eval(arg0 context.Context, arg1 string, arg2 []string, arg3 ...any) *redis.Cmd

Eval mocks base method.

func (*MockUniversalClient) EvalRO

func (m *MockUniversalClient) EvalRO(arg0 context.Context, arg1 string, arg2 []string, arg3 ...any) *redis.Cmd

EvalRO mocks base method.

func (*MockUniversalClient) EvalSha

func (m *MockUniversalClient) EvalSha(arg0 context.Context, arg1 string, arg2 []string, arg3 ...any) *redis.Cmd

EvalSha mocks base method.

func (*MockUniversalClient) EvalShaRO

func (m *MockUniversalClient) EvalShaRO(arg0 context.Context, arg1 string, arg2 []string, arg3 ...any) *redis.Cmd

EvalShaRO mocks base method.

func (*MockUniversalClient) Exists

func (m *MockUniversalClient) Exists(arg0 context.Context, arg1 ...string) *redis.IntCmd

Exists mocks base method.

func (*MockUniversalClient) Expire

func (m *MockUniversalClient) Expire(arg0 context.Context, arg1 string, arg2 time.Duration) *redis.BoolCmd

Expire mocks base method.

func (*MockUniversalClient) ExpireAt

func (m *MockUniversalClient) ExpireAt(arg0 context.Context, arg1 string, arg2 time.Time) *redis.BoolCmd

ExpireAt mocks base method.

func (*MockUniversalClient) ExpireGT

func (m *MockUniversalClient) ExpireGT(arg0 context.Context, arg1 string, arg2 time.Duration) *redis.BoolCmd

ExpireGT mocks base method.

func (*MockUniversalClient) ExpireLT

func (m *MockUniversalClient) ExpireLT(arg0 context.Context, arg1 string, arg2 time.Duration) *redis.BoolCmd

ExpireLT mocks base method.

func (*MockUniversalClient) ExpireNX

func (m *MockUniversalClient) ExpireNX(arg0 context.Context, arg1 string, arg2 time.Duration) *redis.BoolCmd

ExpireNX mocks base method.

func (*MockUniversalClient) ExpireTime

func (m *MockUniversalClient) ExpireTime(arg0 context.Context, arg1 string) *redis.DurationCmd

ExpireTime mocks base method.

func (*MockUniversalClient) ExpireXX

func (m *MockUniversalClient) ExpireXX(arg0 context.Context, arg1 string, arg2 time.Duration) *redis.BoolCmd

ExpireXX mocks base method.

func (*MockUniversalClient) FCall

func (m *MockUniversalClient) FCall(arg0 context.Context, arg1 string, arg2 []string, arg3 ...any) *redis.Cmd

FCall mocks base method.

func (*MockUniversalClient) FCallRO

func (m *MockUniversalClient) FCallRO(arg0 context.Context, arg1 string, arg2 []string, arg3 ...any) *redis.Cmd

FCallRO mocks base method.

func (*MockUniversalClient) FCallRo

func (m *MockUniversalClient) FCallRo(arg0 context.Context, arg1 string, arg2 []string, arg3 ...any) *redis.Cmd

FCallRo mocks base method.

func (*MockUniversalClient) FlushAll

func (m *MockUniversalClient) FlushAll(arg0 context.Context) *redis.StatusCmd

FlushAll mocks base method.

func (*MockUniversalClient) FlushAllAsync

func (m *MockUniversalClient) FlushAllAsync(arg0 context.Context) *redis.StatusCmd

FlushAllAsync mocks base method.

func (*MockUniversalClient) FlushDB

FlushDB mocks base method.

func (*MockUniversalClient) FlushDBAsync

func (m *MockUniversalClient) FlushDBAsync(arg0 context.Context) *redis.StatusCmd

FlushDBAsync mocks base method.

func (*MockUniversalClient) FunctionDelete

func (m *MockUniversalClient) FunctionDelete(arg0 context.Context, arg1 string) *redis.StringCmd

FunctionDelete mocks base method.

func (*MockUniversalClient) FunctionDump

func (m *MockUniversalClient) FunctionDump(arg0 context.Context) *redis.StringCmd

FunctionDump mocks base method.

func (*MockUniversalClient) FunctionFlush

func (m *MockUniversalClient) FunctionFlush(arg0 context.Context) *redis.StringCmd

FunctionFlush mocks base method.

func (*MockUniversalClient) FunctionFlushAsync

func (m *MockUniversalClient) FunctionFlushAsync(arg0 context.Context) *redis.StringCmd

FunctionFlushAsync mocks base method.

func (*MockUniversalClient) FunctionKill

func (m *MockUniversalClient) FunctionKill(arg0 context.Context) *redis.StringCmd

FunctionKill mocks base method.

func (*MockUniversalClient) FunctionList

FunctionList mocks base method.

func (*MockUniversalClient) FunctionLoad

func (m *MockUniversalClient) FunctionLoad(arg0 context.Context, arg1 string) *redis.StringCmd

FunctionLoad mocks base method.

func (*MockUniversalClient) FunctionLoadReplace

func (m *MockUniversalClient) FunctionLoadReplace(arg0 context.Context, arg1 string) *redis.StringCmd

FunctionLoadReplace mocks base method.

func (*MockUniversalClient) FunctionRestore

func (m *MockUniversalClient) FunctionRestore(arg0 context.Context, arg1 string) *redis.StringCmd

FunctionRestore mocks base method.

func (*MockUniversalClient) FunctionStats

func (m *MockUniversalClient) FunctionStats(arg0 context.Context) *redis.FunctionStatsCmd

FunctionStats mocks base method.

func (*MockUniversalClient) GeoAdd

func (m *MockUniversalClient) GeoAdd(arg0 context.Context, arg1 string, arg2 ...*redis.GeoLocation) *redis.IntCmd

GeoAdd mocks base method.

func (*MockUniversalClient) GeoDist

func (m *MockUniversalClient) GeoDist(arg0 context.Context, arg1, arg2, arg3, arg4 string) *redis.FloatCmd

GeoDist mocks base method.

func (*MockUniversalClient) GeoHash

func (m *MockUniversalClient) GeoHash(arg0 context.Context, arg1 string, arg2 ...string) *redis.StringSliceCmd

GeoHash mocks base method.

func (*MockUniversalClient) GeoPos

func (m *MockUniversalClient) GeoPos(arg0 context.Context, arg1 string, arg2 ...string) *redis.GeoPosCmd

GeoPos mocks base method.

func (*MockUniversalClient) GeoRadius

func (m *MockUniversalClient) GeoRadius(arg0 context.Context, arg1 string, arg2, arg3 float64, arg4 *redis.GeoRadiusQuery) *redis.GeoLocationCmd

GeoRadius mocks base method.

func (*MockUniversalClient) GeoRadiusByMember

func (m *MockUniversalClient) GeoRadiusByMember(arg0 context.Context, arg1, arg2 string, arg3 *redis.GeoRadiusQuery) *redis.GeoLocationCmd

GeoRadiusByMember mocks base method.

func (*MockUniversalClient) GeoRadiusByMemberStore

func (m *MockUniversalClient) GeoRadiusByMemberStore(arg0 context.Context, arg1, arg2 string, arg3 *redis.GeoRadiusQuery) *redis.IntCmd

GeoRadiusByMemberStore mocks base method.

func (*MockUniversalClient) GeoRadiusStore

func (m *MockUniversalClient) GeoRadiusStore(arg0 context.Context, arg1 string, arg2, arg3 float64, arg4 *redis.GeoRadiusQuery) *redis.IntCmd

GeoRadiusStore mocks base method.

func (*MockUniversalClient) GeoSearch

GeoSearch mocks base method.

func (*MockUniversalClient) GeoSearchLocation

GeoSearchLocation mocks base method.

func (*MockUniversalClient) GeoSearchStore

func (m *MockUniversalClient) GeoSearchStore(arg0 context.Context, arg1, arg2 string, arg3 *redis.GeoSearchStoreQuery) *redis.IntCmd

GeoSearchStore mocks base method.

func (*MockUniversalClient) Get

Get mocks base method.

func (*MockUniversalClient) GetBit

func (m *MockUniversalClient) GetBit(arg0 context.Context, arg1 string, arg2 int64) *redis.IntCmd

GetBit mocks base method.

func (*MockUniversalClient) GetDel

func (m *MockUniversalClient) GetDel(arg0 context.Context, arg1 string) *redis.StringCmd

GetDel mocks base method.

func (*MockUniversalClient) GetEx

func (m *MockUniversalClient) GetEx(arg0 context.Context, arg1 string, arg2 time.Duration) *redis.StringCmd

GetEx mocks base method.

func (*MockUniversalClient) GetRange

func (m *MockUniversalClient) GetRange(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.StringCmd

GetRange mocks base method.

func (*MockUniversalClient) GetSet

func (m *MockUniversalClient) GetSet(arg0 context.Context, arg1 string, arg2 any) *redis.StringCmd

GetSet mocks base method.

func (*MockUniversalClient) HDel

func (m *MockUniversalClient) HDel(arg0 context.Context, arg1 string, arg2 ...string) *redis.IntCmd

HDel mocks base method.

func (*MockUniversalClient) HExists

func (m *MockUniversalClient) HExists(arg0 context.Context, arg1, arg2 string) *redis.BoolCmd

HExists mocks base method.

func (*MockUniversalClient) HExpire

func (m *MockUniversalClient) HExpire(arg0 context.Context, arg1 string, arg2 time.Duration, arg3 ...string) *redis.IntSliceCmd

HExpire mocks base method.

func (*MockUniversalClient) HExpireAt

func (m *MockUniversalClient) HExpireAt(arg0 context.Context, arg1 string, arg2 time.Time, arg3 ...string) *redis.IntSliceCmd

HExpireAt mocks base method.

func (*MockUniversalClient) HExpireAtWithArgs

func (m *MockUniversalClient) HExpireAtWithArgs(arg0 context.Context, arg1 string, arg2 time.Time, arg3 redis.HExpireArgs, arg4 ...string) *redis.IntSliceCmd

HExpireAtWithArgs mocks base method.

func (*MockUniversalClient) HExpireTime

func (m *MockUniversalClient) HExpireTime(arg0 context.Context, arg1 string, arg2 ...string) *redis.IntSliceCmd

HExpireTime mocks base method.

func (*MockUniversalClient) HExpireWithArgs

func (m *MockUniversalClient) HExpireWithArgs(arg0 context.Context, arg1 string, arg2 time.Duration, arg3 redis.HExpireArgs, arg4 ...string) *redis.IntSliceCmd

HExpireWithArgs mocks base method.

func (*MockUniversalClient) HGet

func (m *MockUniversalClient) HGet(arg0 context.Context, arg1, arg2 string) *redis.StringCmd

HGet mocks base method.

func (*MockUniversalClient) HGetAll

HGetAll mocks base method.

func (*MockUniversalClient) HIncrBy

func (m *MockUniversalClient) HIncrBy(arg0 context.Context, arg1, arg2 string, arg3 int64) *redis.IntCmd

HIncrBy mocks base method.

func (*MockUniversalClient) HIncrByFloat

func (m *MockUniversalClient) HIncrByFloat(arg0 context.Context, arg1, arg2 string, arg3 float64) *redis.FloatCmd

HIncrByFloat mocks base method.

func (*MockUniversalClient) HKeys

HKeys mocks base method.

func (*MockUniversalClient) HLen

func (m *MockUniversalClient) HLen(arg0 context.Context, arg1 string) *redis.IntCmd

HLen mocks base method.

func (*MockUniversalClient) HMGet

func (m *MockUniversalClient) HMGet(arg0 context.Context, arg1 string, arg2 ...string) *redis.SliceCmd

HMGet mocks base method.

func (*MockUniversalClient) HMSet

func (m *MockUniversalClient) HMSet(arg0 context.Context, arg1 string, arg2 ...any) *redis.BoolCmd

HMSet mocks base method.

func (*MockUniversalClient) HPExpire

func (m *MockUniversalClient) HPExpire(arg0 context.Context, arg1 string, arg2 time.Duration, arg3 ...string) *redis.IntSliceCmd

HPExpire mocks base method.

func (*MockUniversalClient) HPExpireAt

func (m *MockUniversalClient) HPExpireAt(arg0 context.Context, arg1 string, arg2 time.Time, arg3 ...string) *redis.IntSliceCmd

HPExpireAt mocks base method.

func (*MockUniversalClient) HPExpireAtWithArgs

func (m *MockUniversalClient) HPExpireAtWithArgs(arg0 context.Context, arg1 string, arg2 time.Time, arg3 redis.HExpireArgs, arg4 ...string) *redis.IntSliceCmd

HPExpireAtWithArgs mocks base method.

func (*MockUniversalClient) HPExpireTime

func (m *MockUniversalClient) HPExpireTime(arg0 context.Context, arg1 string, arg2 ...string) *redis.IntSliceCmd

HPExpireTime mocks base method.

func (*MockUniversalClient) HPExpireWithArgs

func (m *MockUniversalClient) HPExpireWithArgs(arg0 context.Context, arg1 string, arg2 time.Duration, arg3 redis.HExpireArgs, arg4 ...string) *redis.IntSliceCmd

HPExpireWithArgs mocks base method.

func (*MockUniversalClient) HPTTL

func (m *MockUniversalClient) HPTTL(arg0 context.Context, arg1 string, arg2 ...string) *redis.IntSliceCmd

HPTTL mocks base method.

func (*MockUniversalClient) HPersist

func (m *MockUniversalClient) HPersist(arg0 context.Context, arg1 string, arg2 ...string) *redis.IntSliceCmd

HPersist mocks base method.

func (*MockUniversalClient) HRandField

func (m *MockUniversalClient) HRandField(arg0 context.Context, arg1 string, arg2 int) *redis.StringSliceCmd

HRandField mocks base method.

func (*MockUniversalClient) HRandFieldWithValues

func (m *MockUniversalClient) HRandFieldWithValues(arg0 context.Context, arg1 string, arg2 int) *redis.KeyValueSliceCmd

HRandFieldWithValues mocks base method.

func (*MockUniversalClient) HScan

func (m *MockUniversalClient) HScan(arg0 context.Context, arg1 string, arg2 uint64, arg3 string, arg4 int64) *redis.ScanCmd

HScan mocks base method.

func (*MockUniversalClient) HScanNoValues

func (m *MockUniversalClient) HScanNoValues(arg0 context.Context, arg1 string, arg2 uint64, arg3 string, arg4 int64) *redis.ScanCmd

HScanNoValues mocks base method.

func (*MockUniversalClient) HSet

func (m *MockUniversalClient) HSet(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntCmd

HSet mocks base method.

func (*MockUniversalClient) HSetNX

func (m *MockUniversalClient) HSetNX(arg0 context.Context, arg1, arg2 string, arg3 any) *redis.BoolCmd

HSetNX mocks base method.

func (*MockUniversalClient) HTTL

func (m *MockUniversalClient) HTTL(arg0 context.Context, arg1 string, arg2 ...string) *redis.IntSliceCmd

HTTL mocks base method.

func (*MockUniversalClient) HVals

HVals mocks base method.

func (*MockUniversalClient) Incr

func (m *MockUniversalClient) Incr(arg0 context.Context, arg1 string) *redis.IntCmd

Incr mocks base method.

func (*MockUniversalClient) IncrBy

func (m *MockUniversalClient) IncrBy(arg0 context.Context, arg1 string, arg2 int64) *redis.IntCmd

IncrBy mocks base method.

func (*MockUniversalClient) IncrByFloat

func (m *MockUniversalClient) IncrByFloat(arg0 context.Context, arg1 string, arg2 float64) *redis.FloatCmd

IncrByFloat mocks base method.

func (*MockUniversalClient) Info

func (m *MockUniversalClient) Info(arg0 context.Context, arg1 ...string) *redis.StringCmd

Info mocks base method.

func (*MockUniversalClient) JSONArrAppend

func (m *MockUniversalClient) JSONArrAppend(arg0 context.Context, arg1, arg2 string, arg3 ...any) *redis.IntSliceCmd

JSONArrAppend mocks base method.

func (*MockUniversalClient) JSONArrIndex

func (m *MockUniversalClient) JSONArrIndex(arg0 context.Context, arg1, arg2 string, arg3 ...any) *redis.IntSliceCmd

JSONArrIndex mocks base method.

func (*MockUniversalClient) JSONArrIndexWithArgs

func (m *MockUniversalClient) JSONArrIndexWithArgs(arg0 context.Context, arg1, arg2 string, arg3 *redis.JSONArrIndexArgs, arg4 ...any) *redis.IntSliceCmd

JSONArrIndexWithArgs mocks base method.

func (*MockUniversalClient) JSONArrInsert

func (m *MockUniversalClient) JSONArrInsert(arg0 context.Context, arg1, arg2 string, arg3 int64, arg4 ...any) *redis.IntSliceCmd

JSONArrInsert mocks base method.

func (*MockUniversalClient) JSONArrLen

func (m *MockUniversalClient) JSONArrLen(arg0 context.Context, arg1, arg2 string) *redis.IntSliceCmd

JSONArrLen mocks base method.

func (*MockUniversalClient) JSONArrPop

func (m *MockUniversalClient) JSONArrPop(arg0 context.Context, arg1, arg2 string, arg3 int) *redis.StringSliceCmd

JSONArrPop mocks base method.

func (*MockUniversalClient) JSONArrTrim

func (m *MockUniversalClient) JSONArrTrim(arg0 context.Context, arg1, arg2 string) *redis.IntSliceCmd

JSONArrTrim mocks base method.

func (*MockUniversalClient) JSONArrTrimWithArgs

func (m *MockUniversalClient) JSONArrTrimWithArgs(arg0 context.Context, arg1, arg2 string, arg3 *redis.JSONArrTrimArgs) *redis.IntSliceCmd

JSONArrTrimWithArgs mocks base method.

func (*MockUniversalClient) JSONClear

func (m *MockUniversalClient) JSONClear(arg0 context.Context, arg1, arg2 string) *redis.IntCmd

JSONClear mocks base method.

func (*MockUniversalClient) JSONDebugMemory

func (m *MockUniversalClient) JSONDebugMemory(arg0 context.Context, arg1, arg2 string) *redis.IntCmd

JSONDebugMemory mocks base method.

func (*MockUniversalClient) JSONDel

func (m *MockUniversalClient) JSONDel(arg0 context.Context, arg1, arg2 string) *redis.IntCmd

JSONDel mocks base method.

func (*MockUniversalClient) JSONForget

func (m *MockUniversalClient) JSONForget(arg0 context.Context, arg1, arg2 string) *redis.IntCmd

JSONForget mocks base method.

func (*MockUniversalClient) JSONGet

func (m *MockUniversalClient) JSONGet(arg0 context.Context, arg1 string, arg2 ...string) *redis.JSONCmd

JSONGet mocks base method.

func (*MockUniversalClient) JSONGetWithArgs

func (m *MockUniversalClient) JSONGetWithArgs(arg0 context.Context, arg1 string, arg2 *redis.JSONGetArgs, arg3 ...string) *redis.JSONCmd

JSONGetWithArgs mocks base method.

func (*MockUniversalClient) JSONMGet

func (m *MockUniversalClient) JSONMGet(arg0 context.Context, arg1 string, arg2 ...string) *redis.JSONSliceCmd

JSONMGet mocks base method.

func (*MockUniversalClient) JSONMSet

func (m *MockUniversalClient) JSONMSet(arg0 context.Context, arg1 ...any) *redis.StatusCmd

JSONMSet mocks base method.

func (*MockUniversalClient) JSONMSetArgs

func (m *MockUniversalClient) JSONMSetArgs(arg0 context.Context, arg1 []redis.JSONSetArgs) *redis.StatusCmd

JSONMSetArgs mocks base method.

func (*MockUniversalClient) JSONMerge

func (m *MockUniversalClient) JSONMerge(arg0 context.Context, arg1, arg2, arg3 string) *redis.StatusCmd

JSONMerge mocks base method.

func (*MockUniversalClient) JSONNumIncrBy

func (m *MockUniversalClient) JSONNumIncrBy(arg0 context.Context, arg1, arg2 string, arg3 float64) *redis.JSONCmd

JSONNumIncrBy mocks base method.

func (*MockUniversalClient) JSONObjKeys

func (m *MockUniversalClient) JSONObjKeys(arg0 context.Context, arg1, arg2 string) *redis.SliceCmd

JSONObjKeys mocks base method.

func (*MockUniversalClient) JSONObjLen

func (m *MockUniversalClient) JSONObjLen(arg0 context.Context, arg1, arg2 string) *redis.IntPointerSliceCmd

JSONObjLen mocks base method.

func (*MockUniversalClient) JSONSet

func (m *MockUniversalClient) JSONSet(arg0 context.Context, arg1, arg2 string, arg3 any) *redis.StatusCmd

JSONSet mocks base method.

func (*MockUniversalClient) JSONSetMode

func (m *MockUniversalClient) JSONSetMode(arg0 context.Context, arg1, arg2 string, arg3 any, arg4 string) *redis.StatusCmd

JSONSetMode mocks base method.

func (*MockUniversalClient) JSONStrAppend

func (m *MockUniversalClient) JSONStrAppend(arg0 context.Context, arg1, arg2, arg3 string) *redis.IntPointerSliceCmd

JSONStrAppend mocks base method.

func (*MockUniversalClient) JSONStrLen

func (m *MockUniversalClient) JSONStrLen(arg0 context.Context, arg1, arg2 string) *redis.IntPointerSliceCmd

JSONStrLen mocks base method.

func (*MockUniversalClient) JSONToggle

func (m *MockUniversalClient) JSONToggle(arg0 context.Context, arg1, arg2 string) *redis.IntPointerSliceCmd

JSONToggle mocks base method.

func (*MockUniversalClient) JSONType

func (m *MockUniversalClient) JSONType(arg0 context.Context, arg1, arg2 string) *redis.JSONSliceCmd

JSONType mocks base method.

func (*MockUniversalClient) Keys

Keys mocks base method.

func (*MockUniversalClient) LCS

LCS mocks base method.

func (*MockUniversalClient) LIndex

func (m *MockUniversalClient) LIndex(arg0 context.Context, arg1 string, arg2 int64) *redis.StringCmd

LIndex mocks base method.

func (*MockUniversalClient) LInsert

func (m *MockUniversalClient) LInsert(arg0 context.Context, arg1, arg2 string, arg3, arg4 any) *redis.IntCmd

LInsert mocks base method.

func (*MockUniversalClient) LInsertAfter

func (m *MockUniversalClient) LInsertAfter(arg0 context.Context, arg1 string, arg2, arg3 any) *redis.IntCmd

LInsertAfter mocks base method.

func (*MockUniversalClient) LInsertBefore

func (m *MockUniversalClient) LInsertBefore(arg0 context.Context, arg1 string, arg2, arg3 any) *redis.IntCmd

LInsertBefore mocks base method.

func (*MockUniversalClient) LLen

func (m *MockUniversalClient) LLen(arg0 context.Context, arg1 string) *redis.IntCmd

LLen mocks base method.

func (*MockUniversalClient) LMPop

func (m *MockUniversalClient) LMPop(arg0 context.Context, arg1 string, arg2 int64, arg3 ...string) *redis.KeyValuesCmd

LMPop mocks base method.

func (*MockUniversalClient) LMove

func (m *MockUniversalClient) LMove(arg0 context.Context, arg1, arg2, arg3, arg4 string) *redis.StringCmd

LMove mocks base method.

func (*MockUniversalClient) LPop

LPop mocks base method.

func (*MockUniversalClient) LPopCount

func (m *MockUniversalClient) LPopCount(arg0 context.Context, arg1 string, arg2 int) *redis.StringSliceCmd

LPopCount mocks base method.

func (*MockUniversalClient) LPos

func (m *MockUniversalClient) LPos(arg0 context.Context, arg1, arg2 string, arg3 redis.LPosArgs) *redis.IntCmd

LPos mocks base method.

func (*MockUniversalClient) LPosCount

func (m *MockUniversalClient) LPosCount(arg0 context.Context, arg1, arg2 string, arg3 int64, arg4 redis.LPosArgs) *redis.IntSliceCmd

LPosCount mocks base method.

func (*MockUniversalClient) LPush

func (m *MockUniversalClient) LPush(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntCmd

LPush mocks base method.

func (*MockUniversalClient) LPushX

func (m *MockUniversalClient) LPushX(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntCmd

LPushX mocks base method.

func (*MockUniversalClient) LRange

func (m *MockUniversalClient) LRange(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.StringSliceCmd

LRange mocks base method.

func (*MockUniversalClient) LRem

func (m *MockUniversalClient) LRem(arg0 context.Context, arg1 string, arg2 int64, arg3 any) *redis.IntCmd

LRem mocks base method.

func (*MockUniversalClient) LSet

func (m *MockUniversalClient) LSet(arg0 context.Context, arg1 string, arg2 int64, arg3 any) *redis.StatusCmd

LSet mocks base method.

func (*MockUniversalClient) LTrim

func (m *MockUniversalClient) LTrim(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.StatusCmd

LTrim mocks base method.

func (*MockUniversalClient) LastSave

func (m *MockUniversalClient) LastSave(arg0 context.Context) *redis.IntCmd

LastSave mocks base method.

func (*MockUniversalClient) MGet

func (m *MockUniversalClient) MGet(arg0 context.Context, arg1 ...string) *redis.SliceCmd

MGet mocks base method.

func (*MockUniversalClient) MSet

func (m *MockUniversalClient) MSet(arg0 context.Context, arg1 ...any) *redis.StatusCmd

MSet mocks base method.

func (*MockUniversalClient) MSetNX

func (m *MockUniversalClient) MSetNX(arg0 context.Context, arg1 ...any) *redis.BoolCmd

MSetNX mocks base method.

func (*MockUniversalClient) MemoryUsage

func (m *MockUniversalClient) MemoryUsage(arg0 context.Context, arg1 string, arg2 ...int) *redis.IntCmd

MemoryUsage mocks base method.

func (*MockUniversalClient) Migrate

func (m *MockUniversalClient) Migrate(arg0 context.Context, arg1, arg2, arg3 string, arg4 int, arg5 time.Duration) *redis.StatusCmd

Migrate mocks base method.

func (*MockUniversalClient) ModuleLoadex

ModuleLoadex mocks base method.

func (*MockUniversalClient) Move

func (m *MockUniversalClient) Move(arg0 context.Context, arg1 string, arg2 int) *redis.BoolCmd

Move mocks base method.

func (*MockUniversalClient) ObjectEncoding

func (m *MockUniversalClient) ObjectEncoding(arg0 context.Context, arg1 string) *redis.StringCmd

ObjectEncoding mocks base method.

func (*MockUniversalClient) ObjectFreq

func (m *MockUniversalClient) ObjectFreq(arg0 context.Context, arg1 string) *redis.IntCmd

ObjectFreq mocks base method.

func (*MockUniversalClient) ObjectIdleTime

func (m *MockUniversalClient) ObjectIdleTime(arg0 context.Context, arg1 string) *redis.DurationCmd

ObjectIdleTime mocks base method.

func (*MockUniversalClient) ObjectRefCount

func (m *MockUniversalClient) ObjectRefCount(arg0 context.Context, arg1 string) *redis.IntCmd

ObjectRefCount mocks base method.

func (*MockUniversalClient) PExpire

func (m *MockUniversalClient) PExpire(arg0 context.Context, arg1 string, arg2 time.Duration) *redis.BoolCmd

PExpire mocks base method.

func (*MockUniversalClient) PExpireAt

func (m *MockUniversalClient) PExpireAt(arg0 context.Context, arg1 string, arg2 time.Time) *redis.BoolCmd

PExpireAt mocks base method.

func (*MockUniversalClient) PExpireTime

func (m *MockUniversalClient) PExpireTime(arg0 context.Context, arg1 string) *redis.DurationCmd

PExpireTime mocks base method.

func (*MockUniversalClient) PFAdd

func (m *MockUniversalClient) PFAdd(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntCmd

PFAdd mocks base method.

func (*MockUniversalClient) PFCount

func (m *MockUniversalClient) PFCount(arg0 context.Context, arg1 ...string) *redis.IntCmd

PFCount mocks base method.

func (*MockUniversalClient) PFMerge

func (m *MockUniversalClient) PFMerge(arg0 context.Context, arg1 string, arg2 ...string) *redis.StatusCmd

PFMerge mocks base method.

func (*MockUniversalClient) PSubscribe

func (m *MockUniversalClient) PSubscribe(arg0 context.Context, arg1 ...string) *redis.PubSub

PSubscribe mocks base method.

func (*MockUniversalClient) PTTL

PTTL mocks base method.

func (*MockUniversalClient) Persist

func (m *MockUniversalClient) Persist(arg0 context.Context, arg1 string) *redis.BoolCmd

Persist mocks base method.

func (*MockUniversalClient) Ping

Ping mocks base method.

func (*MockUniversalClient) Pipeline

func (m *MockUniversalClient) Pipeline() redis.Pipeliner

Pipeline mocks base method.

func (*MockUniversalClient) Pipelined

func (m *MockUniversalClient) Pipelined(arg0 context.Context, arg1 func(redis.Pipeliner) error) ([]redis.Cmder, error)

Pipelined mocks base method.

func (*MockUniversalClient) PoolStats

func (m *MockUniversalClient) PoolStats() *redis.PoolStats

PoolStats mocks base method.

func (*MockUniversalClient) Process

func (m *MockUniversalClient) Process(arg0 context.Context, arg1 redis.Cmder) error

Process mocks base method.

func (*MockUniversalClient) PubSubChannels

func (m *MockUniversalClient) PubSubChannels(arg0 context.Context, arg1 string) *redis.StringSliceCmd

PubSubChannels mocks base method.

func (*MockUniversalClient) PubSubNumPat

func (m *MockUniversalClient) PubSubNumPat(arg0 context.Context) *redis.IntCmd

PubSubNumPat mocks base method.

func (*MockUniversalClient) PubSubNumSub

func (m *MockUniversalClient) PubSubNumSub(arg0 context.Context, arg1 ...string) *redis.MapStringIntCmd

PubSubNumSub mocks base method.

func (*MockUniversalClient) PubSubShardChannels

func (m *MockUniversalClient) PubSubShardChannels(arg0 context.Context, arg1 string) *redis.StringSliceCmd

PubSubShardChannels mocks base method.

func (*MockUniversalClient) PubSubShardNumSub

func (m *MockUniversalClient) PubSubShardNumSub(arg0 context.Context, arg1 ...string) *redis.MapStringIntCmd

PubSubShardNumSub mocks base method.

func (*MockUniversalClient) Publish

func (m *MockUniversalClient) Publish(arg0 context.Context, arg1 string, arg2 any) *redis.IntCmd

Publish mocks base method.

func (*MockUniversalClient) Quit

Quit mocks base method.

func (*MockUniversalClient) RPop

RPop mocks base method.

func (*MockUniversalClient) RPopCount

func (m *MockUniversalClient) RPopCount(arg0 context.Context, arg1 string, arg2 int) *redis.StringSliceCmd

RPopCount mocks base method.

func (*MockUniversalClient) RPopLPush

func (m *MockUniversalClient) RPopLPush(arg0 context.Context, arg1, arg2 string) *redis.StringCmd

RPopLPush mocks base method.

func (*MockUniversalClient) RPush

func (m *MockUniversalClient) RPush(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntCmd

RPush mocks base method.

func (*MockUniversalClient) RPushX

func (m *MockUniversalClient) RPushX(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntCmd

RPushX mocks base method.

func (*MockUniversalClient) RandomKey

func (m *MockUniversalClient) RandomKey(arg0 context.Context) *redis.StringCmd

RandomKey mocks base method.

func (*MockUniversalClient) ReadOnly

func (m *MockUniversalClient) ReadOnly(arg0 context.Context) *redis.StatusCmd

ReadOnly mocks base method.

func (*MockUniversalClient) ReadWrite

func (m *MockUniversalClient) ReadWrite(arg0 context.Context) *redis.StatusCmd

ReadWrite mocks base method.

func (*MockUniversalClient) Rename

func (m *MockUniversalClient) Rename(arg0 context.Context, arg1, arg2 string) *redis.StatusCmd

Rename mocks base method.

func (*MockUniversalClient) RenameNX

func (m *MockUniversalClient) RenameNX(arg0 context.Context, arg1, arg2 string) *redis.BoolCmd

RenameNX mocks base method.

func (*MockUniversalClient) Restore

func (m *MockUniversalClient) Restore(arg0 context.Context, arg1 string, arg2 time.Duration, arg3 string) *redis.StatusCmd

Restore mocks base method.

func (*MockUniversalClient) RestoreReplace

func (m *MockUniversalClient) RestoreReplace(arg0 context.Context, arg1 string, arg2 time.Duration, arg3 string) *redis.StatusCmd

RestoreReplace mocks base method.

func (*MockUniversalClient) SAdd

func (m *MockUniversalClient) SAdd(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntCmd

SAdd mocks base method.

func (*MockUniversalClient) SCard

func (m *MockUniversalClient) SCard(arg0 context.Context, arg1 string) *redis.IntCmd

SCard mocks base method.

func (*MockUniversalClient) SDiff

func (m *MockUniversalClient) SDiff(arg0 context.Context, arg1 ...string) *redis.StringSliceCmd

SDiff mocks base method.

func (*MockUniversalClient) SDiffStore

func (m *MockUniversalClient) SDiffStore(arg0 context.Context, arg1 string, arg2 ...string) *redis.IntCmd

SDiffStore mocks base method.

func (*MockUniversalClient) SInter

func (m *MockUniversalClient) SInter(arg0 context.Context, arg1 ...string) *redis.StringSliceCmd

SInter mocks base method.

func (*MockUniversalClient) SInterCard

func (m *MockUniversalClient) SInterCard(arg0 context.Context, arg1 int64, arg2 ...string) *redis.IntCmd

SInterCard mocks base method.

func (*MockUniversalClient) SInterStore

func (m *MockUniversalClient) SInterStore(arg0 context.Context, arg1 string, arg2 ...string) *redis.IntCmd

SInterStore mocks base method.

func (*MockUniversalClient) SIsMember

func (m *MockUniversalClient) SIsMember(arg0 context.Context, arg1 string, arg2 any) *redis.BoolCmd

SIsMember mocks base method.

func (*MockUniversalClient) SMIsMember

func (m *MockUniversalClient) SMIsMember(arg0 context.Context, arg1 string, arg2 ...any) *redis.BoolSliceCmd

SMIsMember mocks base method.

func (*MockUniversalClient) SMembers

func (m *MockUniversalClient) SMembers(arg0 context.Context, arg1 string) *redis.StringSliceCmd

SMembers mocks base method.

func (*MockUniversalClient) SMembersMap

func (m *MockUniversalClient) SMembersMap(arg0 context.Context, arg1 string) *redis.StringStructMapCmd

SMembersMap mocks base method.

func (*MockUniversalClient) SMove

func (m *MockUniversalClient) SMove(arg0 context.Context, arg1, arg2 string, arg3 any) *redis.BoolCmd

SMove mocks base method.

func (*MockUniversalClient) SPop

SPop mocks base method.

func (*MockUniversalClient) SPopN

func (m *MockUniversalClient) SPopN(arg0 context.Context, arg1 string, arg2 int64) *redis.StringSliceCmd

SPopN mocks base method.

func (*MockUniversalClient) SPublish

func (m *MockUniversalClient) SPublish(arg0 context.Context, arg1 string, arg2 any) *redis.IntCmd

SPublish mocks base method.

func (*MockUniversalClient) SRandMember

func (m *MockUniversalClient) SRandMember(arg0 context.Context, arg1 string) *redis.StringCmd

SRandMember mocks base method.

func (*MockUniversalClient) SRandMemberN

func (m *MockUniversalClient) SRandMemberN(arg0 context.Context, arg1 string, arg2 int64) *redis.StringSliceCmd

SRandMemberN mocks base method.

func (*MockUniversalClient) SRem

func (m *MockUniversalClient) SRem(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntCmd

SRem mocks base method.

func (*MockUniversalClient) SScan

func (m *MockUniversalClient) SScan(arg0 context.Context, arg1 string, arg2 uint64, arg3 string, arg4 int64) *redis.ScanCmd

SScan mocks base method.

func (*MockUniversalClient) SSubscribe

func (m *MockUniversalClient) SSubscribe(arg0 context.Context, arg1 ...string) *redis.PubSub

SSubscribe mocks base method.

func (*MockUniversalClient) SUnion

func (m *MockUniversalClient) SUnion(arg0 context.Context, arg1 ...string) *redis.StringSliceCmd

SUnion mocks base method.

func (*MockUniversalClient) SUnionStore

func (m *MockUniversalClient) SUnionStore(arg0 context.Context, arg1 string, arg2 ...string) *redis.IntCmd

SUnionStore mocks base method.

func (*MockUniversalClient) Save

Save mocks base method.

func (*MockUniversalClient) Scan

func (m *MockUniversalClient) Scan(arg0 context.Context, arg1 uint64, arg2 string, arg3 int64) *redis.ScanCmd

Scan mocks base method.

func (*MockUniversalClient) ScanType

func (m *MockUniversalClient) ScanType(arg0 context.Context, arg1 uint64, arg2 string, arg3 int64, arg4 string) *redis.ScanCmd

ScanType mocks base method.

func (*MockUniversalClient) ScriptExists

func (m *MockUniversalClient) ScriptExists(arg0 context.Context, arg1 ...string) *redis.BoolSliceCmd

ScriptExists mocks base method.

func (*MockUniversalClient) ScriptFlush

func (m *MockUniversalClient) ScriptFlush(arg0 context.Context) *redis.StatusCmd

ScriptFlush mocks base method.

func (*MockUniversalClient) ScriptKill

func (m *MockUniversalClient) ScriptKill(arg0 context.Context) *redis.StatusCmd

ScriptKill mocks base method.

func (*MockUniversalClient) ScriptLoad

func (m *MockUniversalClient) ScriptLoad(arg0 context.Context, arg1 string) *redis.StringCmd

ScriptLoad mocks base method.

func (*MockUniversalClient) Set

func (m *MockUniversalClient) Set(arg0 context.Context, arg1 string, arg2 any, arg3 time.Duration) *redis.StatusCmd

Set mocks base method.

func (*MockUniversalClient) SetArgs

func (m *MockUniversalClient) SetArgs(arg0 context.Context, arg1 string, arg2 any, arg3 redis.SetArgs) *redis.StatusCmd

SetArgs mocks base method.

func (*MockUniversalClient) SetBit

func (m *MockUniversalClient) SetBit(arg0 context.Context, arg1 string, arg2 int64, arg3 int) *redis.IntCmd

SetBit mocks base method.

func (*MockUniversalClient) SetEx

func (m *MockUniversalClient) SetEx(arg0 context.Context, arg1 string, arg2 any, arg3 time.Duration) *redis.StatusCmd

SetEx mocks base method.

func (*MockUniversalClient) SetNX

func (m *MockUniversalClient) SetNX(arg0 context.Context, arg1 string, arg2 any, arg3 time.Duration) *redis.BoolCmd

SetNX mocks base method.

func (*MockUniversalClient) SetRange

func (m *MockUniversalClient) SetRange(arg0 context.Context, arg1 string, arg2 int64, arg3 string) *redis.IntCmd

SetRange mocks base method.

func (*MockUniversalClient) SetXX

func (m *MockUniversalClient) SetXX(arg0 context.Context, arg1 string, arg2 any, arg3 time.Duration) *redis.BoolCmd

SetXX mocks base method.

func (*MockUniversalClient) Shutdown

func (m *MockUniversalClient) Shutdown(arg0 context.Context) *redis.StatusCmd

Shutdown mocks base method.

func (*MockUniversalClient) ShutdownNoSave

func (m *MockUniversalClient) ShutdownNoSave(arg0 context.Context) *redis.StatusCmd

ShutdownNoSave mocks base method.

func (*MockUniversalClient) ShutdownSave

func (m *MockUniversalClient) ShutdownSave(arg0 context.Context) *redis.StatusCmd

ShutdownSave mocks base method.

func (*MockUniversalClient) SlaveOf

func (m *MockUniversalClient) SlaveOf(arg0 context.Context, arg1, arg2 string) *redis.StatusCmd

SlaveOf mocks base method.

func (*MockUniversalClient) SlowLogGet

func (m *MockUniversalClient) SlowLogGet(arg0 context.Context, arg1 int64) *redis.SlowLogCmd

SlowLogGet mocks base method.

func (*MockUniversalClient) Sort

Sort mocks base method.

func (*MockUniversalClient) SortInterfaces

func (m *MockUniversalClient) SortInterfaces(arg0 context.Context, arg1 string, arg2 *redis.Sort) *redis.SliceCmd

SortInterfaces mocks base method.

func (*MockUniversalClient) SortRO

func (m *MockUniversalClient) SortRO(arg0 context.Context, arg1 string, arg2 *redis.Sort) *redis.StringSliceCmd

SortRO mocks base method.

func (*MockUniversalClient) SortStore

func (m *MockUniversalClient) SortStore(arg0 context.Context, arg1, arg2 string, arg3 *redis.Sort) *redis.IntCmd

SortStore mocks base method.

func (*MockUniversalClient) StrLen

func (m *MockUniversalClient) StrLen(arg0 context.Context, arg1 string) *redis.IntCmd

StrLen mocks base method.

func (*MockUniversalClient) Subscribe

func (m *MockUniversalClient) Subscribe(arg0 context.Context, arg1 ...string) *redis.PubSub

Subscribe mocks base method.

func (*MockUniversalClient) TDigestAdd

func (m *MockUniversalClient) TDigestAdd(arg0 context.Context, arg1 string, arg2 ...float64) *redis.StatusCmd

TDigestAdd mocks base method.

func (*MockUniversalClient) TDigestByRank

func (m *MockUniversalClient) TDigestByRank(arg0 context.Context, arg1 string, arg2 ...uint64) *redis.FloatSliceCmd

TDigestByRank mocks base method.

func (*MockUniversalClient) TDigestByRevRank

func (m *MockUniversalClient) TDigestByRevRank(arg0 context.Context, arg1 string, arg2 ...uint64) *redis.FloatSliceCmd

TDigestByRevRank mocks base method.

func (*MockUniversalClient) TDigestCDF

func (m *MockUniversalClient) TDigestCDF(arg0 context.Context, arg1 string, arg2 ...float64) *redis.FloatSliceCmd

TDigestCDF mocks base method.

func (*MockUniversalClient) TDigestCreate

func (m *MockUniversalClient) TDigestCreate(arg0 context.Context, arg1 string) *redis.StatusCmd

TDigestCreate mocks base method.

func (*MockUniversalClient) TDigestCreateWithCompression

func (m *MockUniversalClient) TDigestCreateWithCompression(arg0 context.Context, arg1 string, arg2 int64) *redis.StatusCmd

TDigestCreateWithCompression mocks base method.

func (*MockUniversalClient) TDigestInfo

func (m *MockUniversalClient) TDigestInfo(arg0 context.Context, arg1 string) *redis.TDigestInfoCmd

TDigestInfo mocks base method.

func (*MockUniversalClient) TDigestMax

func (m *MockUniversalClient) TDigestMax(arg0 context.Context, arg1 string) *redis.FloatCmd

TDigestMax mocks base method.

func (*MockUniversalClient) TDigestMerge

func (m *MockUniversalClient) TDigestMerge(arg0 context.Context, arg1 string, arg2 *redis.TDigestMergeOptions, arg3 ...string) *redis.StatusCmd

TDigestMerge mocks base method.

func (*MockUniversalClient) TDigestMin

func (m *MockUniversalClient) TDigestMin(arg0 context.Context, arg1 string) *redis.FloatCmd

TDigestMin mocks base method.

func (*MockUniversalClient) TDigestQuantile

func (m *MockUniversalClient) TDigestQuantile(arg0 context.Context, arg1 string, arg2 ...float64) *redis.FloatSliceCmd

TDigestQuantile mocks base method.

func (*MockUniversalClient) TDigestRank

func (m *MockUniversalClient) TDigestRank(arg0 context.Context, arg1 string, arg2 ...float64) *redis.IntSliceCmd

TDigestRank mocks base method.

func (*MockUniversalClient) TDigestReset

func (m *MockUniversalClient) TDigestReset(arg0 context.Context, arg1 string) *redis.StatusCmd

TDigestReset mocks base method.

func (*MockUniversalClient) TDigestRevRank

func (m *MockUniversalClient) TDigestRevRank(arg0 context.Context, arg1 string, arg2 ...float64) *redis.IntSliceCmd

TDigestRevRank mocks base method.

func (*MockUniversalClient) TDigestTrimmedMean

func (m *MockUniversalClient) TDigestTrimmedMean(arg0 context.Context, arg1 string, arg2, arg3 float64) *redis.FloatCmd

TDigestTrimmedMean mocks base method.

func (*MockUniversalClient) TFCall

func (m *MockUniversalClient) TFCall(arg0 context.Context, arg1, arg2 string, arg3 int) *redis.Cmd

TFCall mocks base method.

func (*MockUniversalClient) TFCallASYNC

func (m *MockUniversalClient) TFCallASYNC(arg0 context.Context, arg1, arg2 string, arg3 int) *redis.Cmd

TFCallASYNC mocks base method.

func (*MockUniversalClient) TFCallASYNCArgs

func (m *MockUniversalClient) TFCallASYNCArgs(arg0 context.Context, arg1, arg2 string, arg3 int, arg4 *redis.TFCallOptions) *redis.Cmd

TFCallASYNCArgs mocks base method.

func (*MockUniversalClient) TFCallArgs

func (m *MockUniversalClient) TFCallArgs(arg0 context.Context, arg1, arg2 string, arg3 int, arg4 *redis.TFCallOptions) *redis.Cmd

TFCallArgs mocks base method.

func (*MockUniversalClient) TFunctionDelete

func (m *MockUniversalClient) TFunctionDelete(arg0 context.Context, arg1 string) *redis.StatusCmd

TFunctionDelete mocks base method.

func (*MockUniversalClient) TFunctionList

TFunctionList mocks base method.

func (*MockUniversalClient) TFunctionListArgs

TFunctionListArgs mocks base method.

func (*MockUniversalClient) TFunctionLoad

func (m *MockUniversalClient) TFunctionLoad(arg0 context.Context, arg1 string) *redis.StatusCmd

TFunctionLoad mocks base method.

func (*MockUniversalClient) TFunctionLoadArgs

func (m *MockUniversalClient) TFunctionLoadArgs(arg0 context.Context, arg1 string, arg2 *redis.TFunctionLoadOptions) *redis.StatusCmd

TFunctionLoadArgs mocks base method.

func (*MockUniversalClient) TSAdd

func (m *MockUniversalClient) TSAdd(arg0 context.Context, arg1 string, arg2 any, arg3 float64) *redis.IntCmd

TSAdd mocks base method.

func (*MockUniversalClient) TSAddWithArgs

func (m *MockUniversalClient) TSAddWithArgs(arg0 context.Context, arg1 string, arg2 any, arg3 float64, arg4 *redis.TSOptions) *redis.IntCmd

TSAddWithArgs mocks base method.

func (*MockUniversalClient) TSAlter

TSAlter mocks base method.

func (*MockUniversalClient) TSCreate

func (m *MockUniversalClient) TSCreate(arg0 context.Context, arg1 string) *redis.StatusCmd

TSCreate mocks base method.

func (*MockUniversalClient) TSCreateRule

func (m *MockUniversalClient) TSCreateRule(arg0 context.Context, arg1, arg2 string, arg3 redis.Aggregator, arg4 int) *redis.StatusCmd

TSCreateRule mocks base method.

func (*MockUniversalClient) TSCreateRuleWithArgs

func (m *MockUniversalClient) TSCreateRuleWithArgs(arg0 context.Context, arg1, arg2 string, arg3 redis.Aggregator, arg4 int, arg5 *redis.TSCreateRuleOptions) *redis.StatusCmd

TSCreateRuleWithArgs mocks base method.

func (*MockUniversalClient) TSCreateWithArgs

func (m *MockUniversalClient) TSCreateWithArgs(arg0 context.Context, arg1 string, arg2 *redis.TSOptions) *redis.StatusCmd

TSCreateWithArgs mocks base method.

func (*MockUniversalClient) TSDecrBy

func (m *MockUniversalClient) TSDecrBy(arg0 context.Context, arg1 string, arg2 float64) *redis.IntCmd

TSDecrBy mocks base method.

func (*MockUniversalClient) TSDecrByWithArgs

func (m *MockUniversalClient) TSDecrByWithArgs(arg0 context.Context, arg1 string, arg2 float64, arg3 *redis.TSIncrDecrOptions) *redis.IntCmd

TSDecrByWithArgs mocks base method.

func (*MockUniversalClient) TSDel

func (m *MockUniversalClient) TSDel(arg0 context.Context, arg1 string, arg2, arg3 int) *redis.IntCmd

TSDel mocks base method.

func (*MockUniversalClient) TSDeleteRule

func (m *MockUniversalClient) TSDeleteRule(arg0 context.Context, arg1, arg2 string) *redis.StatusCmd

TSDeleteRule mocks base method.

func (*MockUniversalClient) TSGet

TSGet mocks base method.

func (*MockUniversalClient) TSGetWithArgs

TSGetWithArgs mocks base method.

func (*MockUniversalClient) TSIncrBy

func (m *MockUniversalClient) TSIncrBy(arg0 context.Context, arg1 string, arg2 float64) *redis.IntCmd

TSIncrBy mocks base method.

func (*MockUniversalClient) TSIncrByWithArgs

func (m *MockUniversalClient) TSIncrByWithArgs(arg0 context.Context, arg1 string, arg2 float64, arg3 *redis.TSIncrDecrOptions) *redis.IntCmd

TSIncrByWithArgs mocks base method.

func (*MockUniversalClient) TSInfo

TSInfo mocks base method.

func (*MockUniversalClient) TSInfoWithArgs

TSInfoWithArgs mocks base method.

func (*MockUniversalClient) TSMAdd

func (m *MockUniversalClient) TSMAdd(arg0 context.Context, arg1 [][]any) *redis.IntSliceCmd

TSMAdd mocks base method.

func (*MockUniversalClient) TSMGet

TSMGet mocks base method.

func (*MockUniversalClient) TSMGetWithArgs

TSMGetWithArgs mocks base method.

func (*MockUniversalClient) TSMRange

func (m *MockUniversalClient) TSMRange(arg0 context.Context, arg1, arg2 int, arg3 []string) *redis.MapStringSliceInterfaceCmd

TSMRange mocks base method.

func (*MockUniversalClient) TSMRangeWithArgs

func (m *MockUniversalClient) TSMRangeWithArgs(arg0 context.Context, arg1, arg2 int, arg3 []string, arg4 *redis.TSMRangeOptions) *redis.MapStringSliceInterfaceCmd

TSMRangeWithArgs mocks base method.

func (*MockUniversalClient) TSMRevRange

func (m *MockUniversalClient) TSMRevRange(arg0 context.Context, arg1, arg2 int, arg3 []string) *redis.MapStringSliceInterfaceCmd

TSMRevRange mocks base method.

func (*MockUniversalClient) TSMRevRangeWithArgs

func (m *MockUniversalClient) TSMRevRangeWithArgs(arg0 context.Context, arg1, arg2 int, arg3 []string, arg4 *redis.TSMRevRangeOptions) *redis.MapStringSliceInterfaceCmd

TSMRevRangeWithArgs mocks base method.

func (*MockUniversalClient) TSQueryIndex

func (m *MockUniversalClient) TSQueryIndex(arg0 context.Context, arg1 []string) *redis.StringSliceCmd

TSQueryIndex mocks base method.

func (*MockUniversalClient) TSRange

func (m *MockUniversalClient) TSRange(arg0 context.Context, arg1 string, arg2, arg3 int) *redis.TSTimestampValueSliceCmd

TSRange mocks base method.

func (*MockUniversalClient) TSRangeWithArgs

func (m *MockUniversalClient) TSRangeWithArgs(arg0 context.Context, arg1 string, arg2, arg3 int, arg4 *redis.TSRangeOptions) *redis.TSTimestampValueSliceCmd

TSRangeWithArgs mocks base method.

func (*MockUniversalClient) TSRevRange

func (m *MockUniversalClient) TSRevRange(arg0 context.Context, arg1 string, arg2, arg3 int) *redis.TSTimestampValueSliceCmd

TSRevRange mocks base method.

func (*MockUniversalClient) TSRevRangeWithArgs

func (m *MockUniversalClient) TSRevRangeWithArgs(arg0 context.Context, arg1 string, arg2, arg3 int, arg4 *redis.TSRevRangeOptions) *redis.TSTimestampValueSliceCmd

TSRevRangeWithArgs mocks base method.

func (*MockUniversalClient) TTL

TTL mocks base method.

func (*MockUniversalClient) Time

Time mocks base method.

func (*MockUniversalClient) TopKAdd

func (m *MockUniversalClient) TopKAdd(arg0 context.Context, arg1 string, arg2 ...any) *redis.StringSliceCmd

TopKAdd mocks base method.

func (*MockUniversalClient) TopKCount

func (m *MockUniversalClient) TopKCount(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntSliceCmd

TopKCount mocks base method.

func (*MockUniversalClient) TopKIncrBy

func (m *MockUniversalClient) TopKIncrBy(arg0 context.Context, arg1 string, arg2 ...any) *redis.StringSliceCmd

TopKIncrBy mocks base method.

func (*MockUniversalClient) TopKInfo

func (m *MockUniversalClient) TopKInfo(arg0 context.Context, arg1 string) *redis.TopKInfoCmd

TopKInfo mocks base method.

func (*MockUniversalClient) TopKList

func (m *MockUniversalClient) TopKList(arg0 context.Context, arg1 string) *redis.StringSliceCmd

TopKList mocks base method.

func (*MockUniversalClient) TopKListWithCount

func (m *MockUniversalClient) TopKListWithCount(arg0 context.Context, arg1 string) *redis.MapStringIntCmd

TopKListWithCount mocks base method.

func (*MockUniversalClient) TopKQuery

func (m *MockUniversalClient) TopKQuery(arg0 context.Context, arg1 string, arg2 ...any) *redis.BoolSliceCmd

TopKQuery mocks base method.

func (*MockUniversalClient) TopKReserve

func (m *MockUniversalClient) TopKReserve(arg0 context.Context, arg1 string, arg2 int64) *redis.StatusCmd

TopKReserve mocks base method.

func (*MockUniversalClient) TopKReserveWithOptions

func (m *MockUniversalClient) TopKReserveWithOptions(arg0 context.Context, arg1 string, arg2, arg3, arg4 int64, arg5 float64) *redis.StatusCmd

TopKReserveWithOptions mocks base method.

func (*MockUniversalClient) Touch

func (m *MockUniversalClient) Touch(arg0 context.Context, arg1 ...string) *redis.IntCmd

Touch mocks base method.

func (*MockUniversalClient) TxPipeline

func (m *MockUniversalClient) TxPipeline() redis.Pipeliner

TxPipeline mocks base method.

func (*MockUniversalClient) TxPipelined

func (m *MockUniversalClient) TxPipelined(arg0 context.Context, arg1 func(redis.Pipeliner) error) ([]redis.Cmder, error)

TxPipelined mocks base method.

func (*MockUniversalClient) Type

Type mocks base method.

func (m *MockUniversalClient) Unlink(arg0 context.Context, arg1 ...string) *redis.IntCmd

Unlink mocks base method.

func (*MockUniversalClient) Watch

func (m *MockUniversalClient) Watch(arg0 context.Context, arg1 func(*redis.Tx) error, arg2 ...string) error

Watch mocks base method.

func (*MockUniversalClient) XAck

func (m *MockUniversalClient) XAck(arg0 context.Context, arg1, arg2 string, arg3 ...string) *redis.IntCmd

XAck mocks base method.

func (*MockUniversalClient) XAdd

XAdd mocks base method.

func (*MockUniversalClient) XAutoClaim

XAutoClaim mocks base method.

func (*MockUniversalClient) XAutoClaimJustID

XAutoClaimJustID mocks base method.

func (*MockUniversalClient) XClaim

XClaim mocks base method.

func (*MockUniversalClient) XClaimJustID

func (m *MockUniversalClient) XClaimJustID(arg0 context.Context, arg1 *redis.XClaimArgs) *redis.StringSliceCmd

XClaimJustID mocks base method.

func (*MockUniversalClient) XDel

func (m *MockUniversalClient) XDel(arg0 context.Context, arg1 string, arg2 ...string) *redis.IntCmd

XDel mocks base method.

func (*MockUniversalClient) XGroupCreate

func (m *MockUniversalClient) XGroupCreate(arg0 context.Context, arg1, arg2, arg3 string) *redis.StatusCmd

XGroupCreate mocks base method.

func (*MockUniversalClient) XGroupCreateConsumer

func (m *MockUniversalClient) XGroupCreateConsumer(arg0 context.Context, arg1, arg2, arg3 string) *redis.IntCmd

XGroupCreateConsumer mocks base method.

func (*MockUniversalClient) XGroupCreateMkStream

func (m *MockUniversalClient) XGroupCreateMkStream(arg0 context.Context, arg1, arg2, arg3 string) *redis.StatusCmd

XGroupCreateMkStream mocks base method.

func (*MockUniversalClient) XGroupDelConsumer

func (m *MockUniversalClient) XGroupDelConsumer(arg0 context.Context, arg1, arg2, arg3 string) *redis.IntCmd

XGroupDelConsumer mocks base method.

func (*MockUniversalClient) XGroupDestroy

func (m *MockUniversalClient) XGroupDestroy(arg0 context.Context, arg1, arg2 string) *redis.IntCmd

XGroupDestroy mocks base method.

func (*MockUniversalClient) XGroupSetID

func (m *MockUniversalClient) XGroupSetID(arg0 context.Context, arg1, arg2, arg3 string) *redis.StatusCmd

XGroupSetID mocks base method.

func (*MockUniversalClient) XInfoConsumers

func (m *MockUniversalClient) XInfoConsumers(arg0 context.Context, arg1, arg2 string) *redis.XInfoConsumersCmd

XInfoConsumers mocks base method.

func (*MockUniversalClient) XInfoGroups

func (m *MockUniversalClient) XInfoGroups(arg0 context.Context, arg1 string) *redis.XInfoGroupsCmd

XInfoGroups mocks base method.

func (*MockUniversalClient) XInfoStream

func (m *MockUniversalClient) XInfoStream(arg0 context.Context, arg1 string) *redis.XInfoStreamCmd

XInfoStream mocks base method.

func (*MockUniversalClient) XInfoStreamFull

func (m *MockUniversalClient) XInfoStreamFull(arg0 context.Context, arg1 string, arg2 int) *redis.XInfoStreamFullCmd

XInfoStreamFull mocks base method.

func (*MockUniversalClient) XLen

func (m *MockUniversalClient) XLen(arg0 context.Context, arg1 string) *redis.IntCmd

XLen mocks base method.

func (*MockUniversalClient) XPending

func (m *MockUniversalClient) XPending(arg0 context.Context, arg1, arg2 string) *redis.XPendingCmd

XPending mocks base method.

func (*MockUniversalClient) XPendingExt

XPendingExt mocks base method.

func (*MockUniversalClient) XRange

func (m *MockUniversalClient) XRange(arg0 context.Context, arg1, arg2, arg3 string) *redis.XMessageSliceCmd

XRange mocks base method.

func (*MockUniversalClient) XRangeN

func (m *MockUniversalClient) XRangeN(arg0 context.Context, arg1, arg2, arg3 string, arg4 int64) *redis.XMessageSliceCmd

XRangeN mocks base method.

func (*MockUniversalClient) XRead

XRead mocks base method.

func (*MockUniversalClient) XReadGroup

XReadGroup mocks base method.

func (*MockUniversalClient) XReadStreams

func (m *MockUniversalClient) XReadStreams(arg0 context.Context, arg1 ...string) *redis.XStreamSliceCmd

XReadStreams mocks base method.

func (*MockUniversalClient) XRevRange

func (m *MockUniversalClient) XRevRange(arg0 context.Context, arg1, arg2, arg3 string) *redis.XMessageSliceCmd

XRevRange mocks base method.

func (*MockUniversalClient) XRevRangeN

func (m *MockUniversalClient) XRevRangeN(arg0 context.Context, arg1, arg2, arg3 string, arg4 int64) *redis.XMessageSliceCmd

XRevRangeN mocks base method.

func (*MockUniversalClient) XTrimMaxLen

func (m *MockUniversalClient) XTrimMaxLen(arg0 context.Context, arg1 string, arg2 int64) *redis.IntCmd

XTrimMaxLen mocks base method.

func (*MockUniversalClient) XTrimMaxLenApprox

func (m *MockUniversalClient) XTrimMaxLenApprox(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.IntCmd

XTrimMaxLenApprox mocks base method.

func (*MockUniversalClient) XTrimMinID

func (m *MockUniversalClient) XTrimMinID(arg0 context.Context, arg1, arg2 string) *redis.IntCmd

XTrimMinID mocks base method.

func (*MockUniversalClient) XTrimMinIDApprox

func (m *MockUniversalClient) XTrimMinIDApprox(arg0 context.Context, arg1, arg2 string, arg3 int64) *redis.IntCmd

XTrimMinIDApprox mocks base method.

func (*MockUniversalClient) ZAdd

func (m *MockUniversalClient) ZAdd(arg0 context.Context, arg1 string, arg2 ...redis.Z) *redis.IntCmd

ZAdd mocks base method.

func (*MockUniversalClient) ZAddArgs

func (m *MockUniversalClient) ZAddArgs(arg0 context.Context, arg1 string, arg2 redis.ZAddArgs) *redis.IntCmd

ZAddArgs mocks base method.

func (*MockUniversalClient) ZAddArgsIncr

func (m *MockUniversalClient) ZAddArgsIncr(arg0 context.Context, arg1 string, arg2 redis.ZAddArgs) *redis.FloatCmd

ZAddArgsIncr mocks base method.

func (*MockUniversalClient) ZAddGT

func (m *MockUniversalClient) ZAddGT(arg0 context.Context, arg1 string, arg2 ...redis.Z) *redis.IntCmd

ZAddGT mocks base method.

func (*MockUniversalClient) ZAddLT

func (m *MockUniversalClient) ZAddLT(arg0 context.Context, arg1 string, arg2 ...redis.Z) *redis.IntCmd

ZAddLT mocks base method.

func (*MockUniversalClient) ZAddNX

func (m *MockUniversalClient) ZAddNX(arg0 context.Context, arg1 string, arg2 ...redis.Z) *redis.IntCmd

ZAddNX mocks base method.

func (*MockUniversalClient) ZAddXX

func (m *MockUniversalClient) ZAddXX(arg0 context.Context, arg1 string, arg2 ...redis.Z) *redis.IntCmd

ZAddXX mocks base method.

func (*MockUniversalClient) ZCard

func (m *MockUniversalClient) ZCard(arg0 context.Context, arg1 string) *redis.IntCmd

ZCard mocks base method.

func (*MockUniversalClient) ZCount

func (m *MockUniversalClient) ZCount(arg0 context.Context, arg1, arg2, arg3 string) *redis.IntCmd

ZCount mocks base method.

func (*MockUniversalClient) ZDiff

func (m *MockUniversalClient) ZDiff(arg0 context.Context, arg1 ...string) *redis.StringSliceCmd

ZDiff mocks base method.

func (*MockUniversalClient) ZDiffStore

func (m *MockUniversalClient) ZDiffStore(arg0 context.Context, arg1 string, arg2 ...string) *redis.IntCmd

ZDiffStore mocks base method.

func (*MockUniversalClient) ZDiffWithScores

func (m *MockUniversalClient) ZDiffWithScores(arg0 context.Context, arg1 ...string) *redis.ZSliceCmd

ZDiffWithScores mocks base method.

func (*MockUniversalClient) ZIncrBy

func (m *MockUniversalClient) ZIncrBy(arg0 context.Context, arg1 string, arg2 float64, arg3 string) *redis.FloatCmd

ZIncrBy mocks base method.

func (*MockUniversalClient) ZInter

ZInter mocks base method.

func (*MockUniversalClient) ZInterCard

func (m *MockUniversalClient) ZInterCard(arg0 context.Context, arg1 int64, arg2 ...string) *redis.IntCmd

ZInterCard mocks base method.

func (*MockUniversalClient) ZInterStore

func (m *MockUniversalClient) ZInterStore(arg0 context.Context, arg1 string, arg2 *redis.ZStore) *redis.IntCmd

ZInterStore mocks base method.

func (*MockUniversalClient) ZInterWithScores

func (m *MockUniversalClient) ZInterWithScores(arg0 context.Context, arg1 *redis.ZStore) *redis.ZSliceCmd

ZInterWithScores mocks base method.

func (*MockUniversalClient) ZLexCount

func (m *MockUniversalClient) ZLexCount(arg0 context.Context, arg1, arg2, arg3 string) *redis.IntCmd

ZLexCount mocks base method.

func (*MockUniversalClient) ZMPop

func (m *MockUniversalClient) ZMPop(arg0 context.Context, arg1 string, arg2 int64, arg3 ...string) *redis.ZSliceWithKeyCmd

ZMPop mocks base method.

func (*MockUniversalClient) ZMScore

func (m *MockUniversalClient) ZMScore(arg0 context.Context, arg1 string, arg2 ...string) *redis.FloatSliceCmd

ZMScore mocks base method.

func (*MockUniversalClient) ZPopMax

func (m *MockUniversalClient) ZPopMax(arg0 context.Context, arg1 string, arg2 ...int64) *redis.ZSliceCmd

ZPopMax mocks base method.

func (*MockUniversalClient) ZPopMin

func (m *MockUniversalClient) ZPopMin(arg0 context.Context, arg1 string, arg2 ...int64) *redis.ZSliceCmd

ZPopMin mocks base method.

func (*MockUniversalClient) ZRandMember

func (m *MockUniversalClient) ZRandMember(arg0 context.Context, arg1 string, arg2 int) *redis.StringSliceCmd

ZRandMember mocks base method.

func (*MockUniversalClient) ZRandMemberWithScores

func (m *MockUniversalClient) ZRandMemberWithScores(arg0 context.Context, arg1 string, arg2 int) *redis.ZSliceCmd

ZRandMemberWithScores mocks base method.

func (*MockUniversalClient) ZRange

func (m *MockUniversalClient) ZRange(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.StringSliceCmd

ZRange mocks base method.

func (*MockUniversalClient) ZRangeArgs

ZRangeArgs mocks base method.

func (*MockUniversalClient) ZRangeArgsWithScores

func (m *MockUniversalClient) ZRangeArgsWithScores(arg0 context.Context, arg1 redis.ZRangeArgs) *redis.ZSliceCmd

ZRangeArgsWithScores mocks base method.

func (*MockUniversalClient) ZRangeByLex

func (m *MockUniversalClient) ZRangeByLex(arg0 context.Context, arg1 string, arg2 *redis.ZRangeBy) *redis.StringSliceCmd

ZRangeByLex mocks base method.

func (*MockUniversalClient) ZRangeByScore

func (m *MockUniversalClient) ZRangeByScore(arg0 context.Context, arg1 string, arg2 *redis.ZRangeBy) *redis.StringSliceCmd

ZRangeByScore mocks base method.

func (*MockUniversalClient) ZRangeByScoreWithScores

func (m *MockUniversalClient) ZRangeByScoreWithScores(arg0 context.Context, arg1 string, arg2 *redis.ZRangeBy) *redis.ZSliceCmd

ZRangeByScoreWithScores mocks base method.

func (*MockUniversalClient) ZRangeStore

func (m *MockUniversalClient) ZRangeStore(arg0 context.Context, arg1 string, arg2 redis.ZRangeArgs) *redis.IntCmd

ZRangeStore mocks base method.

func (*MockUniversalClient) ZRangeWithScores

func (m *MockUniversalClient) ZRangeWithScores(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.ZSliceCmd

ZRangeWithScores mocks base method.

func (*MockUniversalClient) ZRank

func (m *MockUniversalClient) ZRank(arg0 context.Context, arg1, arg2 string) *redis.IntCmd

ZRank mocks base method.

func (*MockUniversalClient) ZRankWithScore

func (m *MockUniversalClient) ZRankWithScore(arg0 context.Context, arg1, arg2 string) *redis.RankWithScoreCmd

ZRankWithScore mocks base method.

func (*MockUniversalClient) ZRem

func (m *MockUniversalClient) ZRem(arg0 context.Context, arg1 string, arg2 ...any) *redis.IntCmd

ZRem mocks base method.

func (*MockUniversalClient) ZRemRangeByLex

func (m *MockUniversalClient) ZRemRangeByLex(arg0 context.Context, arg1, arg2, arg3 string) *redis.IntCmd

ZRemRangeByLex mocks base method.

func (*MockUniversalClient) ZRemRangeByRank

func (m *MockUniversalClient) ZRemRangeByRank(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.IntCmd

ZRemRangeByRank mocks base method.

func (*MockUniversalClient) ZRemRangeByScore

func (m *MockUniversalClient) ZRemRangeByScore(arg0 context.Context, arg1, arg2, arg3 string) *redis.IntCmd

ZRemRangeByScore mocks base method.

func (*MockUniversalClient) ZRevRange

func (m *MockUniversalClient) ZRevRange(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.StringSliceCmd

ZRevRange mocks base method.

func (*MockUniversalClient) ZRevRangeByLex

func (m *MockUniversalClient) ZRevRangeByLex(arg0 context.Context, arg1 string, arg2 *redis.ZRangeBy) *redis.StringSliceCmd

ZRevRangeByLex mocks base method.

func (*MockUniversalClient) ZRevRangeByScore

func (m *MockUniversalClient) ZRevRangeByScore(arg0 context.Context, arg1 string, arg2 *redis.ZRangeBy) *redis.StringSliceCmd

ZRevRangeByScore mocks base method.

func (*MockUniversalClient) ZRevRangeByScoreWithScores

func (m *MockUniversalClient) ZRevRangeByScoreWithScores(arg0 context.Context, arg1 string, arg2 *redis.ZRangeBy) *redis.ZSliceCmd

ZRevRangeByScoreWithScores mocks base method.

func (*MockUniversalClient) ZRevRangeWithScores

func (m *MockUniversalClient) ZRevRangeWithScores(arg0 context.Context, arg1 string, arg2, arg3 int64) *redis.ZSliceCmd

ZRevRangeWithScores mocks base method.

func (*MockUniversalClient) ZRevRank

func (m *MockUniversalClient) ZRevRank(arg0 context.Context, arg1, arg2 string) *redis.IntCmd

ZRevRank mocks base method.

func (*MockUniversalClient) ZRevRankWithScore

func (m *MockUniversalClient) ZRevRankWithScore(arg0 context.Context, arg1, arg2 string) *redis.RankWithScoreCmd

ZRevRankWithScore mocks base method.

func (*MockUniversalClient) ZScan

func (m *MockUniversalClient) ZScan(arg0 context.Context, arg1 string, arg2 uint64, arg3 string, arg4 int64) *redis.ScanCmd

ZScan mocks base method.

func (*MockUniversalClient) ZScore

func (m *MockUniversalClient) ZScore(arg0 context.Context, arg1, arg2 string) *redis.FloatCmd

ZScore mocks base method.

func (*MockUniversalClient) ZUnion

ZUnion mocks base method.

func (*MockUniversalClient) ZUnionStore

func (m *MockUniversalClient) ZUnionStore(arg0 context.Context, arg1 string, arg2 *redis.ZStore) *redis.IntCmd

ZUnionStore mocks base method.

func (*MockUniversalClient) ZUnionWithScores

func (m *MockUniversalClient) ZUnionWithScores(arg0 context.Context, arg1 redis.ZStore) *redis.ZSliceCmd

ZUnionWithScores mocks base method.

type MockUniversalClientMockRecorder

type MockUniversalClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockUniversalClientMockRecorder is the mock recorder for MockUniversalClient.

func (*MockUniversalClientMockRecorder) ACLDryRun

func (mr *MockUniversalClientMockRecorder) ACLDryRun(arg0, arg1 any, arg2 ...any) *gomock.Call

ACLDryRun indicates an expected call of ACLDryRun.

func (*MockUniversalClientMockRecorder) ACLLog

func (mr *MockUniversalClientMockRecorder) ACLLog(arg0, arg1 any) *gomock.Call

ACLLog indicates an expected call of ACLLog.

func (*MockUniversalClientMockRecorder) ACLLogReset

func (mr *MockUniversalClientMockRecorder) ACLLogReset(arg0 any) *gomock.Call

ACLLogReset indicates an expected call of ACLLogReset.

func (*MockUniversalClientMockRecorder) AddHook

func (mr *MockUniversalClientMockRecorder) AddHook(arg0 any) *gomock.Call

AddHook indicates an expected call of AddHook.

func (*MockUniversalClientMockRecorder) Append

func (mr *MockUniversalClientMockRecorder) Append(arg0, arg1, arg2 any) *gomock.Call

Append indicates an expected call of Append.

func (*MockUniversalClientMockRecorder) BFAdd

func (mr *MockUniversalClientMockRecorder) BFAdd(arg0, arg1, arg2 any) *gomock.Call

BFAdd indicates an expected call of BFAdd.

func (*MockUniversalClientMockRecorder) BFCard

func (mr *MockUniversalClientMockRecorder) BFCard(arg0, arg1 any) *gomock.Call

BFCard indicates an expected call of BFCard.

func (*MockUniversalClientMockRecorder) BFExists

func (mr *MockUniversalClientMockRecorder) BFExists(arg0, arg1, arg2 any) *gomock.Call

BFExists indicates an expected call of BFExists.

func (*MockUniversalClientMockRecorder) BFInfo

func (mr *MockUniversalClientMockRecorder) BFInfo(arg0, arg1 any) *gomock.Call

BFInfo indicates an expected call of BFInfo.

func (*MockUniversalClientMockRecorder) BFInfoArg

func (mr *MockUniversalClientMockRecorder) BFInfoArg(arg0, arg1, arg2 any) *gomock.Call

BFInfoArg indicates an expected call of BFInfoArg.

func (*MockUniversalClientMockRecorder) BFInfoCapacity

func (mr *MockUniversalClientMockRecorder) BFInfoCapacity(arg0, arg1 any) *gomock.Call

BFInfoCapacity indicates an expected call of BFInfoCapacity.

func (*MockUniversalClientMockRecorder) BFInfoExpansion

func (mr *MockUniversalClientMockRecorder) BFInfoExpansion(arg0, arg1 any) *gomock.Call

BFInfoExpansion indicates an expected call of BFInfoExpansion.

func (*MockUniversalClientMockRecorder) BFInfoFilters

func (mr *MockUniversalClientMockRecorder) BFInfoFilters(arg0, arg1 any) *gomock.Call

BFInfoFilters indicates an expected call of BFInfoFilters.

func (*MockUniversalClientMockRecorder) BFInfoItems

func (mr *MockUniversalClientMockRecorder) BFInfoItems(arg0, arg1 any) *gomock.Call

BFInfoItems indicates an expected call of BFInfoItems.

func (*MockUniversalClientMockRecorder) BFInfoSize

func (mr *MockUniversalClientMockRecorder) BFInfoSize(arg0, arg1 any) *gomock.Call

BFInfoSize indicates an expected call of BFInfoSize.

func (*MockUniversalClientMockRecorder) BFInsert

func (mr *MockUniversalClientMockRecorder) BFInsert(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

BFInsert indicates an expected call of BFInsert.

func (*MockUniversalClientMockRecorder) BFLoadChunk

func (mr *MockUniversalClientMockRecorder) BFLoadChunk(arg0, arg1, arg2, arg3 any) *gomock.Call

BFLoadChunk indicates an expected call of BFLoadChunk.

func (*MockUniversalClientMockRecorder) BFMAdd

func (mr *MockUniversalClientMockRecorder) BFMAdd(arg0, arg1 any, arg2 ...any) *gomock.Call

BFMAdd indicates an expected call of BFMAdd.

func (*MockUniversalClientMockRecorder) BFMExists

func (mr *MockUniversalClientMockRecorder) BFMExists(arg0, arg1 any, arg2 ...any) *gomock.Call

BFMExists indicates an expected call of BFMExists.

func (*MockUniversalClientMockRecorder) BFReserve

func (mr *MockUniversalClientMockRecorder) BFReserve(arg0, arg1, arg2, arg3 any) *gomock.Call

BFReserve indicates an expected call of BFReserve.

func (*MockUniversalClientMockRecorder) BFReserveExpansion

func (mr *MockUniversalClientMockRecorder) BFReserveExpansion(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

BFReserveExpansion indicates an expected call of BFReserveExpansion.

func (*MockUniversalClientMockRecorder) BFReserveNonScaling

func (mr *MockUniversalClientMockRecorder) BFReserveNonScaling(arg0, arg1, arg2, arg3 any) *gomock.Call

BFReserveNonScaling indicates an expected call of BFReserveNonScaling.

func (*MockUniversalClientMockRecorder) BFReserveWithArgs

func (mr *MockUniversalClientMockRecorder) BFReserveWithArgs(arg0, arg1, arg2 any) *gomock.Call

BFReserveWithArgs indicates an expected call of BFReserveWithArgs.

func (*MockUniversalClientMockRecorder) BFScanDump

func (mr *MockUniversalClientMockRecorder) BFScanDump(arg0, arg1, arg2 any) *gomock.Call

BFScanDump indicates an expected call of BFScanDump.

func (*MockUniversalClientMockRecorder) BLMPop

func (mr *MockUniversalClientMockRecorder) BLMPop(arg0, arg1, arg2, arg3 any, arg4 ...any) *gomock.Call

BLMPop indicates an expected call of BLMPop.

func (*MockUniversalClientMockRecorder) BLMove

func (mr *MockUniversalClientMockRecorder) BLMove(arg0, arg1, arg2, arg3, arg4, arg5 any) *gomock.Call

BLMove indicates an expected call of BLMove.

func (*MockUniversalClientMockRecorder) BLPop

func (mr *MockUniversalClientMockRecorder) BLPop(arg0, arg1 any, arg2 ...any) *gomock.Call

BLPop indicates an expected call of BLPop.

func (*MockUniversalClientMockRecorder) BRPop

func (mr *MockUniversalClientMockRecorder) BRPop(arg0, arg1 any, arg2 ...any) *gomock.Call

BRPop indicates an expected call of BRPop.

func (*MockUniversalClientMockRecorder) BRPopLPush

func (mr *MockUniversalClientMockRecorder) BRPopLPush(arg0, arg1, arg2, arg3 any) *gomock.Call

BRPopLPush indicates an expected call of BRPopLPush.

func (*MockUniversalClientMockRecorder) BZMPop

func (mr *MockUniversalClientMockRecorder) BZMPop(arg0, arg1, arg2, arg3 any, arg4 ...any) *gomock.Call

BZMPop indicates an expected call of BZMPop.

func (*MockUniversalClientMockRecorder) BZPopMax

func (mr *MockUniversalClientMockRecorder) BZPopMax(arg0, arg1 any, arg2 ...any) *gomock.Call

BZPopMax indicates an expected call of BZPopMax.

func (*MockUniversalClientMockRecorder) BZPopMin

func (mr *MockUniversalClientMockRecorder) BZPopMin(arg0, arg1 any, arg2 ...any) *gomock.Call

BZPopMin indicates an expected call of BZPopMin.

func (*MockUniversalClientMockRecorder) BgRewriteAOF

func (mr *MockUniversalClientMockRecorder) BgRewriteAOF(arg0 any) *gomock.Call

BgRewriteAOF indicates an expected call of BgRewriteAOF.

func (*MockUniversalClientMockRecorder) BgSave

func (mr *MockUniversalClientMockRecorder) BgSave(arg0 any) *gomock.Call

BgSave indicates an expected call of BgSave.

func (*MockUniversalClientMockRecorder) BitCount

func (mr *MockUniversalClientMockRecorder) BitCount(arg0, arg1, arg2 any) *gomock.Call

BitCount indicates an expected call of BitCount.

func (*MockUniversalClientMockRecorder) BitField

func (mr *MockUniversalClientMockRecorder) BitField(arg0, arg1 any, arg2 ...any) *gomock.Call

BitField indicates an expected call of BitField.

func (*MockUniversalClientMockRecorder) BitFieldRO

func (mr *MockUniversalClientMockRecorder) BitFieldRO(arg0, arg1 any, arg2 ...any) *gomock.Call

BitFieldRO indicates an expected call of BitFieldRO.

func (*MockUniversalClientMockRecorder) BitOpAnd

func (mr *MockUniversalClientMockRecorder) BitOpAnd(arg0, arg1 any, arg2 ...any) *gomock.Call

BitOpAnd indicates an expected call of BitOpAnd.

func (*MockUniversalClientMockRecorder) BitOpNot

func (mr *MockUniversalClientMockRecorder) BitOpNot(arg0, arg1, arg2 any) *gomock.Call

BitOpNot indicates an expected call of BitOpNot.

func (*MockUniversalClientMockRecorder) BitOpOr

func (mr *MockUniversalClientMockRecorder) BitOpOr(arg0, arg1 any, arg2 ...any) *gomock.Call

BitOpOr indicates an expected call of BitOpOr.

func (*MockUniversalClientMockRecorder) BitOpXor

func (mr *MockUniversalClientMockRecorder) BitOpXor(arg0, arg1 any, arg2 ...any) *gomock.Call

BitOpXor indicates an expected call of BitOpXor.

func (*MockUniversalClientMockRecorder) BitPos

func (mr *MockUniversalClientMockRecorder) BitPos(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

BitPos indicates an expected call of BitPos.

func (*MockUniversalClientMockRecorder) BitPosSpan

func (mr *MockUniversalClientMockRecorder) BitPosSpan(arg0, arg1, arg2, arg3, arg4, arg5 any) *gomock.Call

BitPosSpan indicates an expected call of BitPosSpan.

func (*MockUniversalClientMockRecorder) CFAdd

func (mr *MockUniversalClientMockRecorder) CFAdd(arg0, arg1, arg2 any) *gomock.Call

CFAdd indicates an expected call of CFAdd.

func (*MockUniversalClientMockRecorder) CFAddNX

func (mr *MockUniversalClientMockRecorder) CFAddNX(arg0, arg1, arg2 any) *gomock.Call

CFAddNX indicates an expected call of CFAddNX.

func (*MockUniversalClientMockRecorder) CFCount

func (mr *MockUniversalClientMockRecorder) CFCount(arg0, arg1, arg2 any) *gomock.Call

CFCount indicates an expected call of CFCount.

func (*MockUniversalClientMockRecorder) CFDel

func (mr *MockUniversalClientMockRecorder) CFDel(arg0, arg1, arg2 any) *gomock.Call

CFDel indicates an expected call of CFDel.

func (*MockUniversalClientMockRecorder) CFExists

func (mr *MockUniversalClientMockRecorder) CFExists(arg0, arg1, arg2 any) *gomock.Call

CFExists indicates an expected call of CFExists.

func (*MockUniversalClientMockRecorder) CFInfo

func (mr *MockUniversalClientMockRecorder) CFInfo(arg0, arg1 any) *gomock.Call

CFInfo indicates an expected call of CFInfo.

func (*MockUniversalClientMockRecorder) CFInsert

func (mr *MockUniversalClientMockRecorder) CFInsert(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

CFInsert indicates an expected call of CFInsert.

func (*MockUniversalClientMockRecorder) CFInsertNX

func (mr *MockUniversalClientMockRecorder) CFInsertNX(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

CFInsertNX indicates an expected call of CFInsertNX.

func (*MockUniversalClientMockRecorder) CFLoadChunk

func (mr *MockUniversalClientMockRecorder) CFLoadChunk(arg0, arg1, arg2, arg3 any) *gomock.Call

CFLoadChunk indicates an expected call of CFLoadChunk.

func (*MockUniversalClientMockRecorder) CFMExists

func (mr *MockUniversalClientMockRecorder) CFMExists(arg0, arg1 any, arg2 ...any) *gomock.Call

CFMExists indicates an expected call of CFMExists.

func (*MockUniversalClientMockRecorder) CFReserve

func (mr *MockUniversalClientMockRecorder) CFReserve(arg0, arg1, arg2 any) *gomock.Call

CFReserve indicates an expected call of CFReserve.

func (*MockUniversalClientMockRecorder) CFReserveBucketSize

func (mr *MockUniversalClientMockRecorder) CFReserveBucketSize(arg0, arg1, arg2, arg3 any) *gomock.Call

CFReserveBucketSize indicates an expected call of CFReserveBucketSize.

func (*MockUniversalClientMockRecorder) CFReserveExpansion

func (mr *MockUniversalClientMockRecorder) CFReserveExpansion(arg0, arg1, arg2, arg3 any) *gomock.Call

CFReserveExpansion indicates an expected call of CFReserveExpansion.

func (*MockUniversalClientMockRecorder) CFReserveMaxIterations

func (mr *MockUniversalClientMockRecorder) CFReserveMaxIterations(arg0, arg1, arg2, arg3 any) *gomock.Call

CFReserveMaxIterations indicates an expected call of CFReserveMaxIterations.

func (*MockUniversalClientMockRecorder) CFReserveWithArgs

func (mr *MockUniversalClientMockRecorder) CFReserveWithArgs(arg0, arg1, arg2 any) *gomock.Call

CFReserveWithArgs indicates an expected call of CFReserveWithArgs.

func (*MockUniversalClientMockRecorder) CFScanDump

func (mr *MockUniversalClientMockRecorder) CFScanDump(arg0, arg1, arg2 any) *gomock.Call

CFScanDump indicates an expected call of CFScanDump.

func (*MockUniversalClientMockRecorder) CMSIncrBy

func (mr *MockUniversalClientMockRecorder) CMSIncrBy(arg0, arg1 any, arg2 ...any) *gomock.Call

CMSIncrBy indicates an expected call of CMSIncrBy.

func (*MockUniversalClientMockRecorder) CMSInfo

func (mr *MockUniversalClientMockRecorder) CMSInfo(arg0, arg1 any) *gomock.Call

CMSInfo indicates an expected call of CMSInfo.

func (*MockUniversalClientMockRecorder) CMSInitByDim

func (mr *MockUniversalClientMockRecorder) CMSInitByDim(arg0, arg1, arg2, arg3 any) *gomock.Call

CMSInitByDim indicates an expected call of CMSInitByDim.

func (*MockUniversalClientMockRecorder) CMSInitByProb

func (mr *MockUniversalClientMockRecorder) CMSInitByProb(arg0, arg1, arg2, arg3 any) *gomock.Call

CMSInitByProb indicates an expected call of CMSInitByProb.

func (*MockUniversalClientMockRecorder) CMSMerge

func (mr *MockUniversalClientMockRecorder) CMSMerge(arg0, arg1 any, arg2 ...any) *gomock.Call

CMSMerge indicates an expected call of CMSMerge.

func (*MockUniversalClientMockRecorder) CMSMergeWithWeight

func (mr *MockUniversalClientMockRecorder) CMSMergeWithWeight(arg0, arg1, arg2 any) *gomock.Call

CMSMergeWithWeight indicates an expected call of CMSMergeWithWeight.

func (*MockUniversalClientMockRecorder) CMSQuery

func (mr *MockUniversalClientMockRecorder) CMSQuery(arg0, arg1 any, arg2 ...any) *gomock.Call

CMSQuery indicates an expected call of CMSQuery.

func (*MockUniversalClientMockRecorder) ClientGetName

func (mr *MockUniversalClientMockRecorder) ClientGetName(arg0 any) *gomock.Call

ClientGetName indicates an expected call of ClientGetName.

func (*MockUniversalClientMockRecorder) ClientID

func (mr *MockUniversalClientMockRecorder) ClientID(arg0 any) *gomock.Call

ClientID indicates an expected call of ClientID.

func (*MockUniversalClientMockRecorder) ClientInfo

func (mr *MockUniversalClientMockRecorder) ClientInfo(arg0 any) *gomock.Call

ClientInfo indicates an expected call of ClientInfo.

func (*MockUniversalClientMockRecorder) ClientKill

func (mr *MockUniversalClientMockRecorder) ClientKill(arg0, arg1 any) *gomock.Call

ClientKill indicates an expected call of ClientKill.

func (*MockUniversalClientMockRecorder) ClientKillByFilter

func (mr *MockUniversalClientMockRecorder) ClientKillByFilter(arg0 any, arg1 ...any) *gomock.Call

ClientKillByFilter indicates an expected call of ClientKillByFilter.

func (*MockUniversalClientMockRecorder) ClientList

func (mr *MockUniversalClientMockRecorder) ClientList(arg0 any) *gomock.Call

ClientList indicates an expected call of ClientList.

func (*MockUniversalClientMockRecorder) ClientPause

func (mr *MockUniversalClientMockRecorder) ClientPause(arg0, arg1 any) *gomock.Call

ClientPause indicates an expected call of ClientPause.

func (*MockUniversalClientMockRecorder) ClientUnblock

func (mr *MockUniversalClientMockRecorder) ClientUnblock(arg0, arg1 any) *gomock.Call

ClientUnblock indicates an expected call of ClientUnblock.

func (*MockUniversalClientMockRecorder) ClientUnblockWithError

func (mr *MockUniversalClientMockRecorder) ClientUnblockWithError(arg0, arg1 any) *gomock.Call

ClientUnblockWithError indicates an expected call of ClientUnblockWithError.

func (*MockUniversalClientMockRecorder) ClientUnpause

func (mr *MockUniversalClientMockRecorder) ClientUnpause(arg0 any) *gomock.Call

ClientUnpause indicates an expected call of ClientUnpause.

func (*MockUniversalClientMockRecorder) Close

Close indicates an expected call of Close.

func (*MockUniversalClientMockRecorder) ClusterAddSlots

func (mr *MockUniversalClientMockRecorder) ClusterAddSlots(arg0 any, arg1 ...any) *gomock.Call

ClusterAddSlots indicates an expected call of ClusterAddSlots.

func (*MockUniversalClientMockRecorder) ClusterAddSlotsRange

func (mr *MockUniversalClientMockRecorder) ClusterAddSlotsRange(arg0, arg1, arg2 any) *gomock.Call

ClusterAddSlotsRange indicates an expected call of ClusterAddSlotsRange.

func (*MockUniversalClientMockRecorder) ClusterCountFailureReports

func (mr *MockUniversalClientMockRecorder) ClusterCountFailureReports(arg0, arg1 any) *gomock.Call

ClusterCountFailureReports indicates an expected call of ClusterCountFailureReports.

func (*MockUniversalClientMockRecorder) ClusterCountKeysInSlot

func (mr *MockUniversalClientMockRecorder) ClusterCountKeysInSlot(arg0, arg1 any) *gomock.Call

ClusterCountKeysInSlot indicates an expected call of ClusterCountKeysInSlot.

func (*MockUniversalClientMockRecorder) ClusterDelSlots

func (mr *MockUniversalClientMockRecorder) ClusterDelSlots(arg0 any, arg1 ...any) *gomock.Call

ClusterDelSlots indicates an expected call of ClusterDelSlots.

func (*MockUniversalClientMockRecorder) ClusterDelSlotsRange

func (mr *MockUniversalClientMockRecorder) ClusterDelSlotsRange(arg0, arg1, arg2 any) *gomock.Call

ClusterDelSlotsRange indicates an expected call of ClusterDelSlotsRange.

func (*MockUniversalClientMockRecorder) ClusterFailover

func (mr *MockUniversalClientMockRecorder) ClusterFailover(arg0 any) *gomock.Call

ClusterFailover indicates an expected call of ClusterFailover.

func (*MockUniversalClientMockRecorder) ClusterForget

func (mr *MockUniversalClientMockRecorder) ClusterForget(arg0, arg1 any) *gomock.Call

ClusterForget indicates an expected call of ClusterForget.

func (*MockUniversalClientMockRecorder) ClusterGetKeysInSlot

func (mr *MockUniversalClientMockRecorder) ClusterGetKeysInSlot(arg0, arg1, arg2 any) *gomock.Call

ClusterGetKeysInSlot indicates an expected call of ClusterGetKeysInSlot.

func (*MockUniversalClientMockRecorder) ClusterInfo

func (mr *MockUniversalClientMockRecorder) ClusterInfo(arg0 any) *gomock.Call

ClusterInfo indicates an expected call of ClusterInfo.

func (*MockUniversalClientMockRecorder) ClusterKeySlot

func (mr *MockUniversalClientMockRecorder) ClusterKeySlot(arg0, arg1 any) *gomock.Call

ClusterKeySlot indicates an expected call of ClusterKeySlot.

func (mr *MockUniversalClientMockRecorder) ClusterLinks(arg0 any) *gomock.Call

ClusterLinks indicates an expected call of ClusterLinks.

func (*MockUniversalClientMockRecorder) ClusterMeet

func (mr *MockUniversalClientMockRecorder) ClusterMeet(arg0, arg1, arg2 any) *gomock.Call

ClusterMeet indicates an expected call of ClusterMeet.

func (*MockUniversalClientMockRecorder) ClusterMyShardID

func (mr *MockUniversalClientMockRecorder) ClusterMyShardID(arg0 any) *gomock.Call

ClusterMyShardID indicates an expected call of ClusterMyShardID.

func (*MockUniversalClientMockRecorder) ClusterNodes

func (mr *MockUniversalClientMockRecorder) ClusterNodes(arg0 any) *gomock.Call

ClusterNodes indicates an expected call of ClusterNodes.

func (*MockUniversalClientMockRecorder) ClusterReplicate

func (mr *MockUniversalClientMockRecorder) ClusterReplicate(arg0, arg1 any) *gomock.Call

ClusterReplicate indicates an expected call of ClusterReplicate.

func (*MockUniversalClientMockRecorder) ClusterResetHard

func (mr *MockUniversalClientMockRecorder) ClusterResetHard(arg0 any) *gomock.Call

ClusterResetHard indicates an expected call of ClusterResetHard.

func (*MockUniversalClientMockRecorder) ClusterResetSoft

func (mr *MockUniversalClientMockRecorder) ClusterResetSoft(arg0 any) *gomock.Call

ClusterResetSoft indicates an expected call of ClusterResetSoft.

func (*MockUniversalClientMockRecorder) ClusterSaveConfig

func (mr *MockUniversalClientMockRecorder) ClusterSaveConfig(arg0 any) *gomock.Call

ClusterSaveConfig indicates an expected call of ClusterSaveConfig.

func (*MockUniversalClientMockRecorder) ClusterShards

func (mr *MockUniversalClientMockRecorder) ClusterShards(arg0 any) *gomock.Call

ClusterShards indicates an expected call of ClusterShards.

func (*MockUniversalClientMockRecorder) ClusterSlaves

func (mr *MockUniversalClientMockRecorder) ClusterSlaves(arg0, arg1 any) *gomock.Call

ClusterSlaves indicates an expected call of ClusterSlaves.

func (*MockUniversalClientMockRecorder) ClusterSlots

func (mr *MockUniversalClientMockRecorder) ClusterSlots(arg0 any) *gomock.Call

ClusterSlots indicates an expected call of ClusterSlots.

func (*MockUniversalClientMockRecorder) Command

func (mr *MockUniversalClientMockRecorder) Command(arg0 any) *gomock.Call

Command indicates an expected call of Command.

func (*MockUniversalClientMockRecorder) CommandGetKeys

func (mr *MockUniversalClientMockRecorder) CommandGetKeys(arg0 any, arg1 ...any) *gomock.Call

CommandGetKeys indicates an expected call of CommandGetKeys.

func (*MockUniversalClientMockRecorder) CommandGetKeysAndFlags

func (mr *MockUniversalClientMockRecorder) CommandGetKeysAndFlags(arg0 any, arg1 ...any) *gomock.Call

CommandGetKeysAndFlags indicates an expected call of CommandGetKeysAndFlags.

func (*MockUniversalClientMockRecorder) CommandList

func (mr *MockUniversalClientMockRecorder) CommandList(arg0, arg1 any) *gomock.Call

CommandList indicates an expected call of CommandList.

func (*MockUniversalClientMockRecorder) ConfigGet

func (mr *MockUniversalClientMockRecorder) ConfigGet(arg0, arg1 any) *gomock.Call

ConfigGet indicates an expected call of ConfigGet.

func (*MockUniversalClientMockRecorder) ConfigResetStat

func (mr *MockUniversalClientMockRecorder) ConfigResetStat(arg0 any) *gomock.Call

ConfigResetStat indicates an expected call of ConfigResetStat.

func (*MockUniversalClientMockRecorder) ConfigRewrite

func (mr *MockUniversalClientMockRecorder) ConfigRewrite(arg0 any) *gomock.Call

ConfigRewrite indicates an expected call of ConfigRewrite.

func (*MockUniversalClientMockRecorder) ConfigSet

func (mr *MockUniversalClientMockRecorder) ConfigSet(arg0, arg1, arg2 any) *gomock.Call

ConfigSet indicates an expected call of ConfigSet.

func (*MockUniversalClientMockRecorder) Copy

func (mr *MockUniversalClientMockRecorder) Copy(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

Copy indicates an expected call of Copy.

func (*MockUniversalClientMockRecorder) DBSize

func (mr *MockUniversalClientMockRecorder) DBSize(arg0 any) *gomock.Call

DBSize indicates an expected call of DBSize.

func (*MockUniversalClientMockRecorder) DebugObject

func (mr *MockUniversalClientMockRecorder) DebugObject(arg0, arg1 any) *gomock.Call

DebugObject indicates an expected call of DebugObject.

func (*MockUniversalClientMockRecorder) Decr

func (mr *MockUniversalClientMockRecorder) Decr(arg0, arg1 any) *gomock.Call

Decr indicates an expected call of Decr.

func (*MockUniversalClientMockRecorder) DecrBy

func (mr *MockUniversalClientMockRecorder) DecrBy(arg0, arg1, arg2 any) *gomock.Call

DecrBy indicates an expected call of DecrBy.

func (*MockUniversalClientMockRecorder) Del

func (mr *MockUniversalClientMockRecorder) Del(arg0 any, arg1 ...any) *gomock.Call

Del indicates an expected call of Del.

func (*MockUniversalClientMockRecorder) Do

func (mr *MockUniversalClientMockRecorder) Do(arg0 any, arg1 ...any) *gomock.Call

Do indicates an expected call of Do.

func (*MockUniversalClientMockRecorder) Dump

func (mr *MockUniversalClientMockRecorder) Dump(arg0, arg1 any) *gomock.Call

Dump indicates an expected call of Dump.

func (*MockUniversalClientMockRecorder) Echo

func (mr *MockUniversalClientMockRecorder) Echo(arg0, arg1 any) *gomock.Call

Echo indicates an expected call of Echo.

func (*MockUniversalClientMockRecorder) Eval

func (mr *MockUniversalClientMockRecorder) Eval(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

Eval indicates an expected call of Eval.

func (*MockUniversalClientMockRecorder) EvalRO

func (mr *MockUniversalClientMockRecorder) EvalRO(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

EvalRO indicates an expected call of EvalRO.

func (*MockUniversalClientMockRecorder) EvalSha

func (mr *MockUniversalClientMockRecorder) EvalSha(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

EvalSha indicates an expected call of EvalSha.

func (*MockUniversalClientMockRecorder) EvalShaRO

func (mr *MockUniversalClientMockRecorder) EvalShaRO(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

EvalShaRO indicates an expected call of EvalShaRO.

func (*MockUniversalClientMockRecorder) Exists

func (mr *MockUniversalClientMockRecorder) Exists(arg0 any, arg1 ...any) *gomock.Call

Exists indicates an expected call of Exists.

func (*MockUniversalClientMockRecorder) Expire

func (mr *MockUniversalClientMockRecorder) Expire(arg0, arg1, arg2 any) *gomock.Call

Expire indicates an expected call of Expire.

func (*MockUniversalClientMockRecorder) ExpireAt

func (mr *MockUniversalClientMockRecorder) ExpireAt(arg0, arg1, arg2 any) *gomock.Call

ExpireAt indicates an expected call of ExpireAt.

func (*MockUniversalClientMockRecorder) ExpireGT

func (mr *MockUniversalClientMockRecorder) ExpireGT(arg0, arg1, arg2 any) *gomock.Call

ExpireGT indicates an expected call of ExpireGT.

func (*MockUniversalClientMockRecorder) ExpireLT

func (mr *MockUniversalClientMockRecorder) ExpireLT(arg0, arg1, arg2 any) *gomock.Call

ExpireLT indicates an expected call of ExpireLT.

func (*MockUniversalClientMockRecorder) ExpireNX

func (mr *MockUniversalClientMockRecorder) ExpireNX(arg0, arg1, arg2 any) *gomock.Call

ExpireNX indicates an expected call of ExpireNX.

func (*MockUniversalClientMockRecorder) ExpireTime

func (mr *MockUniversalClientMockRecorder) ExpireTime(arg0, arg1 any) *gomock.Call

ExpireTime indicates an expected call of ExpireTime.

func (*MockUniversalClientMockRecorder) ExpireXX

func (mr *MockUniversalClientMockRecorder) ExpireXX(arg0, arg1, arg2 any) *gomock.Call

ExpireXX indicates an expected call of ExpireXX.

func (*MockUniversalClientMockRecorder) FCall

func (mr *MockUniversalClientMockRecorder) FCall(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

FCall indicates an expected call of FCall.

func (*MockUniversalClientMockRecorder) FCallRO

func (mr *MockUniversalClientMockRecorder) FCallRO(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

FCallRO indicates an expected call of FCallRO.

func (*MockUniversalClientMockRecorder) FCallRo

func (mr *MockUniversalClientMockRecorder) FCallRo(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

FCallRo indicates an expected call of FCallRo.

func (*MockUniversalClientMockRecorder) FlushAll

func (mr *MockUniversalClientMockRecorder) FlushAll(arg0 any) *gomock.Call

FlushAll indicates an expected call of FlushAll.

func (*MockUniversalClientMockRecorder) FlushAllAsync

func (mr *MockUniversalClientMockRecorder) FlushAllAsync(arg0 any) *gomock.Call

FlushAllAsync indicates an expected call of FlushAllAsync.

func (*MockUniversalClientMockRecorder) FlushDB

func (mr *MockUniversalClientMockRecorder) FlushDB(arg0 any) *gomock.Call

FlushDB indicates an expected call of FlushDB.

func (*MockUniversalClientMockRecorder) FlushDBAsync

func (mr *MockUniversalClientMockRecorder) FlushDBAsync(arg0 any) *gomock.Call

FlushDBAsync indicates an expected call of FlushDBAsync.

func (*MockUniversalClientMockRecorder) FunctionDelete

func (mr *MockUniversalClientMockRecorder) FunctionDelete(arg0, arg1 any) *gomock.Call

FunctionDelete indicates an expected call of FunctionDelete.

func (*MockUniversalClientMockRecorder) FunctionDump

func (mr *MockUniversalClientMockRecorder) FunctionDump(arg0 any) *gomock.Call

FunctionDump indicates an expected call of FunctionDump.

func (*MockUniversalClientMockRecorder) FunctionFlush

func (mr *MockUniversalClientMockRecorder) FunctionFlush(arg0 any) *gomock.Call

FunctionFlush indicates an expected call of FunctionFlush.

func (*MockUniversalClientMockRecorder) FunctionFlushAsync

func (mr *MockUniversalClientMockRecorder) FunctionFlushAsync(arg0 any) *gomock.Call

FunctionFlushAsync indicates an expected call of FunctionFlushAsync.

func (*MockUniversalClientMockRecorder) FunctionKill

func (mr *MockUniversalClientMockRecorder) FunctionKill(arg0 any) *gomock.Call

FunctionKill indicates an expected call of FunctionKill.

func (*MockUniversalClientMockRecorder) FunctionList

func (mr *MockUniversalClientMockRecorder) FunctionList(arg0, arg1 any) *gomock.Call

FunctionList indicates an expected call of FunctionList.

func (*MockUniversalClientMockRecorder) FunctionLoad

func (mr *MockUniversalClientMockRecorder) FunctionLoad(arg0, arg1 any) *gomock.Call

FunctionLoad indicates an expected call of FunctionLoad.

func (*MockUniversalClientMockRecorder) FunctionLoadReplace

func (mr *MockUniversalClientMockRecorder) FunctionLoadReplace(arg0, arg1 any) *gomock.Call

FunctionLoadReplace indicates an expected call of FunctionLoadReplace.

func (*MockUniversalClientMockRecorder) FunctionRestore

func (mr *MockUniversalClientMockRecorder) FunctionRestore(arg0, arg1 any) *gomock.Call

FunctionRestore indicates an expected call of FunctionRestore.

func (*MockUniversalClientMockRecorder) FunctionStats

func (mr *MockUniversalClientMockRecorder) FunctionStats(arg0 any) *gomock.Call

FunctionStats indicates an expected call of FunctionStats.

func (*MockUniversalClientMockRecorder) GeoAdd

func (mr *MockUniversalClientMockRecorder) GeoAdd(arg0, arg1 any, arg2 ...any) *gomock.Call

GeoAdd indicates an expected call of GeoAdd.

func (*MockUniversalClientMockRecorder) GeoDist

func (mr *MockUniversalClientMockRecorder) GeoDist(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

GeoDist indicates an expected call of GeoDist.

func (*MockUniversalClientMockRecorder) GeoHash

func (mr *MockUniversalClientMockRecorder) GeoHash(arg0, arg1 any, arg2 ...any) *gomock.Call

GeoHash indicates an expected call of GeoHash.

func (*MockUniversalClientMockRecorder) GeoPos

func (mr *MockUniversalClientMockRecorder) GeoPos(arg0, arg1 any, arg2 ...any) *gomock.Call

GeoPos indicates an expected call of GeoPos.

func (*MockUniversalClientMockRecorder) GeoRadius

func (mr *MockUniversalClientMockRecorder) GeoRadius(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

GeoRadius indicates an expected call of GeoRadius.

func (*MockUniversalClientMockRecorder) GeoRadiusByMember

func (mr *MockUniversalClientMockRecorder) GeoRadiusByMember(arg0, arg1, arg2, arg3 any) *gomock.Call

GeoRadiusByMember indicates an expected call of GeoRadiusByMember.

func (*MockUniversalClientMockRecorder) GeoRadiusByMemberStore

func (mr *MockUniversalClientMockRecorder) GeoRadiusByMemberStore(arg0, arg1, arg2, arg3 any) *gomock.Call

GeoRadiusByMemberStore indicates an expected call of GeoRadiusByMemberStore.

func (*MockUniversalClientMockRecorder) GeoRadiusStore

func (mr *MockUniversalClientMockRecorder) GeoRadiusStore(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

GeoRadiusStore indicates an expected call of GeoRadiusStore.

func (*MockUniversalClientMockRecorder) GeoSearch

func (mr *MockUniversalClientMockRecorder) GeoSearch(arg0, arg1, arg2 any) *gomock.Call

GeoSearch indicates an expected call of GeoSearch.

func (*MockUniversalClientMockRecorder) GeoSearchLocation

func (mr *MockUniversalClientMockRecorder) GeoSearchLocation(arg0, arg1, arg2 any) *gomock.Call

GeoSearchLocation indicates an expected call of GeoSearchLocation.

func (*MockUniversalClientMockRecorder) GeoSearchStore

func (mr *MockUniversalClientMockRecorder) GeoSearchStore(arg0, arg1, arg2, arg3 any) *gomock.Call

GeoSearchStore indicates an expected call of GeoSearchStore.

func (*MockUniversalClientMockRecorder) Get

func (mr *MockUniversalClientMockRecorder) Get(arg0, arg1 any) *gomock.Call

Get indicates an expected call of Get.

func (*MockUniversalClientMockRecorder) GetBit

func (mr *MockUniversalClientMockRecorder) GetBit(arg0, arg1, arg2 any) *gomock.Call

GetBit indicates an expected call of GetBit.

func (*MockUniversalClientMockRecorder) GetDel

func (mr *MockUniversalClientMockRecorder) GetDel(arg0, arg1 any) *gomock.Call

GetDel indicates an expected call of GetDel.

func (*MockUniversalClientMockRecorder) GetEx

func (mr *MockUniversalClientMockRecorder) GetEx(arg0, arg1, arg2 any) *gomock.Call

GetEx indicates an expected call of GetEx.

func (*MockUniversalClientMockRecorder) GetRange

func (mr *MockUniversalClientMockRecorder) GetRange(arg0, arg1, arg2, arg3 any) *gomock.Call

GetRange indicates an expected call of GetRange.

func (*MockUniversalClientMockRecorder) GetSet

func (mr *MockUniversalClientMockRecorder) GetSet(arg0, arg1, arg2 any) *gomock.Call

GetSet indicates an expected call of GetSet.

func (*MockUniversalClientMockRecorder) HDel

func (mr *MockUniversalClientMockRecorder) HDel(arg0, arg1 any, arg2 ...any) *gomock.Call

HDel indicates an expected call of HDel.

func (*MockUniversalClientMockRecorder) HExists

func (mr *MockUniversalClientMockRecorder) HExists(arg0, arg1, arg2 any) *gomock.Call

HExists indicates an expected call of HExists.

func (*MockUniversalClientMockRecorder) HExpire

func (mr *MockUniversalClientMockRecorder) HExpire(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

HExpire indicates an expected call of HExpire.

func (*MockUniversalClientMockRecorder) HExpireAt

func (mr *MockUniversalClientMockRecorder) HExpireAt(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

HExpireAt indicates an expected call of HExpireAt.

func (*MockUniversalClientMockRecorder) HExpireAtWithArgs

func (mr *MockUniversalClientMockRecorder) HExpireAtWithArgs(arg0, arg1, arg2, arg3 any, arg4 ...any) *gomock.Call

HExpireAtWithArgs indicates an expected call of HExpireAtWithArgs.

func (*MockUniversalClientMockRecorder) HExpireTime

func (mr *MockUniversalClientMockRecorder) HExpireTime(arg0, arg1 any, arg2 ...any) *gomock.Call

HExpireTime indicates an expected call of HExpireTime.

func (*MockUniversalClientMockRecorder) HExpireWithArgs

func (mr *MockUniversalClientMockRecorder) HExpireWithArgs(arg0, arg1, arg2, arg3 any, arg4 ...any) *gomock.Call

HExpireWithArgs indicates an expected call of HExpireWithArgs.

func (*MockUniversalClientMockRecorder) HGet

func (mr *MockUniversalClientMockRecorder) HGet(arg0, arg1, arg2 any) *gomock.Call

HGet indicates an expected call of HGet.

func (*MockUniversalClientMockRecorder) HGetAll

func (mr *MockUniversalClientMockRecorder) HGetAll(arg0, arg1 any) *gomock.Call

HGetAll indicates an expected call of HGetAll.

func (*MockUniversalClientMockRecorder) HIncrBy

func (mr *MockUniversalClientMockRecorder) HIncrBy(arg0, arg1, arg2, arg3 any) *gomock.Call

HIncrBy indicates an expected call of HIncrBy.

func (*MockUniversalClientMockRecorder) HIncrByFloat

func (mr *MockUniversalClientMockRecorder) HIncrByFloat(arg0, arg1, arg2, arg3 any) *gomock.Call

HIncrByFloat indicates an expected call of HIncrByFloat.

func (*MockUniversalClientMockRecorder) HKeys

func (mr *MockUniversalClientMockRecorder) HKeys(arg0, arg1 any) *gomock.Call

HKeys indicates an expected call of HKeys.

func (*MockUniversalClientMockRecorder) HLen

func (mr *MockUniversalClientMockRecorder) HLen(arg0, arg1 any) *gomock.Call

HLen indicates an expected call of HLen.

func (*MockUniversalClientMockRecorder) HMGet

func (mr *MockUniversalClientMockRecorder) HMGet(arg0, arg1 any, arg2 ...any) *gomock.Call

HMGet indicates an expected call of HMGet.

func (*MockUniversalClientMockRecorder) HMSet

func (mr *MockUniversalClientMockRecorder) HMSet(arg0, arg1 any, arg2 ...any) *gomock.Call

HMSet indicates an expected call of HMSet.

func (*MockUniversalClientMockRecorder) HPExpire

func (mr *MockUniversalClientMockRecorder) HPExpire(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

HPExpire indicates an expected call of HPExpire.

func (*MockUniversalClientMockRecorder) HPExpireAt

func (mr *MockUniversalClientMockRecorder) HPExpireAt(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

HPExpireAt indicates an expected call of HPExpireAt.

func (*MockUniversalClientMockRecorder) HPExpireAtWithArgs

func (mr *MockUniversalClientMockRecorder) HPExpireAtWithArgs(arg0, arg1, arg2, arg3 any, arg4 ...any) *gomock.Call

HPExpireAtWithArgs indicates an expected call of HPExpireAtWithArgs.

func (*MockUniversalClientMockRecorder) HPExpireTime

func (mr *MockUniversalClientMockRecorder) HPExpireTime(arg0, arg1 any, arg2 ...any) *gomock.Call

HPExpireTime indicates an expected call of HPExpireTime.

func (*MockUniversalClientMockRecorder) HPExpireWithArgs

func (mr *MockUniversalClientMockRecorder) HPExpireWithArgs(arg0, arg1, arg2, arg3 any, arg4 ...any) *gomock.Call

HPExpireWithArgs indicates an expected call of HPExpireWithArgs.

func (*MockUniversalClientMockRecorder) HPTTL

func (mr *MockUniversalClientMockRecorder) HPTTL(arg0, arg1 any, arg2 ...any) *gomock.Call

HPTTL indicates an expected call of HPTTL.

func (*MockUniversalClientMockRecorder) HPersist

func (mr *MockUniversalClientMockRecorder) HPersist(arg0, arg1 any, arg2 ...any) *gomock.Call

HPersist indicates an expected call of HPersist.

func (*MockUniversalClientMockRecorder) HRandField

func (mr *MockUniversalClientMockRecorder) HRandField(arg0, arg1, arg2 any) *gomock.Call

HRandField indicates an expected call of HRandField.

func (*MockUniversalClientMockRecorder) HRandFieldWithValues

func (mr *MockUniversalClientMockRecorder) HRandFieldWithValues(arg0, arg1, arg2 any) *gomock.Call

HRandFieldWithValues indicates an expected call of HRandFieldWithValues.

func (*MockUniversalClientMockRecorder) HScan

func (mr *MockUniversalClientMockRecorder) HScan(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

HScan indicates an expected call of HScan.

func (*MockUniversalClientMockRecorder) HScanNoValues

func (mr *MockUniversalClientMockRecorder) HScanNoValues(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

HScanNoValues indicates an expected call of HScanNoValues.

func (*MockUniversalClientMockRecorder) HSet

func (mr *MockUniversalClientMockRecorder) HSet(arg0, arg1 any, arg2 ...any) *gomock.Call

HSet indicates an expected call of HSet.

func (*MockUniversalClientMockRecorder) HSetNX

func (mr *MockUniversalClientMockRecorder) HSetNX(arg0, arg1, arg2, arg3 any) *gomock.Call

HSetNX indicates an expected call of HSetNX.

func (*MockUniversalClientMockRecorder) HTTL

func (mr *MockUniversalClientMockRecorder) HTTL(arg0, arg1 any, arg2 ...any) *gomock.Call

HTTL indicates an expected call of HTTL.

func (*MockUniversalClientMockRecorder) HVals

func (mr *MockUniversalClientMockRecorder) HVals(arg0, arg1 any) *gomock.Call

HVals indicates an expected call of HVals.

func (*MockUniversalClientMockRecorder) Incr

func (mr *MockUniversalClientMockRecorder) Incr(arg0, arg1 any) *gomock.Call

Incr indicates an expected call of Incr.

func (*MockUniversalClientMockRecorder) IncrBy

func (mr *MockUniversalClientMockRecorder) IncrBy(arg0, arg1, arg2 any) *gomock.Call

IncrBy indicates an expected call of IncrBy.

func (*MockUniversalClientMockRecorder) IncrByFloat

func (mr *MockUniversalClientMockRecorder) IncrByFloat(arg0, arg1, arg2 any) *gomock.Call

IncrByFloat indicates an expected call of IncrByFloat.

func (*MockUniversalClientMockRecorder) Info

func (mr *MockUniversalClientMockRecorder) Info(arg0 any, arg1 ...any) *gomock.Call

Info indicates an expected call of Info.

func (*MockUniversalClientMockRecorder) JSONArrAppend

func (mr *MockUniversalClientMockRecorder) JSONArrAppend(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

JSONArrAppend indicates an expected call of JSONArrAppend.

func (*MockUniversalClientMockRecorder) JSONArrIndex

func (mr *MockUniversalClientMockRecorder) JSONArrIndex(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

JSONArrIndex indicates an expected call of JSONArrIndex.

func (*MockUniversalClientMockRecorder) JSONArrIndexWithArgs

func (mr *MockUniversalClientMockRecorder) JSONArrIndexWithArgs(arg0, arg1, arg2, arg3 any, arg4 ...any) *gomock.Call

JSONArrIndexWithArgs indicates an expected call of JSONArrIndexWithArgs.

func (*MockUniversalClientMockRecorder) JSONArrInsert

func (mr *MockUniversalClientMockRecorder) JSONArrInsert(arg0, arg1, arg2, arg3 any, arg4 ...any) *gomock.Call

JSONArrInsert indicates an expected call of JSONArrInsert.

func (*MockUniversalClientMockRecorder) JSONArrLen

func (mr *MockUniversalClientMockRecorder) JSONArrLen(arg0, arg1, arg2 any) *gomock.Call

JSONArrLen indicates an expected call of JSONArrLen.

func (*MockUniversalClientMockRecorder) JSONArrPop

func (mr *MockUniversalClientMockRecorder) JSONArrPop(arg0, arg1, arg2, arg3 any) *gomock.Call

JSONArrPop indicates an expected call of JSONArrPop.

func (*MockUniversalClientMockRecorder) JSONArrTrim

func (mr *MockUniversalClientMockRecorder) JSONArrTrim(arg0, arg1, arg2 any) *gomock.Call

JSONArrTrim indicates an expected call of JSONArrTrim.

func (*MockUniversalClientMockRecorder) JSONArrTrimWithArgs

func (mr *MockUniversalClientMockRecorder) JSONArrTrimWithArgs(arg0, arg1, arg2, arg3 any) *gomock.Call

JSONArrTrimWithArgs indicates an expected call of JSONArrTrimWithArgs.

func (*MockUniversalClientMockRecorder) JSONClear

func (mr *MockUniversalClientMockRecorder) JSONClear(arg0, arg1, arg2 any) *gomock.Call

JSONClear indicates an expected call of JSONClear.

func (*MockUniversalClientMockRecorder) JSONDebugMemory

func (mr *MockUniversalClientMockRecorder) JSONDebugMemory(arg0, arg1, arg2 any) *gomock.Call

JSONDebugMemory indicates an expected call of JSONDebugMemory.

func (*MockUniversalClientMockRecorder) JSONDel

func (mr *MockUniversalClientMockRecorder) JSONDel(arg0, arg1, arg2 any) *gomock.Call

JSONDel indicates an expected call of JSONDel.

func (*MockUniversalClientMockRecorder) JSONForget

func (mr *MockUniversalClientMockRecorder) JSONForget(arg0, arg1, arg2 any) *gomock.Call

JSONForget indicates an expected call of JSONForget.

func (*MockUniversalClientMockRecorder) JSONGet

func (mr *MockUniversalClientMockRecorder) JSONGet(arg0, arg1 any, arg2 ...any) *gomock.Call

JSONGet indicates an expected call of JSONGet.

func (*MockUniversalClientMockRecorder) JSONGetWithArgs

func (mr *MockUniversalClientMockRecorder) JSONGetWithArgs(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

JSONGetWithArgs indicates an expected call of JSONGetWithArgs.

func (*MockUniversalClientMockRecorder) JSONMGet

func (mr *MockUniversalClientMockRecorder) JSONMGet(arg0, arg1 any, arg2 ...any) *gomock.Call

JSONMGet indicates an expected call of JSONMGet.

func (*MockUniversalClientMockRecorder) JSONMSet

func (mr *MockUniversalClientMockRecorder) JSONMSet(arg0 any, arg1 ...any) *gomock.Call

JSONMSet indicates an expected call of JSONMSet.

func (*MockUniversalClientMockRecorder) JSONMSetArgs

func (mr *MockUniversalClientMockRecorder) JSONMSetArgs(arg0, arg1 any) *gomock.Call

JSONMSetArgs indicates an expected call of JSONMSetArgs.

func (*MockUniversalClientMockRecorder) JSONMerge

func (mr *MockUniversalClientMockRecorder) JSONMerge(arg0, arg1, arg2, arg3 any) *gomock.Call

JSONMerge indicates an expected call of JSONMerge.

func (*MockUniversalClientMockRecorder) JSONNumIncrBy

func (mr *MockUniversalClientMockRecorder) JSONNumIncrBy(arg0, arg1, arg2, arg3 any) *gomock.Call

JSONNumIncrBy indicates an expected call of JSONNumIncrBy.

func (*MockUniversalClientMockRecorder) JSONObjKeys

func (mr *MockUniversalClientMockRecorder) JSONObjKeys(arg0, arg1, arg2 any) *gomock.Call

JSONObjKeys indicates an expected call of JSONObjKeys.

func (*MockUniversalClientMockRecorder) JSONObjLen

func (mr *MockUniversalClientMockRecorder) JSONObjLen(arg0, arg1, arg2 any) *gomock.Call

JSONObjLen indicates an expected call of JSONObjLen.

func (*MockUniversalClientMockRecorder) JSONSet

func (mr *MockUniversalClientMockRecorder) JSONSet(arg0, arg1, arg2, arg3 any) *gomock.Call

JSONSet indicates an expected call of JSONSet.

func (*MockUniversalClientMockRecorder) JSONSetMode

func (mr *MockUniversalClientMockRecorder) JSONSetMode(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

JSONSetMode indicates an expected call of JSONSetMode.

func (*MockUniversalClientMockRecorder) JSONStrAppend

func (mr *MockUniversalClientMockRecorder) JSONStrAppend(arg0, arg1, arg2, arg3 any) *gomock.Call

JSONStrAppend indicates an expected call of JSONStrAppend.

func (*MockUniversalClientMockRecorder) JSONStrLen

func (mr *MockUniversalClientMockRecorder) JSONStrLen(arg0, arg1, arg2 any) *gomock.Call

JSONStrLen indicates an expected call of JSONStrLen.

func (*MockUniversalClientMockRecorder) JSONToggle

func (mr *MockUniversalClientMockRecorder) JSONToggle(arg0, arg1, arg2 any) *gomock.Call

JSONToggle indicates an expected call of JSONToggle.

func (*MockUniversalClientMockRecorder) JSONType

func (mr *MockUniversalClientMockRecorder) JSONType(arg0, arg1, arg2 any) *gomock.Call

JSONType indicates an expected call of JSONType.

func (*MockUniversalClientMockRecorder) Keys

func (mr *MockUniversalClientMockRecorder) Keys(arg0, arg1 any) *gomock.Call

Keys indicates an expected call of Keys.

func (*MockUniversalClientMockRecorder) LCS

func (mr *MockUniversalClientMockRecorder) LCS(arg0, arg1 any) *gomock.Call

LCS indicates an expected call of LCS.

func (*MockUniversalClientMockRecorder) LIndex

func (mr *MockUniversalClientMockRecorder) LIndex(arg0, arg1, arg2 any) *gomock.Call

LIndex indicates an expected call of LIndex.

func (*MockUniversalClientMockRecorder) LInsert

func (mr *MockUniversalClientMockRecorder) LInsert(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

LInsert indicates an expected call of LInsert.

func (*MockUniversalClientMockRecorder) LInsertAfter

func (mr *MockUniversalClientMockRecorder) LInsertAfter(arg0, arg1, arg2, arg3 any) *gomock.Call

LInsertAfter indicates an expected call of LInsertAfter.

func (*MockUniversalClientMockRecorder) LInsertBefore

func (mr *MockUniversalClientMockRecorder) LInsertBefore(arg0, arg1, arg2, arg3 any) *gomock.Call

LInsertBefore indicates an expected call of LInsertBefore.

func (*MockUniversalClientMockRecorder) LLen

func (mr *MockUniversalClientMockRecorder) LLen(arg0, arg1 any) *gomock.Call

LLen indicates an expected call of LLen.

func (*MockUniversalClientMockRecorder) LMPop

func (mr *MockUniversalClientMockRecorder) LMPop(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

LMPop indicates an expected call of LMPop.

func (*MockUniversalClientMockRecorder) LMove

func (mr *MockUniversalClientMockRecorder) LMove(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

LMove indicates an expected call of LMove.

func (*MockUniversalClientMockRecorder) LPop

func (mr *MockUniversalClientMockRecorder) LPop(arg0, arg1 any) *gomock.Call

LPop indicates an expected call of LPop.

func (*MockUniversalClientMockRecorder) LPopCount

func (mr *MockUniversalClientMockRecorder) LPopCount(arg0, arg1, arg2 any) *gomock.Call

LPopCount indicates an expected call of LPopCount.

func (*MockUniversalClientMockRecorder) LPos

func (mr *MockUniversalClientMockRecorder) LPos(arg0, arg1, arg2, arg3 any) *gomock.Call

LPos indicates an expected call of LPos.

func (*MockUniversalClientMockRecorder) LPosCount

func (mr *MockUniversalClientMockRecorder) LPosCount(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

LPosCount indicates an expected call of LPosCount.

func (*MockUniversalClientMockRecorder) LPush

func (mr *MockUniversalClientMockRecorder) LPush(arg0, arg1 any, arg2 ...any) *gomock.Call

LPush indicates an expected call of LPush.

func (*MockUniversalClientMockRecorder) LPushX

func (mr *MockUniversalClientMockRecorder) LPushX(arg0, arg1 any, arg2 ...any) *gomock.Call

LPushX indicates an expected call of LPushX.

func (*MockUniversalClientMockRecorder) LRange

func (mr *MockUniversalClientMockRecorder) LRange(arg0, arg1, arg2, arg3 any) *gomock.Call

LRange indicates an expected call of LRange.

func (*MockUniversalClientMockRecorder) LRem

func (mr *MockUniversalClientMockRecorder) LRem(arg0, arg1, arg2, arg3 any) *gomock.Call

LRem indicates an expected call of LRem.

func (*MockUniversalClientMockRecorder) LSet

func (mr *MockUniversalClientMockRecorder) LSet(arg0, arg1, arg2, arg3 any) *gomock.Call

LSet indicates an expected call of LSet.

func (*MockUniversalClientMockRecorder) LTrim

func (mr *MockUniversalClientMockRecorder) LTrim(arg0, arg1, arg2, arg3 any) *gomock.Call

LTrim indicates an expected call of LTrim.

func (*MockUniversalClientMockRecorder) LastSave

func (mr *MockUniversalClientMockRecorder) LastSave(arg0 any) *gomock.Call

LastSave indicates an expected call of LastSave.

func (*MockUniversalClientMockRecorder) MGet

func (mr *MockUniversalClientMockRecorder) MGet(arg0 any, arg1 ...any) *gomock.Call

MGet indicates an expected call of MGet.

func (*MockUniversalClientMockRecorder) MSet

func (mr *MockUniversalClientMockRecorder) MSet(arg0 any, arg1 ...any) *gomock.Call

MSet indicates an expected call of MSet.

func (*MockUniversalClientMockRecorder) MSetNX

func (mr *MockUniversalClientMockRecorder) MSetNX(arg0 any, arg1 ...any) *gomock.Call

MSetNX indicates an expected call of MSetNX.

func (*MockUniversalClientMockRecorder) MemoryUsage

func (mr *MockUniversalClientMockRecorder) MemoryUsage(arg0, arg1 any, arg2 ...any) *gomock.Call

MemoryUsage indicates an expected call of MemoryUsage.

func (*MockUniversalClientMockRecorder) Migrate

func (mr *MockUniversalClientMockRecorder) Migrate(arg0, arg1, arg2, arg3, arg4, arg5 any) *gomock.Call

Migrate indicates an expected call of Migrate.

func (*MockUniversalClientMockRecorder) ModuleLoadex

func (mr *MockUniversalClientMockRecorder) ModuleLoadex(arg0, arg1 any) *gomock.Call

ModuleLoadex indicates an expected call of ModuleLoadex.

func (*MockUniversalClientMockRecorder) Move

func (mr *MockUniversalClientMockRecorder) Move(arg0, arg1, arg2 any) *gomock.Call

Move indicates an expected call of Move.

func (*MockUniversalClientMockRecorder) ObjectEncoding

func (mr *MockUniversalClientMockRecorder) ObjectEncoding(arg0, arg1 any) *gomock.Call

ObjectEncoding indicates an expected call of ObjectEncoding.

func (*MockUniversalClientMockRecorder) ObjectFreq

func (mr *MockUniversalClientMockRecorder) ObjectFreq(arg0, arg1 any) *gomock.Call

ObjectFreq indicates an expected call of ObjectFreq.

func (*MockUniversalClientMockRecorder) ObjectIdleTime

func (mr *MockUniversalClientMockRecorder) ObjectIdleTime(arg0, arg1 any) *gomock.Call

ObjectIdleTime indicates an expected call of ObjectIdleTime.

func (*MockUniversalClientMockRecorder) ObjectRefCount

func (mr *MockUniversalClientMockRecorder) ObjectRefCount(arg0, arg1 any) *gomock.Call

ObjectRefCount indicates an expected call of ObjectRefCount.

func (*MockUniversalClientMockRecorder) PExpire

func (mr *MockUniversalClientMockRecorder) PExpire(arg0, arg1, arg2 any) *gomock.Call

PExpire indicates an expected call of PExpire.

func (*MockUniversalClientMockRecorder) PExpireAt

func (mr *MockUniversalClientMockRecorder) PExpireAt(arg0, arg1, arg2 any) *gomock.Call

PExpireAt indicates an expected call of PExpireAt.

func (*MockUniversalClientMockRecorder) PExpireTime

func (mr *MockUniversalClientMockRecorder) PExpireTime(arg0, arg1 any) *gomock.Call

PExpireTime indicates an expected call of PExpireTime.

func (*MockUniversalClientMockRecorder) PFAdd

func (mr *MockUniversalClientMockRecorder) PFAdd(arg0, arg1 any, arg2 ...any) *gomock.Call

PFAdd indicates an expected call of PFAdd.

func (*MockUniversalClientMockRecorder) PFCount

func (mr *MockUniversalClientMockRecorder) PFCount(arg0 any, arg1 ...any) *gomock.Call

PFCount indicates an expected call of PFCount.

func (*MockUniversalClientMockRecorder) PFMerge

func (mr *MockUniversalClientMockRecorder) PFMerge(arg0, arg1 any, arg2 ...any) *gomock.Call

PFMerge indicates an expected call of PFMerge.

func (*MockUniversalClientMockRecorder) PSubscribe

func (mr *MockUniversalClientMockRecorder) PSubscribe(arg0 any, arg1 ...any) *gomock.Call

PSubscribe indicates an expected call of PSubscribe.

func (*MockUniversalClientMockRecorder) PTTL

func (mr *MockUniversalClientMockRecorder) PTTL(arg0, arg1 any) *gomock.Call

PTTL indicates an expected call of PTTL.

func (*MockUniversalClientMockRecorder) Persist

func (mr *MockUniversalClientMockRecorder) Persist(arg0, arg1 any) *gomock.Call

Persist indicates an expected call of Persist.

func (*MockUniversalClientMockRecorder) Ping

Ping indicates an expected call of Ping.

func (*MockUniversalClientMockRecorder) Pipeline

Pipeline indicates an expected call of Pipeline.

func (*MockUniversalClientMockRecorder) Pipelined

func (mr *MockUniversalClientMockRecorder) Pipelined(arg0, arg1 any) *gomock.Call

Pipelined indicates an expected call of Pipelined.

func (*MockUniversalClientMockRecorder) PoolStats

func (mr *MockUniversalClientMockRecorder) PoolStats() *gomock.Call

PoolStats indicates an expected call of PoolStats.

func (*MockUniversalClientMockRecorder) Process

func (mr *MockUniversalClientMockRecorder) Process(arg0, arg1 any) *gomock.Call

Process indicates an expected call of Process.

func (*MockUniversalClientMockRecorder) PubSubChannels

func (mr *MockUniversalClientMockRecorder) PubSubChannels(arg0, arg1 any) *gomock.Call

PubSubChannels indicates an expected call of PubSubChannels.

func (*MockUniversalClientMockRecorder) PubSubNumPat

func (mr *MockUniversalClientMockRecorder) PubSubNumPat(arg0 any) *gomock.Call

PubSubNumPat indicates an expected call of PubSubNumPat.

func (*MockUniversalClientMockRecorder) PubSubNumSub

func (mr *MockUniversalClientMockRecorder) PubSubNumSub(arg0 any, arg1 ...any) *gomock.Call

PubSubNumSub indicates an expected call of PubSubNumSub.

func (*MockUniversalClientMockRecorder) PubSubShardChannels

func (mr *MockUniversalClientMockRecorder) PubSubShardChannels(arg0, arg1 any) *gomock.Call

PubSubShardChannels indicates an expected call of PubSubShardChannels.

func (*MockUniversalClientMockRecorder) PubSubShardNumSub

func (mr *MockUniversalClientMockRecorder) PubSubShardNumSub(arg0 any, arg1 ...any) *gomock.Call

PubSubShardNumSub indicates an expected call of PubSubShardNumSub.

func (*MockUniversalClientMockRecorder) Publish

func (mr *MockUniversalClientMockRecorder) Publish(arg0, arg1, arg2 any) *gomock.Call

Publish indicates an expected call of Publish.

func (*MockUniversalClientMockRecorder) Quit

Quit indicates an expected call of Quit.

func (*MockUniversalClientMockRecorder) RPop

func (mr *MockUniversalClientMockRecorder) RPop(arg0, arg1 any) *gomock.Call

RPop indicates an expected call of RPop.

func (*MockUniversalClientMockRecorder) RPopCount

func (mr *MockUniversalClientMockRecorder) RPopCount(arg0, arg1, arg2 any) *gomock.Call

RPopCount indicates an expected call of RPopCount.

func (*MockUniversalClientMockRecorder) RPopLPush

func (mr *MockUniversalClientMockRecorder) RPopLPush(arg0, arg1, arg2 any) *gomock.Call

RPopLPush indicates an expected call of RPopLPush.

func (*MockUniversalClientMockRecorder) RPush

func (mr *MockUniversalClientMockRecorder) RPush(arg0, arg1 any, arg2 ...any) *gomock.Call

RPush indicates an expected call of RPush.

func (*MockUniversalClientMockRecorder) RPushX

func (mr *MockUniversalClientMockRecorder) RPushX(arg0, arg1 any, arg2 ...any) *gomock.Call

RPushX indicates an expected call of RPushX.

func (*MockUniversalClientMockRecorder) RandomKey

func (mr *MockUniversalClientMockRecorder) RandomKey(arg0 any) *gomock.Call

RandomKey indicates an expected call of RandomKey.

func (*MockUniversalClientMockRecorder) ReadOnly

func (mr *MockUniversalClientMockRecorder) ReadOnly(arg0 any) *gomock.Call

ReadOnly indicates an expected call of ReadOnly.

func (*MockUniversalClientMockRecorder) ReadWrite

func (mr *MockUniversalClientMockRecorder) ReadWrite(arg0 any) *gomock.Call

ReadWrite indicates an expected call of ReadWrite.

func (*MockUniversalClientMockRecorder) Rename

func (mr *MockUniversalClientMockRecorder) Rename(arg0, arg1, arg2 any) *gomock.Call

Rename indicates an expected call of Rename.

func (*MockUniversalClientMockRecorder) RenameNX

func (mr *MockUniversalClientMockRecorder) RenameNX(arg0, arg1, arg2 any) *gomock.Call

RenameNX indicates an expected call of RenameNX.

func (*MockUniversalClientMockRecorder) Restore

func (mr *MockUniversalClientMockRecorder) Restore(arg0, arg1, arg2, arg3 any) *gomock.Call

Restore indicates an expected call of Restore.

func (*MockUniversalClientMockRecorder) RestoreReplace

func (mr *MockUniversalClientMockRecorder) RestoreReplace(arg0, arg1, arg2, arg3 any) *gomock.Call

RestoreReplace indicates an expected call of RestoreReplace.

func (*MockUniversalClientMockRecorder) SAdd

func (mr *MockUniversalClientMockRecorder) SAdd(arg0, arg1 any, arg2 ...any) *gomock.Call

SAdd indicates an expected call of SAdd.

func (*MockUniversalClientMockRecorder) SCard

func (mr *MockUniversalClientMockRecorder) SCard(arg0, arg1 any) *gomock.Call

SCard indicates an expected call of SCard.

func (*MockUniversalClientMockRecorder) SDiff

func (mr *MockUniversalClientMockRecorder) SDiff(arg0 any, arg1 ...any) *gomock.Call

SDiff indicates an expected call of SDiff.

func (*MockUniversalClientMockRecorder) SDiffStore

func (mr *MockUniversalClientMockRecorder) SDiffStore(arg0, arg1 any, arg2 ...any) *gomock.Call

SDiffStore indicates an expected call of SDiffStore.

func (*MockUniversalClientMockRecorder) SInter

func (mr *MockUniversalClientMockRecorder) SInter(arg0 any, arg1 ...any) *gomock.Call

SInter indicates an expected call of SInter.

func (*MockUniversalClientMockRecorder) SInterCard

func (mr *MockUniversalClientMockRecorder) SInterCard(arg0, arg1 any, arg2 ...any) *gomock.Call

SInterCard indicates an expected call of SInterCard.

func (*MockUniversalClientMockRecorder) SInterStore

func (mr *MockUniversalClientMockRecorder) SInterStore(arg0, arg1 any, arg2 ...any) *gomock.Call

SInterStore indicates an expected call of SInterStore.

func (*MockUniversalClientMockRecorder) SIsMember

func (mr *MockUniversalClientMockRecorder) SIsMember(arg0, arg1, arg2 any) *gomock.Call

SIsMember indicates an expected call of SIsMember.

func (*MockUniversalClientMockRecorder) SMIsMember

func (mr *MockUniversalClientMockRecorder) SMIsMember(arg0, arg1 any, arg2 ...any) *gomock.Call

SMIsMember indicates an expected call of SMIsMember.

func (*MockUniversalClientMockRecorder) SMembers

func (mr *MockUniversalClientMockRecorder) SMembers(arg0, arg1 any) *gomock.Call

SMembers indicates an expected call of SMembers.

func (*MockUniversalClientMockRecorder) SMembersMap

func (mr *MockUniversalClientMockRecorder) SMembersMap(arg0, arg1 any) *gomock.Call

SMembersMap indicates an expected call of SMembersMap.

func (*MockUniversalClientMockRecorder) SMove

func (mr *MockUniversalClientMockRecorder) SMove(arg0, arg1, arg2, arg3 any) *gomock.Call

SMove indicates an expected call of SMove.

func (*MockUniversalClientMockRecorder) SPop

func (mr *MockUniversalClientMockRecorder) SPop(arg0, arg1 any) *gomock.Call

SPop indicates an expected call of SPop.

func (*MockUniversalClientMockRecorder) SPopN

func (mr *MockUniversalClientMockRecorder) SPopN(arg0, arg1, arg2 any) *gomock.Call

SPopN indicates an expected call of SPopN.

func (*MockUniversalClientMockRecorder) SPublish

func (mr *MockUniversalClientMockRecorder) SPublish(arg0, arg1, arg2 any) *gomock.Call

SPublish indicates an expected call of SPublish.

func (*MockUniversalClientMockRecorder) SRandMember

func (mr *MockUniversalClientMockRecorder) SRandMember(arg0, arg1 any) *gomock.Call

SRandMember indicates an expected call of SRandMember.

func (*MockUniversalClientMockRecorder) SRandMemberN

func (mr *MockUniversalClientMockRecorder) SRandMemberN(arg0, arg1, arg2 any) *gomock.Call

SRandMemberN indicates an expected call of SRandMemberN.

func (*MockUniversalClientMockRecorder) SRem

func (mr *MockUniversalClientMockRecorder) SRem(arg0, arg1 any, arg2 ...any) *gomock.Call

SRem indicates an expected call of SRem.

func (*MockUniversalClientMockRecorder) SScan

func (mr *MockUniversalClientMockRecorder) SScan(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

SScan indicates an expected call of SScan.

func (*MockUniversalClientMockRecorder) SSubscribe

func (mr *MockUniversalClientMockRecorder) SSubscribe(arg0 any, arg1 ...any) *gomock.Call

SSubscribe indicates an expected call of SSubscribe.

func (*MockUniversalClientMockRecorder) SUnion

func (mr *MockUniversalClientMockRecorder) SUnion(arg0 any, arg1 ...any) *gomock.Call

SUnion indicates an expected call of SUnion.

func (*MockUniversalClientMockRecorder) SUnionStore

func (mr *MockUniversalClientMockRecorder) SUnionStore(arg0, arg1 any, arg2 ...any) *gomock.Call

SUnionStore indicates an expected call of SUnionStore.

func (*MockUniversalClientMockRecorder) Save

Save indicates an expected call of Save.

func (*MockUniversalClientMockRecorder) Scan

func (mr *MockUniversalClientMockRecorder) Scan(arg0, arg1, arg2, arg3 any) *gomock.Call

Scan indicates an expected call of Scan.

func (*MockUniversalClientMockRecorder) ScanType

func (mr *MockUniversalClientMockRecorder) ScanType(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

ScanType indicates an expected call of ScanType.

func (*MockUniversalClientMockRecorder) ScriptExists

func (mr *MockUniversalClientMockRecorder) ScriptExists(arg0 any, arg1 ...any) *gomock.Call

ScriptExists indicates an expected call of ScriptExists.

func (*MockUniversalClientMockRecorder) ScriptFlush

func (mr *MockUniversalClientMockRecorder) ScriptFlush(arg0 any) *gomock.Call

ScriptFlush indicates an expected call of ScriptFlush.

func (*MockUniversalClientMockRecorder) ScriptKill

func (mr *MockUniversalClientMockRecorder) ScriptKill(arg0 any) *gomock.Call

ScriptKill indicates an expected call of ScriptKill.

func (*MockUniversalClientMockRecorder) ScriptLoad

func (mr *MockUniversalClientMockRecorder) ScriptLoad(arg0, arg1 any) *gomock.Call

ScriptLoad indicates an expected call of ScriptLoad.

func (*MockUniversalClientMockRecorder) Set

func (mr *MockUniversalClientMockRecorder) Set(arg0, arg1, arg2, arg3 any) *gomock.Call

Set indicates an expected call of Set.

func (*MockUniversalClientMockRecorder) SetArgs

func (mr *MockUniversalClientMockRecorder) SetArgs(arg0, arg1, arg2, arg3 any) *gomock.Call

SetArgs indicates an expected call of SetArgs.

func (*MockUniversalClientMockRecorder) SetBit

func (mr *MockUniversalClientMockRecorder) SetBit(arg0, arg1, arg2, arg3 any) *gomock.Call

SetBit indicates an expected call of SetBit.

func (*MockUniversalClientMockRecorder) SetEx

func (mr *MockUniversalClientMockRecorder) SetEx(arg0, arg1, arg2, arg3 any) *gomock.Call

SetEx indicates an expected call of SetEx.

func (*MockUniversalClientMockRecorder) SetNX

func (mr *MockUniversalClientMockRecorder) SetNX(arg0, arg1, arg2, arg3 any) *gomock.Call

SetNX indicates an expected call of SetNX.

func (*MockUniversalClientMockRecorder) SetRange

func (mr *MockUniversalClientMockRecorder) SetRange(arg0, arg1, arg2, arg3 any) *gomock.Call

SetRange indicates an expected call of SetRange.

func (*MockUniversalClientMockRecorder) SetXX

func (mr *MockUniversalClientMockRecorder) SetXX(arg0, arg1, arg2, arg3 any) *gomock.Call

SetXX indicates an expected call of SetXX.

func (*MockUniversalClientMockRecorder) Shutdown

func (mr *MockUniversalClientMockRecorder) Shutdown(arg0 any) *gomock.Call

Shutdown indicates an expected call of Shutdown.

func (*MockUniversalClientMockRecorder) ShutdownNoSave

func (mr *MockUniversalClientMockRecorder) ShutdownNoSave(arg0 any) *gomock.Call

ShutdownNoSave indicates an expected call of ShutdownNoSave.

func (*MockUniversalClientMockRecorder) ShutdownSave

func (mr *MockUniversalClientMockRecorder) ShutdownSave(arg0 any) *gomock.Call

ShutdownSave indicates an expected call of ShutdownSave.

func (*MockUniversalClientMockRecorder) SlaveOf

func (mr *MockUniversalClientMockRecorder) SlaveOf(arg0, arg1, arg2 any) *gomock.Call

SlaveOf indicates an expected call of SlaveOf.

func (*MockUniversalClientMockRecorder) SlowLogGet

func (mr *MockUniversalClientMockRecorder) SlowLogGet(arg0, arg1 any) *gomock.Call

SlowLogGet indicates an expected call of SlowLogGet.

func (*MockUniversalClientMockRecorder) Sort

func (mr *MockUniversalClientMockRecorder) Sort(arg0, arg1, arg2 any) *gomock.Call

Sort indicates an expected call of Sort.

func (*MockUniversalClientMockRecorder) SortInterfaces

func (mr *MockUniversalClientMockRecorder) SortInterfaces(arg0, arg1, arg2 any) *gomock.Call

SortInterfaces indicates an expected call of SortInterfaces.

func (*MockUniversalClientMockRecorder) SortRO

func (mr *MockUniversalClientMockRecorder) SortRO(arg0, arg1, arg2 any) *gomock.Call

SortRO indicates an expected call of SortRO.

func (*MockUniversalClientMockRecorder) SortStore

func (mr *MockUniversalClientMockRecorder) SortStore(arg0, arg1, arg2, arg3 any) *gomock.Call

SortStore indicates an expected call of SortStore.

func (*MockUniversalClientMockRecorder) StrLen

func (mr *MockUniversalClientMockRecorder) StrLen(arg0, arg1 any) *gomock.Call

StrLen indicates an expected call of StrLen.

func (*MockUniversalClientMockRecorder) Subscribe

func (mr *MockUniversalClientMockRecorder) Subscribe(arg0 any, arg1 ...any) *gomock.Call

Subscribe indicates an expected call of Subscribe.

func (*MockUniversalClientMockRecorder) TDigestAdd

func (mr *MockUniversalClientMockRecorder) TDigestAdd(arg0, arg1 any, arg2 ...any) *gomock.Call

TDigestAdd indicates an expected call of TDigestAdd.

func (*MockUniversalClientMockRecorder) TDigestByRank

func (mr *MockUniversalClientMockRecorder) TDigestByRank(arg0, arg1 any, arg2 ...any) *gomock.Call

TDigestByRank indicates an expected call of TDigestByRank.

func (*MockUniversalClientMockRecorder) TDigestByRevRank

func (mr *MockUniversalClientMockRecorder) TDigestByRevRank(arg0, arg1 any, arg2 ...any) *gomock.Call

TDigestByRevRank indicates an expected call of TDigestByRevRank.

func (*MockUniversalClientMockRecorder) TDigestCDF

func (mr *MockUniversalClientMockRecorder) TDigestCDF(arg0, arg1 any, arg2 ...any) *gomock.Call

TDigestCDF indicates an expected call of TDigestCDF.

func (*MockUniversalClientMockRecorder) TDigestCreate

func (mr *MockUniversalClientMockRecorder) TDigestCreate(arg0, arg1 any) *gomock.Call

TDigestCreate indicates an expected call of TDigestCreate.

func (*MockUniversalClientMockRecorder) TDigestCreateWithCompression

func (mr *MockUniversalClientMockRecorder) TDigestCreateWithCompression(arg0, arg1, arg2 any) *gomock.Call

TDigestCreateWithCompression indicates an expected call of TDigestCreateWithCompression.

func (*MockUniversalClientMockRecorder) TDigestInfo

func (mr *MockUniversalClientMockRecorder) TDigestInfo(arg0, arg1 any) *gomock.Call

TDigestInfo indicates an expected call of TDigestInfo.

func (*MockUniversalClientMockRecorder) TDigestMax

func (mr *MockUniversalClientMockRecorder) TDigestMax(arg0, arg1 any) *gomock.Call

TDigestMax indicates an expected call of TDigestMax.

func (*MockUniversalClientMockRecorder) TDigestMerge

func (mr *MockUniversalClientMockRecorder) TDigestMerge(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

TDigestMerge indicates an expected call of TDigestMerge.

func (*MockUniversalClientMockRecorder) TDigestMin

func (mr *MockUniversalClientMockRecorder) TDigestMin(arg0, arg1 any) *gomock.Call

TDigestMin indicates an expected call of TDigestMin.

func (*MockUniversalClientMockRecorder) TDigestQuantile

func (mr *MockUniversalClientMockRecorder) TDigestQuantile(arg0, arg1 any, arg2 ...any) *gomock.Call

TDigestQuantile indicates an expected call of TDigestQuantile.

func (*MockUniversalClientMockRecorder) TDigestRank

func (mr *MockUniversalClientMockRecorder) TDigestRank(arg0, arg1 any, arg2 ...any) *gomock.Call

TDigestRank indicates an expected call of TDigestRank.

func (*MockUniversalClientMockRecorder) TDigestReset

func (mr *MockUniversalClientMockRecorder) TDigestReset(arg0, arg1 any) *gomock.Call

TDigestReset indicates an expected call of TDigestReset.

func (*MockUniversalClientMockRecorder) TDigestRevRank

func (mr *MockUniversalClientMockRecorder) TDigestRevRank(arg0, arg1 any, arg2 ...any) *gomock.Call

TDigestRevRank indicates an expected call of TDigestRevRank.

func (*MockUniversalClientMockRecorder) TDigestTrimmedMean

func (mr *MockUniversalClientMockRecorder) TDigestTrimmedMean(arg0, arg1, arg2, arg3 any) *gomock.Call

TDigestTrimmedMean indicates an expected call of TDigestTrimmedMean.

func (*MockUniversalClientMockRecorder) TFCall

func (mr *MockUniversalClientMockRecorder) TFCall(arg0, arg1, arg2, arg3 any) *gomock.Call

TFCall indicates an expected call of TFCall.

func (*MockUniversalClientMockRecorder) TFCallASYNC

func (mr *MockUniversalClientMockRecorder) TFCallASYNC(arg0, arg1, arg2, arg3 any) *gomock.Call

TFCallASYNC indicates an expected call of TFCallASYNC.

func (*MockUniversalClientMockRecorder) TFCallASYNCArgs

func (mr *MockUniversalClientMockRecorder) TFCallASYNCArgs(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

TFCallASYNCArgs indicates an expected call of TFCallASYNCArgs.

func (*MockUniversalClientMockRecorder) TFCallArgs

func (mr *MockUniversalClientMockRecorder) TFCallArgs(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

TFCallArgs indicates an expected call of TFCallArgs.

func (*MockUniversalClientMockRecorder) TFunctionDelete

func (mr *MockUniversalClientMockRecorder) TFunctionDelete(arg0, arg1 any) *gomock.Call

TFunctionDelete indicates an expected call of TFunctionDelete.

func (*MockUniversalClientMockRecorder) TFunctionList

func (mr *MockUniversalClientMockRecorder) TFunctionList(arg0 any) *gomock.Call

TFunctionList indicates an expected call of TFunctionList.

func (*MockUniversalClientMockRecorder) TFunctionListArgs

func (mr *MockUniversalClientMockRecorder) TFunctionListArgs(arg0, arg1 any) *gomock.Call

TFunctionListArgs indicates an expected call of TFunctionListArgs.

func (*MockUniversalClientMockRecorder) TFunctionLoad

func (mr *MockUniversalClientMockRecorder) TFunctionLoad(arg0, arg1 any) *gomock.Call

TFunctionLoad indicates an expected call of TFunctionLoad.

func (*MockUniversalClientMockRecorder) TFunctionLoadArgs

func (mr *MockUniversalClientMockRecorder) TFunctionLoadArgs(arg0, arg1, arg2 any) *gomock.Call

TFunctionLoadArgs indicates an expected call of TFunctionLoadArgs.

func (*MockUniversalClientMockRecorder) TSAdd

func (mr *MockUniversalClientMockRecorder) TSAdd(arg0, arg1, arg2, arg3 any) *gomock.Call

TSAdd indicates an expected call of TSAdd.

func (*MockUniversalClientMockRecorder) TSAddWithArgs

func (mr *MockUniversalClientMockRecorder) TSAddWithArgs(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

TSAddWithArgs indicates an expected call of TSAddWithArgs.

func (*MockUniversalClientMockRecorder) TSAlter

func (mr *MockUniversalClientMockRecorder) TSAlter(arg0, arg1, arg2 any) *gomock.Call

TSAlter indicates an expected call of TSAlter.

func (*MockUniversalClientMockRecorder) TSCreate

func (mr *MockUniversalClientMockRecorder) TSCreate(arg0, arg1 any) *gomock.Call

TSCreate indicates an expected call of TSCreate.

func (*MockUniversalClientMockRecorder) TSCreateRule

func (mr *MockUniversalClientMockRecorder) TSCreateRule(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

TSCreateRule indicates an expected call of TSCreateRule.

func (*MockUniversalClientMockRecorder) TSCreateRuleWithArgs

func (mr *MockUniversalClientMockRecorder) TSCreateRuleWithArgs(arg0, arg1, arg2, arg3, arg4, arg5 any) *gomock.Call

TSCreateRuleWithArgs indicates an expected call of TSCreateRuleWithArgs.

func (*MockUniversalClientMockRecorder) TSCreateWithArgs

func (mr *MockUniversalClientMockRecorder) TSCreateWithArgs(arg0, arg1, arg2 any) *gomock.Call

TSCreateWithArgs indicates an expected call of TSCreateWithArgs.

func (*MockUniversalClientMockRecorder) TSDecrBy

func (mr *MockUniversalClientMockRecorder) TSDecrBy(arg0, arg1, arg2 any) *gomock.Call

TSDecrBy indicates an expected call of TSDecrBy.

func (*MockUniversalClientMockRecorder) TSDecrByWithArgs

func (mr *MockUniversalClientMockRecorder) TSDecrByWithArgs(arg0, arg1, arg2, arg3 any) *gomock.Call

TSDecrByWithArgs indicates an expected call of TSDecrByWithArgs.

func (*MockUniversalClientMockRecorder) TSDel

func (mr *MockUniversalClientMockRecorder) TSDel(arg0, arg1, arg2, arg3 any) *gomock.Call

TSDel indicates an expected call of TSDel.

func (*MockUniversalClientMockRecorder) TSDeleteRule

func (mr *MockUniversalClientMockRecorder) TSDeleteRule(arg0, arg1, arg2 any) *gomock.Call

TSDeleteRule indicates an expected call of TSDeleteRule.

func (*MockUniversalClientMockRecorder) TSGet

func (mr *MockUniversalClientMockRecorder) TSGet(arg0, arg1 any) *gomock.Call

TSGet indicates an expected call of TSGet.

func (*MockUniversalClientMockRecorder) TSGetWithArgs

func (mr *MockUniversalClientMockRecorder) TSGetWithArgs(arg0, arg1, arg2 any) *gomock.Call

TSGetWithArgs indicates an expected call of TSGetWithArgs.

func (*MockUniversalClientMockRecorder) TSIncrBy

func (mr *MockUniversalClientMockRecorder) TSIncrBy(arg0, arg1, arg2 any) *gomock.Call

TSIncrBy indicates an expected call of TSIncrBy.

func (*MockUniversalClientMockRecorder) TSIncrByWithArgs

func (mr *MockUniversalClientMockRecorder) TSIncrByWithArgs(arg0, arg1, arg2, arg3 any) *gomock.Call

TSIncrByWithArgs indicates an expected call of TSIncrByWithArgs.

func (*MockUniversalClientMockRecorder) TSInfo

func (mr *MockUniversalClientMockRecorder) TSInfo(arg0, arg1 any) *gomock.Call

TSInfo indicates an expected call of TSInfo.

func (*MockUniversalClientMockRecorder) TSInfoWithArgs

func (mr *MockUniversalClientMockRecorder) TSInfoWithArgs(arg0, arg1, arg2 any) *gomock.Call

TSInfoWithArgs indicates an expected call of TSInfoWithArgs.

func (*MockUniversalClientMockRecorder) TSMAdd

func (mr *MockUniversalClientMockRecorder) TSMAdd(arg0, arg1 any) *gomock.Call

TSMAdd indicates an expected call of TSMAdd.

func (*MockUniversalClientMockRecorder) TSMGet

func (mr *MockUniversalClientMockRecorder) TSMGet(arg0, arg1 any) *gomock.Call

TSMGet indicates an expected call of TSMGet.

func (*MockUniversalClientMockRecorder) TSMGetWithArgs

func (mr *MockUniversalClientMockRecorder) TSMGetWithArgs(arg0, arg1, arg2 any) *gomock.Call

TSMGetWithArgs indicates an expected call of TSMGetWithArgs.

func (*MockUniversalClientMockRecorder) TSMRange

func (mr *MockUniversalClientMockRecorder) TSMRange(arg0, arg1, arg2, arg3 any) *gomock.Call

TSMRange indicates an expected call of TSMRange.

func (*MockUniversalClientMockRecorder) TSMRangeWithArgs

func (mr *MockUniversalClientMockRecorder) TSMRangeWithArgs(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

TSMRangeWithArgs indicates an expected call of TSMRangeWithArgs.

func (*MockUniversalClientMockRecorder) TSMRevRange

func (mr *MockUniversalClientMockRecorder) TSMRevRange(arg0, arg1, arg2, arg3 any) *gomock.Call

TSMRevRange indicates an expected call of TSMRevRange.

func (*MockUniversalClientMockRecorder) TSMRevRangeWithArgs

func (mr *MockUniversalClientMockRecorder) TSMRevRangeWithArgs(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

TSMRevRangeWithArgs indicates an expected call of TSMRevRangeWithArgs.

func (*MockUniversalClientMockRecorder) TSQueryIndex

func (mr *MockUniversalClientMockRecorder) TSQueryIndex(arg0, arg1 any) *gomock.Call

TSQueryIndex indicates an expected call of TSQueryIndex.

func (*MockUniversalClientMockRecorder) TSRange

func (mr *MockUniversalClientMockRecorder) TSRange(arg0, arg1, arg2, arg3 any) *gomock.Call

TSRange indicates an expected call of TSRange.

func (*MockUniversalClientMockRecorder) TSRangeWithArgs

func (mr *MockUniversalClientMockRecorder) TSRangeWithArgs(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

TSRangeWithArgs indicates an expected call of TSRangeWithArgs.

func (*MockUniversalClientMockRecorder) TSRevRange

func (mr *MockUniversalClientMockRecorder) TSRevRange(arg0, arg1, arg2, arg3 any) *gomock.Call

TSRevRange indicates an expected call of TSRevRange.

func (*MockUniversalClientMockRecorder) TSRevRangeWithArgs

func (mr *MockUniversalClientMockRecorder) TSRevRangeWithArgs(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

TSRevRangeWithArgs indicates an expected call of TSRevRangeWithArgs.

func (*MockUniversalClientMockRecorder) TTL

func (mr *MockUniversalClientMockRecorder) TTL(arg0, arg1 any) *gomock.Call

TTL indicates an expected call of TTL.

func (*MockUniversalClientMockRecorder) Time

Time indicates an expected call of Time.

func (*MockUniversalClientMockRecorder) TopKAdd

func (mr *MockUniversalClientMockRecorder) TopKAdd(arg0, arg1 any, arg2 ...any) *gomock.Call

TopKAdd indicates an expected call of TopKAdd.

func (*MockUniversalClientMockRecorder) TopKCount

func (mr *MockUniversalClientMockRecorder) TopKCount(arg0, arg1 any, arg2 ...any) *gomock.Call

TopKCount indicates an expected call of TopKCount.

func (*MockUniversalClientMockRecorder) TopKIncrBy

func (mr *MockUniversalClientMockRecorder) TopKIncrBy(arg0, arg1 any, arg2 ...any) *gomock.Call

TopKIncrBy indicates an expected call of TopKIncrBy.

func (*MockUniversalClientMockRecorder) TopKInfo

func (mr *MockUniversalClientMockRecorder) TopKInfo(arg0, arg1 any) *gomock.Call

TopKInfo indicates an expected call of TopKInfo.

func (*MockUniversalClientMockRecorder) TopKList

func (mr *MockUniversalClientMockRecorder) TopKList(arg0, arg1 any) *gomock.Call

TopKList indicates an expected call of TopKList.

func (*MockUniversalClientMockRecorder) TopKListWithCount

func (mr *MockUniversalClientMockRecorder) TopKListWithCount(arg0, arg1 any) *gomock.Call

TopKListWithCount indicates an expected call of TopKListWithCount.

func (*MockUniversalClientMockRecorder) TopKQuery

func (mr *MockUniversalClientMockRecorder) TopKQuery(arg0, arg1 any, arg2 ...any) *gomock.Call

TopKQuery indicates an expected call of TopKQuery.

func (*MockUniversalClientMockRecorder) TopKReserve

func (mr *MockUniversalClientMockRecorder) TopKReserve(arg0, arg1, arg2 any) *gomock.Call

TopKReserve indicates an expected call of TopKReserve.

func (*MockUniversalClientMockRecorder) TopKReserveWithOptions

func (mr *MockUniversalClientMockRecorder) TopKReserveWithOptions(arg0, arg1, arg2, arg3, arg4, arg5 any) *gomock.Call

TopKReserveWithOptions indicates an expected call of TopKReserveWithOptions.

func (*MockUniversalClientMockRecorder) Touch

func (mr *MockUniversalClientMockRecorder) Touch(arg0 any, arg1 ...any) *gomock.Call

Touch indicates an expected call of Touch.

func (*MockUniversalClientMockRecorder) TxPipeline

func (mr *MockUniversalClientMockRecorder) TxPipeline() *gomock.Call

TxPipeline indicates an expected call of TxPipeline.

func (*MockUniversalClientMockRecorder) TxPipelined

func (mr *MockUniversalClientMockRecorder) TxPipelined(arg0, arg1 any) *gomock.Call

TxPipelined indicates an expected call of TxPipelined.

func (*MockUniversalClientMockRecorder) Type

func (mr *MockUniversalClientMockRecorder) Type(arg0, arg1 any) *gomock.Call

Type indicates an expected call of Type.

func (mr *MockUniversalClientMockRecorder) Unlink(arg0 any, arg1 ...any) *gomock.Call

Unlink indicates an expected call of Unlink.

func (*MockUniversalClientMockRecorder) Watch

func (mr *MockUniversalClientMockRecorder) Watch(arg0, arg1 any, arg2 ...any) *gomock.Call

Watch indicates an expected call of Watch.

func (*MockUniversalClientMockRecorder) XAck

func (mr *MockUniversalClientMockRecorder) XAck(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

XAck indicates an expected call of XAck.

func (*MockUniversalClientMockRecorder) XAdd

func (mr *MockUniversalClientMockRecorder) XAdd(arg0, arg1 any) *gomock.Call

XAdd indicates an expected call of XAdd.

func (*MockUniversalClientMockRecorder) XAutoClaim

func (mr *MockUniversalClientMockRecorder) XAutoClaim(arg0, arg1 any) *gomock.Call

XAutoClaim indicates an expected call of XAutoClaim.

func (*MockUniversalClientMockRecorder) XAutoClaimJustID

func (mr *MockUniversalClientMockRecorder) XAutoClaimJustID(arg0, arg1 any) *gomock.Call

XAutoClaimJustID indicates an expected call of XAutoClaimJustID.

func (*MockUniversalClientMockRecorder) XClaim

func (mr *MockUniversalClientMockRecorder) XClaim(arg0, arg1 any) *gomock.Call

XClaim indicates an expected call of XClaim.

func (*MockUniversalClientMockRecorder) XClaimJustID

func (mr *MockUniversalClientMockRecorder) XClaimJustID(arg0, arg1 any) *gomock.Call

XClaimJustID indicates an expected call of XClaimJustID.

func (*MockUniversalClientMockRecorder) XDel

func (mr *MockUniversalClientMockRecorder) XDel(arg0, arg1 any, arg2 ...any) *gomock.Call

XDel indicates an expected call of XDel.

func (*MockUniversalClientMockRecorder) XGroupCreate

func (mr *MockUniversalClientMockRecorder) XGroupCreate(arg0, arg1, arg2, arg3 any) *gomock.Call

XGroupCreate indicates an expected call of XGroupCreate.

func (*MockUniversalClientMockRecorder) XGroupCreateConsumer

func (mr *MockUniversalClientMockRecorder) XGroupCreateConsumer(arg0, arg1, arg2, arg3 any) *gomock.Call

XGroupCreateConsumer indicates an expected call of XGroupCreateConsumer.

func (*MockUniversalClientMockRecorder) XGroupCreateMkStream

func (mr *MockUniversalClientMockRecorder) XGroupCreateMkStream(arg0, arg1, arg2, arg3 any) *gomock.Call

XGroupCreateMkStream indicates an expected call of XGroupCreateMkStream.

func (*MockUniversalClientMockRecorder) XGroupDelConsumer

func (mr *MockUniversalClientMockRecorder) XGroupDelConsumer(arg0, arg1, arg2, arg3 any) *gomock.Call

XGroupDelConsumer indicates an expected call of XGroupDelConsumer.

func (*MockUniversalClientMockRecorder) XGroupDestroy

func (mr *MockUniversalClientMockRecorder) XGroupDestroy(arg0, arg1, arg2 any) *gomock.Call

XGroupDestroy indicates an expected call of XGroupDestroy.

func (*MockUniversalClientMockRecorder) XGroupSetID

func (mr *MockUniversalClientMockRecorder) XGroupSetID(arg0, arg1, arg2, arg3 any) *gomock.Call

XGroupSetID indicates an expected call of XGroupSetID.

func (*MockUniversalClientMockRecorder) XInfoConsumers

func (mr *MockUniversalClientMockRecorder) XInfoConsumers(arg0, arg1, arg2 any) *gomock.Call

XInfoConsumers indicates an expected call of XInfoConsumers.

func (*MockUniversalClientMockRecorder) XInfoGroups

func (mr *MockUniversalClientMockRecorder) XInfoGroups(arg0, arg1 any) *gomock.Call

XInfoGroups indicates an expected call of XInfoGroups.

func (*MockUniversalClientMockRecorder) XInfoStream

func (mr *MockUniversalClientMockRecorder) XInfoStream(arg0, arg1 any) *gomock.Call

XInfoStream indicates an expected call of XInfoStream.

func (*MockUniversalClientMockRecorder) XInfoStreamFull

func (mr *MockUniversalClientMockRecorder) XInfoStreamFull(arg0, arg1, arg2 any) *gomock.Call

XInfoStreamFull indicates an expected call of XInfoStreamFull.

func (*MockUniversalClientMockRecorder) XLen

func (mr *MockUniversalClientMockRecorder) XLen(arg0, arg1 any) *gomock.Call

XLen indicates an expected call of XLen.

func (*MockUniversalClientMockRecorder) XPending

func (mr *MockUniversalClientMockRecorder) XPending(arg0, arg1, arg2 any) *gomock.Call

XPending indicates an expected call of XPending.

func (*MockUniversalClientMockRecorder) XPendingExt

func (mr *MockUniversalClientMockRecorder) XPendingExt(arg0, arg1 any) *gomock.Call

XPendingExt indicates an expected call of XPendingExt.

func (*MockUniversalClientMockRecorder) XRange

func (mr *MockUniversalClientMockRecorder) XRange(arg0, arg1, arg2, arg3 any) *gomock.Call

XRange indicates an expected call of XRange.

func (*MockUniversalClientMockRecorder) XRangeN

func (mr *MockUniversalClientMockRecorder) XRangeN(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

XRangeN indicates an expected call of XRangeN.

func (*MockUniversalClientMockRecorder) XRead

func (mr *MockUniversalClientMockRecorder) XRead(arg0, arg1 any) *gomock.Call

XRead indicates an expected call of XRead.

func (*MockUniversalClientMockRecorder) XReadGroup

func (mr *MockUniversalClientMockRecorder) XReadGroup(arg0, arg1 any) *gomock.Call

XReadGroup indicates an expected call of XReadGroup.

func (*MockUniversalClientMockRecorder) XReadStreams

func (mr *MockUniversalClientMockRecorder) XReadStreams(arg0 any, arg1 ...any) *gomock.Call

XReadStreams indicates an expected call of XReadStreams.

func (*MockUniversalClientMockRecorder) XRevRange

func (mr *MockUniversalClientMockRecorder) XRevRange(arg0, arg1, arg2, arg3 any) *gomock.Call

XRevRange indicates an expected call of XRevRange.

func (*MockUniversalClientMockRecorder) XRevRangeN

func (mr *MockUniversalClientMockRecorder) XRevRangeN(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

XRevRangeN indicates an expected call of XRevRangeN.

func (*MockUniversalClientMockRecorder) XTrimMaxLen

func (mr *MockUniversalClientMockRecorder) XTrimMaxLen(arg0, arg1, arg2 any) *gomock.Call

XTrimMaxLen indicates an expected call of XTrimMaxLen.

func (*MockUniversalClientMockRecorder) XTrimMaxLenApprox

func (mr *MockUniversalClientMockRecorder) XTrimMaxLenApprox(arg0, arg1, arg2, arg3 any) *gomock.Call

XTrimMaxLenApprox indicates an expected call of XTrimMaxLenApprox.

func (*MockUniversalClientMockRecorder) XTrimMinID

func (mr *MockUniversalClientMockRecorder) XTrimMinID(arg0, arg1, arg2 any) *gomock.Call

XTrimMinID indicates an expected call of XTrimMinID.

func (*MockUniversalClientMockRecorder) XTrimMinIDApprox

func (mr *MockUniversalClientMockRecorder) XTrimMinIDApprox(arg0, arg1, arg2, arg3 any) *gomock.Call

XTrimMinIDApprox indicates an expected call of XTrimMinIDApprox.

func (*MockUniversalClientMockRecorder) ZAdd

func (mr *MockUniversalClientMockRecorder) ZAdd(arg0, arg1 any, arg2 ...any) *gomock.Call

ZAdd indicates an expected call of ZAdd.

func (*MockUniversalClientMockRecorder) ZAddArgs

func (mr *MockUniversalClientMockRecorder) ZAddArgs(arg0, arg1, arg2 any) *gomock.Call

ZAddArgs indicates an expected call of ZAddArgs.

func (*MockUniversalClientMockRecorder) ZAddArgsIncr

func (mr *MockUniversalClientMockRecorder) ZAddArgsIncr(arg0, arg1, arg2 any) *gomock.Call

ZAddArgsIncr indicates an expected call of ZAddArgsIncr.

func (*MockUniversalClientMockRecorder) ZAddGT

func (mr *MockUniversalClientMockRecorder) ZAddGT(arg0, arg1 any, arg2 ...any) *gomock.Call

ZAddGT indicates an expected call of ZAddGT.

func (*MockUniversalClientMockRecorder) ZAddLT

func (mr *MockUniversalClientMockRecorder) ZAddLT(arg0, arg1 any, arg2 ...any) *gomock.Call

ZAddLT indicates an expected call of ZAddLT.

func (*MockUniversalClientMockRecorder) ZAddNX

func (mr *MockUniversalClientMockRecorder) ZAddNX(arg0, arg1 any, arg2 ...any) *gomock.Call

ZAddNX indicates an expected call of ZAddNX.

func (*MockUniversalClientMockRecorder) ZAddXX

func (mr *MockUniversalClientMockRecorder) ZAddXX(arg0, arg1 any, arg2 ...any) *gomock.Call

ZAddXX indicates an expected call of ZAddXX.

func (*MockUniversalClientMockRecorder) ZCard

func (mr *MockUniversalClientMockRecorder) ZCard(arg0, arg1 any) *gomock.Call

ZCard indicates an expected call of ZCard.

func (*MockUniversalClientMockRecorder) ZCount

func (mr *MockUniversalClientMockRecorder) ZCount(arg0, arg1, arg2, arg3 any) *gomock.Call

ZCount indicates an expected call of ZCount.

func (*MockUniversalClientMockRecorder) ZDiff

func (mr *MockUniversalClientMockRecorder) ZDiff(arg0 any, arg1 ...any) *gomock.Call

ZDiff indicates an expected call of ZDiff.

func (*MockUniversalClientMockRecorder) ZDiffStore

func (mr *MockUniversalClientMockRecorder) ZDiffStore(arg0, arg1 any, arg2 ...any) *gomock.Call

ZDiffStore indicates an expected call of ZDiffStore.

func (*MockUniversalClientMockRecorder) ZDiffWithScores

func (mr *MockUniversalClientMockRecorder) ZDiffWithScores(arg0 any, arg1 ...any) *gomock.Call

ZDiffWithScores indicates an expected call of ZDiffWithScores.

func (*MockUniversalClientMockRecorder) ZIncrBy

func (mr *MockUniversalClientMockRecorder) ZIncrBy(arg0, arg1, arg2, arg3 any) *gomock.Call

ZIncrBy indicates an expected call of ZIncrBy.

func (*MockUniversalClientMockRecorder) ZInter

func (mr *MockUniversalClientMockRecorder) ZInter(arg0, arg1 any) *gomock.Call

ZInter indicates an expected call of ZInter.

func (*MockUniversalClientMockRecorder) ZInterCard

func (mr *MockUniversalClientMockRecorder) ZInterCard(arg0, arg1 any, arg2 ...any) *gomock.Call

ZInterCard indicates an expected call of ZInterCard.

func (*MockUniversalClientMockRecorder) ZInterStore

func (mr *MockUniversalClientMockRecorder) ZInterStore(arg0, arg1, arg2 any) *gomock.Call

ZInterStore indicates an expected call of ZInterStore.

func (*MockUniversalClientMockRecorder) ZInterWithScores

func (mr *MockUniversalClientMockRecorder) ZInterWithScores(arg0, arg1 any) *gomock.Call

ZInterWithScores indicates an expected call of ZInterWithScores.

func (*MockUniversalClientMockRecorder) ZLexCount

func (mr *MockUniversalClientMockRecorder) ZLexCount(arg0, arg1, arg2, arg3 any) *gomock.Call

ZLexCount indicates an expected call of ZLexCount.

func (*MockUniversalClientMockRecorder) ZMPop

func (mr *MockUniversalClientMockRecorder) ZMPop(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

ZMPop indicates an expected call of ZMPop.

func (*MockUniversalClientMockRecorder) ZMScore

func (mr *MockUniversalClientMockRecorder) ZMScore(arg0, arg1 any, arg2 ...any) *gomock.Call

ZMScore indicates an expected call of ZMScore.

func (*MockUniversalClientMockRecorder) ZPopMax

func (mr *MockUniversalClientMockRecorder) ZPopMax(arg0, arg1 any, arg2 ...any) *gomock.Call

ZPopMax indicates an expected call of ZPopMax.

func (*MockUniversalClientMockRecorder) ZPopMin

func (mr *MockUniversalClientMockRecorder) ZPopMin(arg0, arg1 any, arg2 ...any) *gomock.Call

ZPopMin indicates an expected call of ZPopMin.

func (*MockUniversalClientMockRecorder) ZRandMember

func (mr *MockUniversalClientMockRecorder) ZRandMember(arg0, arg1, arg2 any) *gomock.Call

ZRandMember indicates an expected call of ZRandMember.

func (*MockUniversalClientMockRecorder) ZRandMemberWithScores

func (mr *MockUniversalClientMockRecorder) ZRandMemberWithScores(arg0, arg1, arg2 any) *gomock.Call

ZRandMemberWithScores indicates an expected call of ZRandMemberWithScores.

func (*MockUniversalClientMockRecorder) ZRange

func (mr *MockUniversalClientMockRecorder) ZRange(arg0, arg1, arg2, arg3 any) *gomock.Call

ZRange indicates an expected call of ZRange.

func (*MockUniversalClientMockRecorder) ZRangeArgs

func (mr *MockUniversalClientMockRecorder) ZRangeArgs(arg0, arg1 any) *gomock.Call

ZRangeArgs indicates an expected call of ZRangeArgs.

func (*MockUniversalClientMockRecorder) ZRangeArgsWithScores

func (mr *MockUniversalClientMockRecorder) ZRangeArgsWithScores(arg0, arg1 any) *gomock.Call

ZRangeArgsWithScores indicates an expected call of ZRangeArgsWithScores.

func (*MockUniversalClientMockRecorder) ZRangeByLex

func (mr *MockUniversalClientMockRecorder) ZRangeByLex(arg0, arg1, arg2 any) *gomock.Call

ZRangeByLex indicates an expected call of ZRangeByLex.

func (*MockUniversalClientMockRecorder) ZRangeByScore

func (mr *MockUniversalClientMockRecorder) ZRangeByScore(arg0, arg1, arg2 any) *gomock.Call

ZRangeByScore indicates an expected call of ZRangeByScore.

func (*MockUniversalClientMockRecorder) ZRangeByScoreWithScores

func (mr *MockUniversalClientMockRecorder) ZRangeByScoreWithScores(arg0, arg1, arg2 any) *gomock.Call

ZRangeByScoreWithScores indicates an expected call of ZRangeByScoreWithScores.

func (*MockUniversalClientMockRecorder) ZRangeStore

func (mr *MockUniversalClientMockRecorder) ZRangeStore(arg0, arg1, arg2 any) *gomock.Call

ZRangeStore indicates an expected call of ZRangeStore.

func (*MockUniversalClientMockRecorder) ZRangeWithScores

func (mr *MockUniversalClientMockRecorder) ZRangeWithScores(arg0, arg1, arg2, arg3 any) *gomock.Call

ZRangeWithScores indicates an expected call of ZRangeWithScores.

func (*MockUniversalClientMockRecorder) ZRank

func (mr *MockUniversalClientMockRecorder) ZRank(arg0, arg1, arg2 any) *gomock.Call

ZRank indicates an expected call of ZRank.

func (*MockUniversalClientMockRecorder) ZRankWithScore

func (mr *MockUniversalClientMockRecorder) ZRankWithScore(arg0, arg1, arg2 any) *gomock.Call

ZRankWithScore indicates an expected call of ZRankWithScore.

func (*MockUniversalClientMockRecorder) ZRem

func (mr *MockUniversalClientMockRecorder) ZRem(arg0, arg1 any, arg2 ...any) *gomock.Call

ZRem indicates an expected call of ZRem.

func (*MockUniversalClientMockRecorder) ZRemRangeByLex

func (mr *MockUniversalClientMockRecorder) ZRemRangeByLex(arg0, arg1, arg2, arg3 any) *gomock.Call

ZRemRangeByLex indicates an expected call of ZRemRangeByLex.

func (*MockUniversalClientMockRecorder) ZRemRangeByRank

func (mr *MockUniversalClientMockRecorder) ZRemRangeByRank(arg0, arg1, arg2, arg3 any) *gomock.Call

ZRemRangeByRank indicates an expected call of ZRemRangeByRank.

func (*MockUniversalClientMockRecorder) ZRemRangeByScore

func (mr *MockUniversalClientMockRecorder) ZRemRangeByScore(arg0, arg1, arg2, arg3 any) *gomock.Call

ZRemRangeByScore indicates an expected call of ZRemRangeByScore.

func (*MockUniversalClientMockRecorder) ZRevRange

func (mr *MockUniversalClientMockRecorder) ZRevRange(arg0, arg1, arg2, arg3 any) *gomock.Call

ZRevRange indicates an expected call of ZRevRange.

func (*MockUniversalClientMockRecorder) ZRevRangeByLex

func (mr *MockUniversalClientMockRecorder) ZRevRangeByLex(arg0, arg1, arg2 any) *gomock.Call

ZRevRangeByLex indicates an expected call of ZRevRangeByLex.

func (*MockUniversalClientMockRecorder) ZRevRangeByScore

func (mr *MockUniversalClientMockRecorder) ZRevRangeByScore(arg0, arg1, arg2 any) *gomock.Call

ZRevRangeByScore indicates an expected call of ZRevRangeByScore.

func (*MockUniversalClientMockRecorder) ZRevRangeByScoreWithScores

func (mr *MockUniversalClientMockRecorder) ZRevRangeByScoreWithScores(arg0, arg1, arg2 any) *gomock.Call

ZRevRangeByScoreWithScores indicates an expected call of ZRevRangeByScoreWithScores.

func (*MockUniversalClientMockRecorder) ZRevRangeWithScores

func (mr *MockUniversalClientMockRecorder) ZRevRangeWithScores(arg0, arg1, arg2, arg3 any) *gomock.Call

ZRevRangeWithScores indicates an expected call of ZRevRangeWithScores.

func (*MockUniversalClientMockRecorder) ZRevRank

func (mr *MockUniversalClientMockRecorder) ZRevRank(arg0, arg1, arg2 any) *gomock.Call

ZRevRank indicates an expected call of ZRevRank.

func (*MockUniversalClientMockRecorder) ZRevRankWithScore

func (mr *MockUniversalClientMockRecorder) ZRevRankWithScore(arg0, arg1, arg2 any) *gomock.Call

ZRevRankWithScore indicates an expected call of ZRevRankWithScore.

func (*MockUniversalClientMockRecorder) ZScan

func (mr *MockUniversalClientMockRecorder) ZScan(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call

ZScan indicates an expected call of ZScan.

func (*MockUniversalClientMockRecorder) ZScore

func (mr *MockUniversalClientMockRecorder) ZScore(arg0, arg1, arg2 any) *gomock.Call

ZScore indicates an expected call of ZScore.

func (*MockUniversalClientMockRecorder) ZUnion

func (mr *MockUniversalClientMockRecorder) ZUnion(arg0, arg1 any) *gomock.Call

ZUnion indicates an expected call of ZUnion.

func (*MockUniversalClientMockRecorder) ZUnionStore

func (mr *MockUniversalClientMockRecorder) ZUnionStore(arg0, arg1, arg2 any) *gomock.Call

ZUnionStore indicates an expected call of ZUnionStore.

func (*MockUniversalClientMockRecorder) ZUnionWithScores

func (mr *MockUniversalClientMockRecorder) ZUnionWithScores(arg0, arg1 any) *gomock.Call

ZUnionWithScores indicates an expected call of ZUnionWithScores.

Jump to

Keyboard shortcuts

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