redismock

package
v0.14.0 Latest Latest
Warning

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

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

Documentation

Overview

Package redismock 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) 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) 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) 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 ...interface{}) *redis.IntSliceCmd

BitField 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) 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) 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) 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 (*MockUniversalClient) ClusterMeet

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

ClusterMeet 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) 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) ConfigGet

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

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) Context

func (m *MockUniversalClient) Context() context.Context

Context 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 ...interface{}) *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 interface{}) *redis.StringCmd

Echo mocks base method.

func (*MockUniversalClient) Eval

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

Eval mocks base method.

func (*MockUniversalClient) EvalSha

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

EvalSha 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) ExpireXX

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

ExpireXX 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) 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 interface{}) *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) 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 ...interface{}) *redis.BoolCmd

HMSet mocks base method.

func (*MockUniversalClient) HRandField

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

HRandField 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) HSet

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

HSet mocks base method.

func (*MockUniversalClient) HSetNX

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

HSetNX 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) Keys

Keys 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 interface{}) *redis.IntCmd

LInsert mocks base method.

func (*MockUniversalClient) LInsertAfter

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

LInsertAfter mocks base method.

func (*MockUniversalClient) LInsertBefore

func (m *MockUniversalClient) LInsertBefore(arg0 context.Context, arg1 string, arg2, arg3 interface{}) *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) 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 ...interface{}) *redis.IntCmd

LPush mocks base method.

func (*MockUniversalClient) LPushX

func (m *MockUniversalClient) LPushX(arg0 context.Context, arg1 string, arg2 ...interface{}) *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 interface{}) *redis.IntCmd

LRem mocks base method.

func (*MockUniversalClient) LSet

func (m *MockUniversalClient) LSet(arg0 context.Context, arg1 string, arg2 int64, arg3 interface{}) *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 ...interface{}) *redis.StatusCmd

MSet mocks base method.

func (*MockUniversalClient) MSetNX

func (m *MockUniversalClient) MSetNX(arg0 context.Context, arg1 ...interface{}) *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) 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) 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) PFAdd

func (m *MockUniversalClient) PFAdd(arg0 context.Context, arg1 string, arg2 ...interface{}) *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.StringIntMapCmd

PubSubNumSub mocks base method.

func (*MockUniversalClient) Publish

func (m *MockUniversalClient) Publish(arg0 context.Context, arg1 string, arg2 interface{}) *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 ...interface{}) *redis.IntCmd

RPush mocks base method.

func (*MockUniversalClient) RPushX

func (m *MockUniversalClient) RPushX(arg0 context.Context, arg1 string, arg2 ...interface{}) *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 ...interface{}) *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) 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 interface{}) *redis.BoolCmd

SIsMember mocks base method.

func (*MockUniversalClient) SMIsMember

func (m *MockUniversalClient) SMIsMember(arg0 context.Context, arg1 string, arg2 ...interface{}) *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 interface{}) *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) 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 ...interface{}) *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) 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 interface{}, arg3 time.Duration) *redis.StatusCmd

Set mocks base method.

func (*MockUniversalClient) SetArgs

func (m *MockUniversalClient) SetArgs(arg0 context.Context, arg1 string, arg2 interface{}, 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 interface{}, arg3 time.Duration) *redis.StatusCmd

SetEX mocks base method.

func (*MockUniversalClient) SetNX

func (m *MockUniversalClient) SetNX(arg0 context.Context, arg1 string, arg2 interface{}, 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 interface{}, 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) 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) 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) TTL

TTL mocks base method.

func (*MockUniversalClient) Time

Time 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) XTrim

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

XTrim mocks base method.

func (*MockUniversalClient) XTrimApprox

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

XTrimApprox 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) ZAddCh

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

ZAddCh 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) ZAddNXCh

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

ZAddNXCh 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) ZAddXXCh

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

ZAddXXCh 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) ZIncr

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

ZIncr 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) ZIncrNX

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

ZIncrNX mocks base method.

func (*MockUniversalClient) ZIncrXX

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

ZIncrXX mocks base method.

func (*MockUniversalClient) ZInter

ZInter 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) 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, arg3 bool) *redis.StringSliceCmd

ZRandMember 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) ZRem

func (m *MockUniversalClient) ZRem(arg0 context.Context, arg1 string, arg2 ...interface{}) *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) 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) AddHook

func (mr *MockUniversalClientMockRecorder) AddHook(arg0 interface{}) *gomock.Call

AddHook indicates an expected call of AddHook.

func (*MockUniversalClientMockRecorder) Append

func (mr *MockUniversalClientMockRecorder) Append(arg0, arg1, arg2 interface{}) *gomock.Call

Append indicates an expected call of Append.

func (*MockUniversalClientMockRecorder) BLMove

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

BLMove indicates an expected call of BLMove.

func (*MockUniversalClientMockRecorder) BLPop

func (mr *MockUniversalClientMockRecorder) BLPop(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BLPop indicates an expected call of BLPop.

func (*MockUniversalClientMockRecorder) BRPop

func (mr *MockUniversalClientMockRecorder) BRPop(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BRPop indicates an expected call of BRPop.

func (*MockUniversalClientMockRecorder) BRPopLPush

func (mr *MockUniversalClientMockRecorder) BRPopLPush(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

BRPopLPush indicates an expected call of BRPopLPush.

func (*MockUniversalClientMockRecorder) BZPopMax

func (mr *MockUniversalClientMockRecorder) BZPopMax(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BZPopMax indicates an expected call of BZPopMax.

func (*MockUniversalClientMockRecorder) BZPopMin

func (mr *MockUniversalClientMockRecorder) BZPopMin(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BZPopMin indicates an expected call of BZPopMin.

func (*MockUniversalClientMockRecorder) BgRewriteAOF

func (mr *MockUniversalClientMockRecorder) BgRewriteAOF(arg0 interface{}) *gomock.Call

BgRewriteAOF indicates an expected call of BgRewriteAOF.

func (*MockUniversalClientMockRecorder) BgSave

func (mr *MockUniversalClientMockRecorder) BgSave(arg0 interface{}) *gomock.Call

BgSave indicates an expected call of BgSave.

func (*MockUniversalClientMockRecorder) BitCount

func (mr *MockUniversalClientMockRecorder) BitCount(arg0, arg1, arg2 interface{}) *gomock.Call

BitCount indicates an expected call of BitCount.

func (*MockUniversalClientMockRecorder) BitField

func (mr *MockUniversalClientMockRecorder) BitField(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BitField indicates an expected call of BitField.

func (*MockUniversalClientMockRecorder) BitOpAnd

func (mr *MockUniversalClientMockRecorder) BitOpAnd(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BitOpAnd indicates an expected call of BitOpAnd.

func (*MockUniversalClientMockRecorder) BitOpNot

func (mr *MockUniversalClientMockRecorder) BitOpNot(arg0, arg1, arg2 interface{}) *gomock.Call

BitOpNot indicates an expected call of BitOpNot.

func (*MockUniversalClientMockRecorder) BitOpOr

func (mr *MockUniversalClientMockRecorder) BitOpOr(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BitOpOr indicates an expected call of BitOpOr.

func (*MockUniversalClientMockRecorder) BitOpXor

func (mr *MockUniversalClientMockRecorder) BitOpXor(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BitOpXor indicates an expected call of BitOpXor.

func (*MockUniversalClientMockRecorder) BitPos

func (mr *MockUniversalClientMockRecorder) BitPos(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

BitPos indicates an expected call of BitPos.

func (*MockUniversalClientMockRecorder) ClientGetName

func (mr *MockUniversalClientMockRecorder) ClientGetName(arg0 interface{}) *gomock.Call

ClientGetName indicates an expected call of ClientGetName.

func (*MockUniversalClientMockRecorder) ClientID

func (mr *MockUniversalClientMockRecorder) ClientID(arg0 interface{}) *gomock.Call

ClientID indicates an expected call of ClientID.

func (*MockUniversalClientMockRecorder) ClientKill

func (mr *MockUniversalClientMockRecorder) ClientKill(arg0, arg1 interface{}) *gomock.Call

ClientKill indicates an expected call of ClientKill.

func (*MockUniversalClientMockRecorder) ClientKillByFilter

func (mr *MockUniversalClientMockRecorder) ClientKillByFilter(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ClientKillByFilter indicates an expected call of ClientKillByFilter.

func (*MockUniversalClientMockRecorder) ClientList

func (mr *MockUniversalClientMockRecorder) ClientList(arg0 interface{}) *gomock.Call

ClientList indicates an expected call of ClientList.

func (*MockUniversalClientMockRecorder) ClientPause

func (mr *MockUniversalClientMockRecorder) ClientPause(arg0, arg1 interface{}) *gomock.Call

ClientPause indicates an expected call of ClientPause.

func (*MockUniversalClientMockRecorder) Close

Close indicates an expected call of Close.

func (*MockUniversalClientMockRecorder) ClusterAddSlots

func (mr *MockUniversalClientMockRecorder) ClusterAddSlots(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ClusterAddSlots indicates an expected call of ClusterAddSlots.

func (*MockUniversalClientMockRecorder) ClusterAddSlotsRange

func (mr *MockUniversalClientMockRecorder) ClusterAddSlotsRange(arg0, arg1, arg2 interface{}) *gomock.Call

ClusterAddSlotsRange indicates an expected call of ClusterAddSlotsRange.

func (*MockUniversalClientMockRecorder) ClusterCountFailureReports

func (mr *MockUniversalClientMockRecorder) ClusterCountFailureReports(arg0, arg1 interface{}) *gomock.Call

ClusterCountFailureReports indicates an expected call of ClusterCountFailureReports.

func (*MockUniversalClientMockRecorder) ClusterCountKeysInSlot

func (mr *MockUniversalClientMockRecorder) ClusterCountKeysInSlot(arg0, arg1 interface{}) *gomock.Call

ClusterCountKeysInSlot indicates an expected call of ClusterCountKeysInSlot.

func (*MockUniversalClientMockRecorder) ClusterDelSlots

func (mr *MockUniversalClientMockRecorder) ClusterDelSlots(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ClusterDelSlots indicates an expected call of ClusterDelSlots.

func (*MockUniversalClientMockRecorder) ClusterDelSlotsRange

func (mr *MockUniversalClientMockRecorder) ClusterDelSlotsRange(arg0, arg1, arg2 interface{}) *gomock.Call

ClusterDelSlotsRange indicates an expected call of ClusterDelSlotsRange.

func (*MockUniversalClientMockRecorder) ClusterFailover

func (mr *MockUniversalClientMockRecorder) ClusterFailover(arg0 interface{}) *gomock.Call

ClusterFailover indicates an expected call of ClusterFailover.

func (*MockUniversalClientMockRecorder) ClusterForget

func (mr *MockUniversalClientMockRecorder) ClusterForget(arg0, arg1 interface{}) *gomock.Call

ClusterForget indicates an expected call of ClusterForget.

func (*MockUniversalClientMockRecorder) ClusterGetKeysInSlot

func (mr *MockUniversalClientMockRecorder) ClusterGetKeysInSlot(arg0, arg1, arg2 interface{}) *gomock.Call

ClusterGetKeysInSlot indicates an expected call of ClusterGetKeysInSlot.

func (*MockUniversalClientMockRecorder) ClusterInfo

func (mr *MockUniversalClientMockRecorder) ClusterInfo(arg0 interface{}) *gomock.Call

ClusterInfo indicates an expected call of ClusterInfo.

func (*MockUniversalClientMockRecorder) ClusterKeySlot

func (mr *MockUniversalClientMockRecorder) ClusterKeySlot(arg0, arg1 interface{}) *gomock.Call

ClusterKeySlot indicates an expected call of ClusterKeySlot.

func (*MockUniversalClientMockRecorder) ClusterMeet

func (mr *MockUniversalClientMockRecorder) ClusterMeet(arg0, arg1, arg2 interface{}) *gomock.Call

ClusterMeet indicates an expected call of ClusterMeet.

func (*MockUniversalClientMockRecorder) ClusterNodes

func (mr *MockUniversalClientMockRecorder) ClusterNodes(arg0 interface{}) *gomock.Call

ClusterNodes indicates an expected call of ClusterNodes.

func (*MockUniversalClientMockRecorder) ClusterReplicate

func (mr *MockUniversalClientMockRecorder) ClusterReplicate(arg0, arg1 interface{}) *gomock.Call

ClusterReplicate indicates an expected call of ClusterReplicate.

func (*MockUniversalClientMockRecorder) ClusterResetHard

func (mr *MockUniversalClientMockRecorder) ClusterResetHard(arg0 interface{}) *gomock.Call

ClusterResetHard indicates an expected call of ClusterResetHard.

func (*MockUniversalClientMockRecorder) ClusterResetSoft

func (mr *MockUniversalClientMockRecorder) ClusterResetSoft(arg0 interface{}) *gomock.Call

ClusterResetSoft indicates an expected call of ClusterResetSoft.

func (*MockUniversalClientMockRecorder) ClusterSaveConfig

func (mr *MockUniversalClientMockRecorder) ClusterSaveConfig(arg0 interface{}) *gomock.Call

ClusterSaveConfig indicates an expected call of ClusterSaveConfig.

func (*MockUniversalClientMockRecorder) ClusterSlaves

func (mr *MockUniversalClientMockRecorder) ClusterSlaves(arg0, arg1 interface{}) *gomock.Call

ClusterSlaves indicates an expected call of ClusterSlaves.

func (*MockUniversalClientMockRecorder) ClusterSlots

func (mr *MockUniversalClientMockRecorder) ClusterSlots(arg0 interface{}) *gomock.Call

ClusterSlots indicates an expected call of ClusterSlots.

func (*MockUniversalClientMockRecorder) Command

func (mr *MockUniversalClientMockRecorder) Command(arg0 interface{}) *gomock.Call

Command indicates an expected call of Command.

func (*MockUniversalClientMockRecorder) ConfigGet

func (mr *MockUniversalClientMockRecorder) ConfigGet(arg0, arg1 interface{}) *gomock.Call

ConfigGet indicates an expected call of ConfigGet.

func (*MockUniversalClientMockRecorder) ConfigResetStat

func (mr *MockUniversalClientMockRecorder) ConfigResetStat(arg0 interface{}) *gomock.Call

ConfigResetStat indicates an expected call of ConfigResetStat.

func (*MockUniversalClientMockRecorder) ConfigRewrite

func (mr *MockUniversalClientMockRecorder) ConfigRewrite(arg0 interface{}) *gomock.Call

ConfigRewrite indicates an expected call of ConfigRewrite.

func (*MockUniversalClientMockRecorder) ConfigSet

func (mr *MockUniversalClientMockRecorder) ConfigSet(arg0, arg1, arg2 interface{}) *gomock.Call

ConfigSet indicates an expected call of ConfigSet.

func (*MockUniversalClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockUniversalClientMockRecorder) Copy

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

Copy indicates an expected call of Copy.

func (*MockUniversalClientMockRecorder) DBSize

func (mr *MockUniversalClientMockRecorder) DBSize(arg0 interface{}) *gomock.Call

DBSize indicates an expected call of DBSize.

func (*MockUniversalClientMockRecorder) DebugObject

func (mr *MockUniversalClientMockRecorder) DebugObject(arg0, arg1 interface{}) *gomock.Call

DebugObject indicates an expected call of DebugObject.

func (*MockUniversalClientMockRecorder) Decr

func (mr *MockUniversalClientMockRecorder) Decr(arg0, arg1 interface{}) *gomock.Call

Decr indicates an expected call of Decr.

func (*MockUniversalClientMockRecorder) DecrBy

func (mr *MockUniversalClientMockRecorder) DecrBy(arg0, arg1, arg2 interface{}) *gomock.Call

DecrBy indicates an expected call of DecrBy.

func (*MockUniversalClientMockRecorder) Del

func (mr *MockUniversalClientMockRecorder) Del(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Del indicates an expected call of Del.

func (*MockUniversalClientMockRecorder) Do

func (mr *MockUniversalClientMockRecorder) Do(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Do indicates an expected call of Do.

func (*MockUniversalClientMockRecorder) Dump

func (mr *MockUniversalClientMockRecorder) Dump(arg0, arg1 interface{}) *gomock.Call

Dump indicates an expected call of Dump.

func (*MockUniversalClientMockRecorder) Echo

func (mr *MockUniversalClientMockRecorder) Echo(arg0, arg1 interface{}) *gomock.Call

Echo indicates an expected call of Echo.

func (*MockUniversalClientMockRecorder) Eval

func (mr *MockUniversalClientMockRecorder) Eval(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

Eval indicates an expected call of Eval.

func (*MockUniversalClientMockRecorder) EvalSha

func (mr *MockUniversalClientMockRecorder) EvalSha(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

EvalSha indicates an expected call of EvalSha.

func (*MockUniversalClientMockRecorder) Exists

func (mr *MockUniversalClientMockRecorder) Exists(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Exists indicates an expected call of Exists.

func (*MockUniversalClientMockRecorder) Expire

func (mr *MockUniversalClientMockRecorder) Expire(arg0, arg1, arg2 interface{}) *gomock.Call

Expire indicates an expected call of Expire.

func (*MockUniversalClientMockRecorder) ExpireAt

func (mr *MockUniversalClientMockRecorder) ExpireAt(arg0, arg1, arg2 interface{}) *gomock.Call

ExpireAt indicates an expected call of ExpireAt.

func (*MockUniversalClientMockRecorder) ExpireGT

func (mr *MockUniversalClientMockRecorder) ExpireGT(arg0, arg1, arg2 interface{}) *gomock.Call

ExpireGT indicates an expected call of ExpireGT.

func (*MockUniversalClientMockRecorder) ExpireLT

func (mr *MockUniversalClientMockRecorder) ExpireLT(arg0, arg1, arg2 interface{}) *gomock.Call

ExpireLT indicates an expected call of ExpireLT.

func (*MockUniversalClientMockRecorder) ExpireNX

func (mr *MockUniversalClientMockRecorder) ExpireNX(arg0, arg1, arg2 interface{}) *gomock.Call

ExpireNX indicates an expected call of ExpireNX.

func (*MockUniversalClientMockRecorder) ExpireXX

func (mr *MockUniversalClientMockRecorder) ExpireXX(arg0, arg1, arg2 interface{}) *gomock.Call

ExpireXX indicates an expected call of ExpireXX.

func (*MockUniversalClientMockRecorder) FlushAll

func (mr *MockUniversalClientMockRecorder) FlushAll(arg0 interface{}) *gomock.Call

FlushAll indicates an expected call of FlushAll.

func (*MockUniversalClientMockRecorder) FlushAllAsync

func (mr *MockUniversalClientMockRecorder) FlushAllAsync(arg0 interface{}) *gomock.Call

FlushAllAsync indicates an expected call of FlushAllAsync.

func (*MockUniversalClientMockRecorder) FlushDB

func (mr *MockUniversalClientMockRecorder) FlushDB(arg0 interface{}) *gomock.Call

FlushDB indicates an expected call of FlushDB.

func (*MockUniversalClientMockRecorder) FlushDBAsync

func (mr *MockUniversalClientMockRecorder) FlushDBAsync(arg0 interface{}) *gomock.Call

FlushDBAsync indicates an expected call of FlushDBAsync.

func (*MockUniversalClientMockRecorder) GeoAdd

func (mr *MockUniversalClientMockRecorder) GeoAdd(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GeoAdd indicates an expected call of GeoAdd.

func (*MockUniversalClientMockRecorder) GeoDist

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

GeoDist indicates an expected call of GeoDist.

func (*MockUniversalClientMockRecorder) GeoHash

func (mr *MockUniversalClientMockRecorder) GeoHash(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GeoHash indicates an expected call of GeoHash.

func (*MockUniversalClientMockRecorder) GeoPos

func (mr *MockUniversalClientMockRecorder) GeoPos(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GeoPos indicates an expected call of GeoPos.

func (*MockUniversalClientMockRecorder) GeoRadius

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

GeoRadius indicates an expected call of GeoRadius.

func (*MockUniversalClientMockRecorder) GeoRadiusByMember

func (mr *MockUniversalClientMockRecorder) GeoRadiusByMember(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GeoRadiusByMember indicates an expected call of GeoRadiusByMember.

func (*MockUniversalClientMockRecorder) GeoRadiusByMemberStore

func (mr *MockUniversalClientMockRecorder) GeoRadiusByMemberStore(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GeoRadiusByMemberStore indicates an expected call of GeoRadiusByMemberStore.

func (*MockUniversalClientMockRecorder) GeoRadiusStore

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

GeoRadiusStore indicates an expected call of GeoRadiusStore.

func (*MockUniversalClientMockRecorder) GeoSearch

func (mr *MockUniversalClientMockRecorder) GeoSearch(arg0, arg1, arg2 interface{}) *gomock.Call

GeoSearch indicates an expected call of GeoSearch.

func (*MockUniversalClientMockRecorder) GeoSearchLocation

func (mr *MockUniversalClientMockRecorder) GeoSearchLocation(arg0, arg1, arg2 interface{}) *gomock.Call

GeoSearchLocation indicates an expected call of GeoSearchLocation.

func (*MockUniversalClientMockRecorder) GeoSearchStore

func (mr *MockUniversalClientMockRecorder) GeoSearchStore(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GeoSearchStore indicates an expected call of GeoSearchStore.

func (*MockUniversalClientMockRecorder) Get

func (mr *MockUniversalClientMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockUniversalClientMockRecorder) GetBit

func (mr *MockUniversalClientMockRecorder) GetBit(arg0, arg1, arg2 interface{}) *gomock.Call

GetBit indicates an expected call of GetBit.

func (*MockUniversalClientMockRecorder) GetDel

func (mr *MockUniversalClientMockRecorder) GetDel(arg0, arg1 interface{}) *gomock.Call

GetDel indicates an expected call of GetDel.

func (*MockUniversalClientMockRecorder) GetEx

func (mr *MockUniversalClientMockRecorder) GetEx(arg0, arg1, arg2 interface{}) *gomock.Call

GetEx indicates an expected call of GetEx.

func (*MockUniversalClientMockRecorder) GetRange

func (mr *MockUniversalClientMockRecorder) GetRange(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GetRange indicates an expected call of GetRange.

func (*MockUniversalClientMockRecorder) GetSet

func (mr *MockUniversalClientMockRecorder) GetSet(arg0, arg1, arg2 interface{}) *gomock.Call

GetSet indicates an expected call of GetSet.

func (*MockUniversalClientMockRecorder) HDel

func (mr *MockUniversalClientMockRecorder) HDel(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

HDel indicates an expected call of HDel.

func (*MockUniversalClientMockRecorder) HExists

func (mr *MockUniversalClientMockRecorder) HExists(arg0, arg1, arg2 interface{}) *gomock.Call

HExists indicates an expected call of HExists.

func (*MockUniversalClientMockRecorder) HGet

func (mr *MockUniversalClientMockRecorder) HGet(arg0, arg1, arg2 interface{}) *gomock.Call

HGet indicates an expected call of HGet.

func (*MockUniversalClientMockRecorder) HGetAll

func (mr *MockUniversalClientMockRecorder) HGetAll(arg0, arg1 interface{}) *gomock.Call

HGetAll indicates an expected call of HGetAll.

func (*MockUniversalClientMockRecorder) HIncrBy

func (mr *MockUniversalClientMockRecorder) HIncrBy(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

HIncrBy indicates an expected call of HIncrBy.

func (*MockUniversalClientMockRecorder) HIncrByFloat

func (mr *MockUniversalClientMockRecorder) HIncrByFloat(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

HIncrByFloat indicates an expected call of HIncrByFloat.

func (*MockUniversalClientMockRecorder) HKeys

func (mr *MockUniversalClientMockRecorder) HKeys(arg0, arg1 interface{}) *gomock.Call

HKeys indicates an expected call of HKeys.

func (*MockUniversalClientMockRecorder) HLen

func (mr *MockUniversalClientMockRecorder) HLen(arg0, arg1 interface{}) *gomock.Call

HLen indicates an expected call of HLen.

func (*MockUniversalClientMockRecorder) HMGet

func (mr *MockUniversalClientMockRecorder) HMGet(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

HMGet indicates an expected call of HMGet.

func (*MockUniversalClientMockRecorder) HMSet

func (mr *MockUniversalClientMockRecorder) HMSet(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

HMSet indicates an expected call of HMSet.

func (*MockUniversalClientMockRecorder) HRandField

func (mr *MockUniversalClientMockRecorder) HRandField(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

HRandField indicates an expected call of HRandField.

func (*MockUniversalClientMockRecorder) HScan

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

HScan indicates an expected call of HScan.

func (*MockUniversalClientMockRecorder) HSet

func (mr *MockUniversalClientMockRecorder) HSet(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

HSet indicates an expected call of HSet.

func (*MockUniversalClientMockRecorder) HSetNX

func (mr *MockUniversalClientMockRecorder) HSetNX(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

HSetNX indicates an expected call of HSetNX.

func (*MockUniversalClientMockRecorder) HVals

func (mr *MockUniversalClientMockRecorder) HVals(arg0, arg1 interface{}) *gomock.Call

HVals indicates an expected call of HVals.

func (*MockUniversalClientMockRecorder) Incr

func (mr *MockUniversalClientMockRecorder) Incr(arg0, arg1 interface{}) *gomock.Call

Incr indicates an expected call of Incr.

func (*MockUniversalClientMockRecorder) IncrBy

func (mr *MockUniversalClientMockRecorder) IncrBy(arg0, arg1, arg2 interface{}) *gomock.Call

IncrBy indicates an expected call of IncrBy.

func (*MockUniversalClientMockRecorder) IncrByFloat

func (mr *MockUniversalClientMockRecorder) IncrByFloat(arg0, arg1, arg2 interface{}) *gomock.Call

IncrByFloat indicates an expected call of IncrByFloat.

func (*MockUniversalClientMockRecorder) Info

func (mr *MockUniversalClientMockRecorder) Info(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Info indicates an expected call of Info.

func (*MockUniversalClientMockRecorder) Keys

func (mr *MockUniversalClientMockRecorder) Keys(arg0, arg1 interface{}) *gomock.Call

Keys indicates an expected call of Keys.

func (*MockUniversalClientMockRecorder) LIndex

func (mr *MockUniversalClientMockRecorder) LIndex(arg0, arg1, arg2 interface{}) *gomock.Call

LIndex indicates an expected call of LIndex.

func (*MockUniversalClientMockRecorder) LInsert

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

LInsert indicates an expected call of LInsert.

func (*MockUniversalClientMockRecorder) LInsertAfter

func (mr *MockUniversalClientMockRecorder) LInsertAfter(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

LInsertAfter indicates an expected call of LInsertAfter.

func (*MockUniversalClientMockRecorder) LInsertBefore

func (mr *MockUniversalClientMockRecorder) LInsertBefore(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

LInsertBefore indicates an expected call of LInsertBefore.

func (*MockUniversalClientMockRecorder) LLen

func (mr *MockUniversalClientMockRecorder) LLen(arg0, arg1 interface{}) *gomock.Call

LLen indicates an expected call of LLen.

func (*MockUniversalClientMockRecorder) LMove

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

LMove indicates an expected call of LMove.

func (*MockUniversalClientMockRecorder) LPop

func (mr *MockUniversalClientMockRecorder) LPop(arg0, arg1 interface{}) *gomock.Call

LPop indicates an expected call of LPop.

func (*MockUniversalClientMockRecorder) LPopCount

func (mr *MockUniversalClientMockRecorder) LPopCount(arg0, arg1, arg2 interface{}) *gomock.Call

LPopCount indicates an expected call of LPopCount.

func (*MockUniversalClientMockRecorder) LPos

func (mr *MockUniversalClientMockRecorder) LPos(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

LPos indicates an expected call of LPos.

func (*MockUniversalClientMockRecorder) LPosCount

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

LPosCount indicates an expected call of LPosCount.

func (*MockUniversalClientMockRecorder) LPush

func (mr *MockUniversalClientMockRecorder) LPush(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

LPush indicates an expected call of LPush.

func (*MockUniversalClientMockRecorder) LPushX

func (mr *MockUniversalClientMockRecorder) LPushX(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

LPushX indicates an expected call of LPushX.

func (*MockUniversalClientMockRecorder) LRange

func (mr *MockUniversalClientMockRecorder) LRange(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

LRange indicates an expected call of LRange.

func (*MockUniversalClientMockRecorder) LRem

func (mr *MockUniversalClientMockRecorder) LRem(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

LRem indicates an expected call of LRem.

func (*MockUniversalClientMockRecorder) LSet

func (mr *MockUniversalClientMockRecorder) LSet(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

LSet indicates an expected call of LSet.

func (*MockUniversalClientMockRecorder) LTrim

func (mr *MockUniversalClientMockRecorder) LTrim(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

LTrim indicates an expected call of LTrim.

func (*MockUniversalClientMockRecorder) LastSave

func (mr *MockUniversalClientMockRecorder) LastSave(arg0 interface{}) *gomock.Call

LastSave indicates an expected call of LastSave.

func (*MockUniversalClientMockRecorder) MGet

func (mr *MockUniversalClientMockRecorder) MGet(arg0 interface{}, arg1 ...interface{}) *gomock.Call

MGet indicates an expected call of MGet.

func (*MockUniversalClientMockRecorder) MSet

func (mr *MockUniversalClientMockRecorder) MSet(arg0 interface{}, arg1 ...interface{}) *gomock.Call

MSet indicates an expected call of MSet.

func (*MockUniversalClientMockRecorder) MSetNX

func (mr *MockUniversalClientMockRecorder) MSetNX(arg0 interface{}, arg1 ...interface{}) *gomock.Call

MSetNX indicates an expected call of MSetNX.

func (*MockUniversalClientMockRecorder) MemoryUsage

func (mr *MockUniversalClientMockRecorder) MemoryUsage(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

MemoryUsage indicates an expected call of MemoryUsage.

func (*MockUniversalClientMockRecorder) Migrate

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

Migrate indicates an expected call of Migrate.

func (*MockUniversalClientMockRecorder) Move

func (mr *MockUniversalClientMockRecorder) Move(arg0, arg1, arg2 interface{}) *gomock.Call

Move indicates an expected call of Move.

func (*MockUniversalClientMockRecorder) ObjectEncoding

func (mr *MockUniversalClientMockRecorder) ObjectEncoding(arg0, arg1 interface{}) *gomock.Call

ObjectEncoding indicates an expected call of ObjectEncoding.

func (*MockUniversalClientMockRecorder) ObjectIdleTime

func (mr *MockUniversalClientMockRecorder) ObjectIdleTime(arg0, arg1 interface{}) *gomock.Call

ObjectIdleTime indicates an expected call of ObjectIdleTime.

func (*MockUniversalClientMockRecorder) ObjectRefCount

func (mr *MockUniversalClientMockRecorder) ObjectRefCount(arg0, arg1 interface{}) *gomock.Call

ObjectRefCount indicates an expected call of ObjectRefCount.

func (*MockUniversalClientMockRecorder) PExpire

func (mr *MockUniversalClientMockRecorder) PExpire(arg0, arg1, arg2 interface{}) *gomock.Call

PExpire indicates an expected call of PExpire.

func (*MockUniversalClientMockRecorder) PExpireAt

func (mr *MockUniversalClientMockRecorder) PExpireAt(arg0, arg1, arg2 interface{}) *gomock.Call

PExpireAt indicates an expected call of PExpireAt.

func (*MockUniversalClientMockRecorder) PFAdd

func (mr *MockUniversalClientMockRecorder) PFAdd(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PFAdd indicates an expected call of PFAdd.

func (*MockUniversalClientMockRecorder) PFCount

func (mr *MockUniversalClientMockRecorder) PFCount(arg0 interface{}, arg1 ...interface{}) *gomock.Call

PFCount indicates an expected call of PFCount.

func (*MockUniversalClientMockRecorder) PFMerge

func (mr *MockUniversalClientMockRecorder) PFMerge(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PFMerge indicates an expected call of PFMerge.

func (*MockUniversalClientMockRecorder) PSubscribe

func (mr *MockUniversalClientMockRecorder) PSubscribe(arg0 interface{}, arg1 ...interface{}) *gomock.Call

PSubscribe indicates an expected call of PSubscribe.

func (*MockUniversalClientMockRecorder) PTTL

func (mr *MockUniversalClientMockRecorder) PTTL(arg0, arg1 interface{}) *gomock.Call

PTTL indicates an expected call of PTTL.

func (*MockUniversalClientMockRecorder) Persist

func (mr *MockUniversalClientMockRecorder) Persist(arg0, arg1 interface{}) *gomock.Call

Persist indicates an expected call of Persist.

func (*MockUniversalClientMockRecorder) Ping

func (mr *MockUniversalClientMockRecorder) Ping(arg0 interface{}) *gomock.Call

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 interface{}) *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 interface{}) *gomock.Call

Process indicates an expected call of Process.

func (*MockUniversalClientMockRecorder) PubSubChannels

func (mr *MockUniversalClientMockRecorder) PubSubChannels(arg0, arg1 interface{}) *gomock.Call

PubSubChannels indicates an expected call of PubSubChannels.

func (*MockUniversalClientMockRecorder) PubSubNumPat

func (mr *MockUniversalClientMockRecorder) PubSubNumPat(arg0 interface{}) *gomock.Call

PubSubNumPat indicates an expected call of PubSubNumPat.

func (*MockUniversalClientMockRecorder) PubSubNumSub

func (mr *MockUniversalClientMockRecorder) PubSubNumSub(arg0 interface{}, arg1 ...interface{}) *gomock.Call

PubSubNumSub indicates an expected call of PubSubNumSub.

func (*MockUniversalClientMockRecorder) Publish

func (mr *MockUniversalClientMockRecorder) Publish(arg0, arg1, arg2 interface{}) *gomock.Call

Publish indicates an expected call of Publish.

func (*MockUniversalClientMockRecorder) Quit

func (mr *MockUniversalClientMockRecorder) Quit(arg0 interface{}) *gomock.Call

Quit indicates an expected call of Quit.

func (*MockUniversalClientMockRecorder) RPop

func (mr *MockUniversalClientMockRecorder) RPop(arg0, arg1 interface{}) *gomock.Call

RPop indicates an expected call of RPop.

func (*MockUniversalClientMockRecorder) RPopCount

func (mr *MockUniversalClientMockRecorder) RPopCount(arg0, arg1, arg2 interface{}) *gomock.Call

RPopCount indicates an expected call of RPopCount.

func (*MockUniversalClientMockRecorder) RPopLPush

func (mr *MockUniversalClientMockRecorder) RPopLPush(arg0, arg1, arg2 interface{}) *gomock.Call

RPopLPush indicates an expected call of RPopLPush.

func (*MockUniversalClientMockRecorder) RPush

func (mr *MockUniversalClientMockRecorder) RPush(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RPush indicates an expected call of RPush.

func (*MockUniversalClientMockRecorder) RPushX

func (mr *MockUniversalClientMockRecorder) RPushX(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RPushX indicates an expected call of RPushX.

func (*MockUniversalClientMockRecorder) RandomKey

func (mr *MockUniversalClientMockRecorder) RandomKey(arg0 interface{}) *gomock.Call

RandomKey indicates an expected call of RandomKey.

func (*MockUniversalClientMockRecorder) ReadOnly

func (mr *MockUniversalClientMockRecorder) ReadOnly(arg0 interface{}) *gomock.Call

ReadOnly indicates an expected call of ReadOnly.

func (*MockUniversalClientMockRecorder) ReadWrite

func (mr *MockUniversalClientMockRecorder) ReadWrite(arg0 interface{}) *gomock.Call

ReadWrite indicates an expected call of ReadWrite.

func (*MockUniversalClientMockRecorder) Rename

func (mr *MockUniversalClientMockRecorder) Rename(arg0, arg1, arg2 interface{}) *gomock.Call

Rename indicates an expected call of Rename.

func (*MockUniversalClientMockRecorder) RenameNX

func (mr *MockUniversalClientMockRecorder) RenameNX(arg0, arg1, arg2 interface{}) *gomock.Call

RenameNX indicates an expected call of RenameNX.

func (*MockUniversalClientMockRecorder) Restore

func (mr *MockUniversalClientMockRecorder) Restore(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

Restore indicates an expected call of Restore.

func (*MockUniversalClientMockRecorder) RestoreReplace

func (mr *MockUniversalClientMockRecorder) RestoreReplace(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

RestoreReplace indicates an expected call of RestoreReplace.

func (*MockUniversalClientMockRecorder) SAdd

func (mr *MockUniversalClientMockRecorder) SAdd(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SAdd indicates an expected call of SAdd.

func (*MockUniversalClientMockRecorder) SCard

func (mr *MockUniversalClientMockRecorder) SCard(arg0, arg1 interface{}) *gomock.Call

SCard indicates an expected call of SCard.

func (*MockUniversalClientMockRecorder) SDiff

func (mr *MockUniversalClientMockRecorder) SDiff(arg0 interface{}, arg1 ...interface{}) *gomock.Call

SDiff indicates an expected call of SDiff.

func (*MockUniversalClientMockRecorder) SDiffStore

func (mr *MockUniversalClientMockRecorder) SDiffStore(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SDiffStore indicates an expected call of SDiffStore.

func (*MockUniversalClientMockRecorder) SInter

func (mr *MockUniversalClientMockRecorder) SInter(arg0 interface{}, arg1 ...interface{}) *gomock.Call

SInter indicates an expected call of SInter.

func (*MockUniversalClientMockRecorder) SInterStore

func (mr *MockUniversalClientMockRecorder) SInterStore(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SInterStore indicates an expected call of SInterStore.

func (*MockUniversalClientMockRecorder) SIsMember

func (mr *MockUniversalClientMockRecorder) SIsMember(arg0, arg1, arg2 interface{}) *gomock.Call

SIsMember indicates an expected call of SIsMember.

func (*MockUniversalClientMockRecorder) SMIsMember

func (mr *MockUniversalClientMockRecorder) SMIsMember(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SMIsMember indicates an expected call of SMIsMember.

func (*MockUniversalClientMockRecorder) SMembers

func (mr *MockUniversalClientMockRecorder) SMembers(arg0, arg1 interface{}) *gomock.Call

SMembers indicates an expected call of SMembers.

func (*MockUniversalClientMockRecorder) SMembersMap

func (mr *MockUniversalClientMockRecorder) SMembersMap(arg0, arg1 interface{}) *gomock.Call

SMembersMap indicates an expected call of SMembersMap.

func (*MockUniversalClientMockRecorder) SMove

func (mr *MockUniversalClientMockRecorder) SMove(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

SMove indicates an expected call of SMove.

func (*MockUniversalClientMockRecorder) SPop

func (mr *MockUniversalClientMockRecorder) SPop(arg0, arg1 interface{}) *gomock.Call

SPop indicates an expected call of SPop.

func (*MockUniversalClientMockRecorder) SPopN

func (mr *MockUniversalClientMockRecorder) SPopN(arg0, arg1, arg2 interface{}) *gomock.Call

SPopN indicates an expected call of SPopN.

func (*MockUniversalClientMockRecorder) SRandMember

func (mr *MockUniversalClientMockRecorder) SRandMember(arg0, arg1 interface{}) *gomock.Call

SRandMember indicates an expected call of SRandMember.

func (*MockUniversalClientMockRecorder) SRandMemberN

func (mr *MockUniversalClientMockRecorder) SRandMemberN(arg0, arg1, arg2 interface{}) *gomock.Call

SRandMemberN indicates an expected call of SRandMemberN.

func (*MockUniversalClientMockRecorder) SRem

func (mr *MockUniversalClientMockRecorder) SRem(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SRem indicates an expected call of SRem.

func (*MockUniversalClientMockRecorder) SScan

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

SScan indicates an expected call of SScan.

func (*MockUniversalClientMockRecorder) SUnion

func (mr *MockUniversalClientMockRecorder) SUnion(arg0 interface{}, arg1 ...interface{}) *gomock.Call

SUnion indicates an expected call of SUnion.

func (*MockUniversalClientMockRecorder) SUnionStore

func (mr *MockUniversalClientMockRecorder) SUnionStore(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SUnionStore indicates an expected call of SUnionStore.

func (*MockUniversalClientMockRecorder) Save

func (mr *MockUniversalClientMockRecorder) Save(arg0 interface{}) *gomock.Call

Save indicates an expected call of Save.

func (*MockUniversalClientMockRecorder) Scan

func (mr *MockUniversalClientMockRecorder) Scan(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

Scan indicates an expected call of Scan.

func (*MockUniversalClientMockRecorder) ScanType

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

ScanType indicates an expected call of ScanType.

func (*MockUniversalClientMockRecorder) ScriptExists

func (mr *MockUniversalClientMockRecorder) ScriptExists(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ScriptExists indicates an expected call of ScriptExists.

func (*MockUniversalClientMockRecorder) ScriptFlush

func (mr *MockUniversalClientMockRecorder) ScriptFlush(arg0 interface{}) *gomock.Call

ScriptFlush indicates an expected call of ScriptFlush.

func (*MockUniversalClientMockRecorder) ScriptKill

func (mr *MockUniversalClientMockRecorder) ScriptKill(arg0 interface{}) *gomock.Call

ScriptKill indicates an expected call of ScriptKill.

func (*MockUniversalClientMockRecorder) ScriptLoad

func (mr *MockUniversalClientMockRecorder) ScriptLoad(arg0, arg1 interface{}) *gomock.Call

ScriptLoad indicates an expected call of ScriptLoad.

func (*MockUniversalClientMockRecorder) Set

func (mr *MockUniversalClientMockRecorder) Set(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

Set indicates an expected call of Set.

func (*MockUniversalClientMockRecorder) SetArgs

func (mr *MockUniversalClientMockRecorder) SetArgs(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

SetArgs indicates an expected call of SetArgs.

func (*MockUniversalClientMockRecorder) SetBit

func (mr *MockUniversalClientMockRecorder) SetBit(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

SetBit indicates an expected call of SetBit.

func (*MockUniversalClientMockRecorder) SetEX

func (mr *MockUniversalClientMockRecorder) SetEX(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

SetEX indicates an expected call of SetEX.

func (*MockUniversalClientMockRecorder) SetNX

func (mr *MockUniversalClientMockRecorder) SetNX(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

SetNX indicates an expected call of SetNX.

func (*MockUniversalClientMockRecorder) SetRange

func (mr *MockUniversalClientMockRecorder) SetRange(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

SetRange indicates an expected call of SetRange.

func (*MockUniversalClientMockRecorder) SetXX

func (mr *MockUniversalClientMockRecorder) SetXX(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

SetXX indicates an expected call of SetXX.

func (*MockUniversalClientMockRecorder) Shutdown

func (mr *MockUniversalClientMockRecorder) Shutdown(arg0 interface{}) *gomock.Call

Shutdown indicates an expected call of Shutdown.

func (*MockUniversalClientMockRecorder) ShutdownNoSave

func (mr *MockUniversalClientMockRecorder) ShutdownNoSave(arg0 interface{}) *gomock.Call

ShutdownNoSave indicates an expected call of ShutdownNoSave.

func (*MockUniversalClientMockRecorder) ShutdownSave

func (mr *MockUniversalClientMockRecorder) ShutdownSave(arg0 interface{}) *gomock.Call

ShutdownSave indicates an expected call of ShutdownSave.

func (*MockUniversalClientMockRecorder) SlaveOf

func (mr *MockUniversalClientMockRecorder) SlaveOf(arg0, arg1, arg2 interface{}) *gomock.Call

SlaveOf indicates an expected call of SlaveOf.

func (*MockUniversalClientMockRecorder) Sort

func (mr *MockUniversalClientMockRecorder) Sort(arg0, arg1, arg2 interface{}) *gomock.Call

Sort indicates an expected call of Sort.

func (*MockUniversalClientMockRecorder) SortInterfaces

func (mr *MockUniversalClientMockRecorder) SortInterfaces(arg0, arg1, arg2 interface{}) *gomock.Call

SortInterfaces indicates an expected call of SortInterfaces.

func (*MockUniversalClientMockRecorder) SortStore

func (mr *MockUniversalClientMockRecorder) SortStore(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

SortStore indicates an expected call of SortStore.

func (*MockUniversalClientMockRecorder) StrLen

func (mr *MockUniversalClientMockRecorder) StrLen(arg0, arg1 interface{}) *gomock.Call

StrLen indicates an expected call of StrLen.

func (*MockUniversalClientMockRecorder) Subscribe

func (mr *MockUniversalClientMockRecorder) Subscribe(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Subscribe indicates an expected call of Subscribe.

func (*MockUniversalClientMockRecorder) TTL

func (mr *MockUniversalClientMockRecorder) TTL(arg0, arg1 interface{}) *gomock.Call

TTL indicates an expected call of TTL.

func (*MockUniversalClientMockRecorder) Time

func (mr *MockUniversalClientMockRecorder) Time(arg0 interface{}) *gomock.Call

Time indicates an expected call of Time.

func (*MockUniversalClientMockRecorder) Touch

func (mr *MockUniversalClientMockRecorder) Touch(arg0 interface{}, arg1 ...interface{}) *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 interface{}) *gomock.Call

TxPipelined indicates an expected call of TxPipelined.

func (*MockUniversalClientMockRecorder) Type

func (mr *MockUniversalClientMockRecorder) Type(arg0, arg1 interface{}) *gomock.Call

Type indicates an expected call of Type.

func (mr *MockUniversalClientMockRecorder) Unlink(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Unlink indicates an expected call of Unlink.

func (*MockUniversalClientMockRecorder) Watch

func (mr *MockUniversalClientMockRecorder) Watch(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Watch indicates an expected call of Watch.

func (*MockUniversalClientMockRecorder) XAck

func (mr *MockUniversalClientMockRecorder) XAck(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

XAck indicates an expected call of XAck.

func (*MockUniversalClientMockRecorder) XAdd

func (mr *MockUniversalClientMockRecorder) XAdd(arg0, arg1 interface{}) *gomock.Call

XAdd indicates an expected call of XAdd.

func (*MockUniversalClientMockRecorder) XAutoClaim

func (mr *MockUniversalClientMockRecorder) XAutoClaim(arg0, arg1 interface{}) *gomock.Call

XAutoClaim indicates an expected call of XAutoClaim.

func (*MockUniversalClientMockRecorder) XAutoClaimJustID

func (mr *MockUniversalClientMockRecorder) XAutoClaimJustID(arg0, arg1 interface{}) *gomock.Call

XAutoClaimJustID indicates an expected call of XAutoClaimJustID.

func (*MockUniversalClientMockRecorder) XClaim

func (mr *MockUniversalClientMockRecorder) XClaim(arg0, arg1 interface{}) *gomock.Call

XClaim indicates an expected call of XClaim.

func (*MockUniversalClientMockRecorder) XClaimJustID

func (mr *MockUniversalClientMockRecorder) XClaimJustID(arg0, arg1 interface{}) *gomock.Call

XClaimJustID indicates an expected call of XClaimJustID.

func (*MockUniversalClientMockRecorder) XDel

func (mr *MockUniversalClientMockRecorder) XDel(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

XDel indicates an expected call of XDel.

func (*MockUniversalClientMockRecorder) XGroupCreate

func (mr *MockUniversalClientMockRecorder) XGroupCreate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

XGroupCreate indicates an expected call of XGroupCreate.

func (*MockUniversalClientMockRecorder) XGroupCreateConsumer

func (mr *MockUniversalClientMockRecorder) XGroupCreateConsumer(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

XGroupCreateConsumer indicates an expected call of XGroupCreateConsumer.

func (*MockUniversalClientMockRecorder) XGroupCreateMkStream

func (mr *MockUniversalClientMockRecorder) XGroupCreateMkStream(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

XGroupCreateMkStream indicates an expected call of XGroupCreateMkStream.

func (*MockUniversalClientMockRecorder) XGroupDelConsumer

func (mr *MockUniversalClientMockRecorder) XGroupDelConsumer(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

XGroupDelConsumer indicates an expected call of XGroupDelConsumer.

func (*MockUniversalClientMockRecorder) XGroupDestroy

func (mr *MockUniversalClientMockRecorder) XGroupDestroy(arg0, arg1, arg2 interface{}) *gomock.Call

XGroupDestroy indicates an expected call of XGroupDestroy.

func (*MockUniversalClientMockRecorder) XGroupSetID

func (mr *MockUniversalClientMockRecorder) XGroupSetID(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

XGroupSetID indicates an expected call of XGroupSetID.

func (*MockUniversalClientMockRecorder) XInfoConsumers

func (mr *MockUniversalClientMockRecorder) XInfoConsumers(arg0, arg1, arg2 interface{}) *gomock.Call

XInfoConsumers indicates an expected call of XInfoConsumers.

func (*MockUniversalClientMockRecorder) XInfoGroups

func (mr *MockUniversalClientMockRecorder) XInfoGroups(arg0, arg1 interface{}) *gomock.Call

XInfoGroups indicates an expected call of XInfoGroups.

func (*MockUniversalClientMockRecorder) XInfoStream

func (mr *MockUniversalClientMockRecorder) XInfoStream(arg0, arg1 interface{}) *gomock.Call

XInfoStream indicates an expected call of XInfoStream.

func (*MockUniversalClientMockRecorder) XInfoStreamFull

func (mr *MockUniversalClientMockRecorder) XInfoStreamFull(arg0, arg1, arg2 interface{}) *gomock.Call

XInfoStreamFull indicates an expected call of XInfoStreamFull.

func (*MockUniversalClientMockRecorder) XLen

func (mr *MockUniversalClientMockRecorder) XLen(arg0, arg1 interface{}) *gomock.Call

XLen indicates an expected call of XLen.

func (*MockUniversalClientMockRecorder) XPending

func (mr *MockUniversalClientMockRecorder) XPending(arg0, arg1, arg2 interface{}) *gomock.Call

XPending indicates an expected call of XPending.

func (*MockUniversalClientMockRecorder) XPendingExt

func (mr *MockUniversalClientMockRecorder) XPendingExt(arg0, arg1 interface{}) *gomock.Call

XPendingExt indicates an expected call of XPendingExt.

func (*MockUniversalClientMockRecorder) XRange

func (mr *MockUniversalClientMockRecorder) XRange(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

XRange indicates an expected call of XRange.

func (*MockUniversalClientMockRecorder) XRangeN

func (mr *MockUniversalClientMockRecorder) XRangeN(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

XRangeN indicates an expected call of XRangeN.

func (*MockUniversalClientMockRecorder) XRead

func (mr *MockUniversalClientMockRecorder) XRead(arg0, arg1 interface{}) *gomock.Call

XRead indicates an expected call of XRead.

func (*MockUniversalClientMockRecorder) XReadGroup

func (mr *MockUniversalClientMockRecorder) XReadGroup(arg0, arg1 interface{}) *gomock.Call

XReadGroup indicates an expected call of XReadGroup.

func (*MockUniversalClientMockRecorder) XReadStreams

func (mr *MockUniversalClientMockRecorder) XReadStreams(arg0 interface{}, arg1 ...interface{}) *gomock.Call

XReadStreams indicates an expected call of XReadStreams.

func (*MockUniversalClientMockRecorder) XRevRange

func (mr *MockUniversalClientMockRecorder) XRevRange(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

XRevRange indicates an expected call of XRevRange.

func (*MockUniversalClientMockRecorder) XRevRangeN

func (mr *MockUniversalClientMockRecorder) XRevRangeN(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

XRevRangeN indicates an expected call of XRevRangeN.

func (*MockUniversalClientMockRecorder) XTrim

func (mr *MockUniversalClientMockRecorder) XTrim(arg0, arg1, arg2 interface{}) *gomock.Call

XTrim indicates an expected call of XTrim.

func (*MockUniversalClientMockRecorder) XTrimApprox

func (mr *MockUniversalClientMockRecorder) XTrimApprox(arg0, arg1, arg2 interface{}) *gomock.Call

XTrimApprox indicates an expected call of XTrimApprox.

func (*MockUniversalClientMockRecorder) XTrimMaxLen

func (mr *MockUniversalClientMockRecorder) XTrimMaxLen(arg0, arg1, arg2 interface{}) *gomock.Call

XTrimMaxLen indicates an expected call of XTrimMaxLen.

func (*MockUniversalClientMockRecorder) XTrimMaxLenApprox

func (mr *MockUniversalClientMockRecorder) XTrimMaxLenApprox(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

XTrimMaxLenApprox indicates an expected call of XTrimMaxLenApprox.

func (*MockUniversalClientMockRecorder) XTrimMinID

func (mr *MockUniversalClientMockRecorder) XTrimMinID(arg0, arg1, arg2 interface{}) *gomock.Call

XTrimMinID indicates an expected call of XTrimMinID.

func (*MockUniversalClientMockRecorder) XTrimMinIDApprox

func (mr *MockUniversalClientMockRecorder) XTrimMinIDApprox(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

XTrimMinIDApprox indicates an expected call of XTrimMinIDApprox.

func (*MockUniversalClientMockRecorder) ZAdd

func (mr *MockUniversalClientMockRecorder) ZAdd(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ZAdd indicates an expected call of ZAdd.

func (*MockUniversalClientMockRecorder) ZAddArgs

func (mr *MockUniversalClientMockRecorder) ZAddArgs(arg0, arg1, arg2 interface{}) *gomock.Call

ZAddArgs indicates an expected call of ZAddArgs.

func (*MockUniversalClientMockRecorder) ZAddArgsIncr

func (mr *MockUniversalClientMockRecorder) ZAddArgsIncr(arg0, arg1, arg2 interface{}) *gomock.Call

ZAddArgsIncr indicates an expected call of ZAddArgsIncr.

func (*MockUniversalClientMockRecorder) ZAddCh

func (mr *MockUniversalClientMockRecorder) ZAddCh(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ZAddCh indicates an expected call of ZAddCh.

func (*MockUniversalClientMockRecorder) ZAddNX

func (mr *MockUniversalClientMockRecorder) ZAddNX(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ZAddNX indicates an expected call of ZAddNX.

func (*MockUniversalClientMockRecorder) ZAddNXCh

func (mr *MockUniversalClientMockRecorder) ZAddNXCh(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ZAddNXCh indicates an expected call of ZAddNXCh.

func (*MockUniversalClientMockRecorder) ZAddXX

func (mr *MockUniversalClientMockRecorder) ZAddXX(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ZAddXX indicates an expected call of ZAddXX.

func (*MockUniversalClientMockRecorder) ZAddXXCh

func (mr *MockUniversalClientMockRecorder) ZAddXXCh(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ZAddXXCh indicates an expected call of ZAddXXCh.

func (*MockUniversalClientMockRecorder) ZCard

func (mr *MockUniversalClientMockRecorder) ZCard(arg0, arg1 interface{}) *gomock.Call

ZCard indicates an expected call of ZCard.

func (*MockUniversalClientMockRecorder) ZCount

func (mr *MockUniversalClientMockRecorder) ZCount(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ZCount indicates an expected call of ZCount.

func (*MockUniversalClientMockRecorder) ZDiff

func (mr *MockUniversalClientMockRecorder) ZDiff(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ZDiff indicates an expected call of ZDiff.

func (*MockUniversalClientMockRecorder) ZDiffStore

func (mr *MockUniversalClientMockRecorder) ZDiffStore(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ZDiffStore indicates an expected call of ZDiffStore.

func (*MockUniversalClientMockRecorder) ZDiffWithScores

func (mr *MockUniversalClientMockRecorder) ZDiffWithScores(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ZDiffWithScores indicates an expected call of ZDiffWithScores.

func (*MockUniversalClientMockRecorder) ZIncr

func (mr *MockUniversalClientMockRecorder) ZIncr(arg0, arg1, arg2 interface{}) *gomock.Call

ZIncr indicates an expected call of ZIncr.

func (*MockUniversalClientMockRecorder) ZIncrBy

func (mr *MockUniversalClientMockRecorder) ZIncrBy(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ZIncrBy indicates an expected call of ZIncrBy.

func (*MockUniversalClientMockRecorder) ZIncrNX

func (mr *MockUniversalClientMockRecorder) ZIncrNX(arg0, arg1, arg2 interface{}) *gomock.Call

ZIncrNX indicates an expected call of ZIncrNX.

func (*MockUniversalClientMockRecorder) ZIncrXX

func (mr *MockUniversalClientMockRecorder) ZIncrXX(arg0, arg1, arg2 interface{}) *gomock.Call

ZIncrXX indicates an expected call of ZIncrXX.

func (*MockUniversalClientMockRecorder) ZInter

func (mr *MockUniversalClientMockRecorder) ZInter(arg0, arg1 interface{}) *gomock.Call

ZInter indicates an expected call of ZInter.

func (*MockUniversalClientMockRecorder) ZInterStore

func (mr *MockUniversalClientMockRecorder) ZInterStore(arg0, arg1, arg2 interface{}) *gomock.Call

ZInterStore indicates an expected call of ZInterStore.

func (*MockUniversalClientMockRecorder) ZInterWithScores

func (mr *MockUniversalClientMockRecorder) ZInterWithScores(arg0, arg1 interface{}) *gomock.Call

ZInterWithScores indicates an expected call of ZInterWithScores.

func (*MockUniversalClientMockRecorder) ZLexCount

func (mr *MockUniversalClientMockRecorder) ZLexCount(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ZLexCount indicates an expected call of ZLexCount.

func (*MockUniversalClientMockRecorder) ZMScore

func (mr *MockUniversalClientMockRecorder) ZMScore(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ZMScore indicates an expected call of ZMScore.

func (*MockUniversalClientMockRecorder) ZPopMax

func (mr *MockUniversalClientMockRecorder) ZPopMax(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ZPopMax indicates an expected call of ZPopMax.

func (*MockUniversalClientMockRecorder) ZPopMin

func (mr *MockUniversalClientMockRecorder) ZPopMin(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ZPopMin indicates an expected call of ZPopMin.

func (*MockUniversalClientMockRecorder) ZRandMember

func (mr *MockUniversalClientMockRecorder) ZRandMember(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ZRandMember indicates an expected call of ZRandMember.

func (*MockUniversalClientMockRecorder) ZRange

func (mr *MockUniversalClientMockRecorder) ZRange(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ZRange indicates an expected call of ZRange.

func (*MockUniversalClientMockRecorder) ZRangeArgs

func (mr *MockUniversalClientMockRecorder) ZRangeArgs(arg0, arg1 interface{}) *gomock.Call

ZRangeArgs indicates an expected call of ZRangeArgs.

func (*MockUniversalClientMockRecorder) ZRangeArgsWithScores

func (mr *MockUniversalClientMockRecorder) ZRangeArgsWithScores(arg0, arg1 interface{}) *gomock.Call

ZRangeArgsWithScores indicates an expected call of ZRangeArgsWithScores.

func (*MockUniversalClientMockRecorder) ZRangeByLex

func (mr *MockUniversalClientMockRecorder) ZRangeByLex(arg0, arg1, arg2 interface{}) *gomock.Call

ZRangeByLex indicates an expected call of ZRangeByLex.

func (*MockUniversalClientMockRecorder) ZRangeByScore

func (mr *MockUniversalClientMockRecorder) ZRangeByScore(arg0, arg1, arg2 interface{}) *gomock.Call

ZRangeByScore indicates an expected call of ZRangeByScore.

func (*MockUniversalClientMockRecorder) ZRangeByScoreWithScores

func (mr *MockUniversalClientMockRecorder) ZRangeByScoreWithScores(arg0, arg1, arg2 interface{}) *gomock.Call

ZRangeByScoreWithScores indicates an expected call of ZRangeByScoreWithScores.

func (*MockUniversalClientMockRecorder) ZRangeStore

func (mr *MockUniversalClientMockRecorder) ZRangeStore(arg0, arg1, arg2 interface{}) *gomock.Call

ZRangeStore indicates an expected call of ZRangeStore.

func (*MockUniversalClientMockRecorder) ZRangeWithScores

func (mr *MockUniversalClientMockRecorder) ZRangeWithScores(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ZRangeWithScores indicates an expected call of ZRangeWithScores.

func (*MockUniversalClientMockRecorder) ZRank

func (mr *MockUniversalClientMockRecorder) ZRank(arg0, arg1, arg2 interface{}) *gomock.Call

ZRank indicates an expected call of ZRank.

func (*MockUniversalClientMockRecorder) ZRem

func (mr *MockUniversalClientMockRecorder) ZRem(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ZRem indicates an expected call of ZRem.

func (*MockUniversalClientMockRecorder) ZRemRangeByLex

func (mr *MockUniversalClientMockRecorder) ZRemRangeByLex(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ZRemRangeByLex indicates an expected call of ZRemRangeByLex.

func (*MockUniversalClientMockRecorder) ZRemRangeByRank

func (mr *MockUniversalClientMockRecorder) ZRemRangeByRank(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ZRemRangeByRank indicates an expected call of ZRemRangeByRank.

func (*MockUniversalClientMockRecorder) ZRemRangeByScore

func (mr *MockUniversalClientMockRecorder) ZRemRangeByScore(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ZRemRangeByScore indicates an expected call of ZRemRangeByScore.

func (*MockUniversalClientMockRecorder) ZRevRange

func (mr *MockUniversalClientMockRecorder) ZRevRange(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ZRevRange indicates an expected call of ZRevRange.

func (*MockUniversalClientMockRecorder) ZRevRangeByLex

func (mr *MockUniversalClientMockRecorder) ZRevRangeByLex(arg0, arg1, arg2 interface{}) *gomock.Call

ZRevRangeByLex indicates an expected call of ZRevRangeByLex.

func (*MockUniversalClientMockRecorder) ZRevRangeByScore

func (mr *MockUniversalClientMockRecorder) ZRevRangeByScore(arg0, arg1, arg2 interface{}) *gomock.Call

ZRevRangeByScore indicates an expected call of ZRevRangeByScore.

func (*MockUniversalClientMockRecorder) ZRevRangeByScoreWithScores

func (mr *MockUniversalClientMockRecorder) ZRevRangeByScoreWithScores(arg0, arg1, arg2 interface{}) *gomock.Call

ZRevRangeByScoreWithScores indicates an expected call of ZRevRangeByScoreWithScores.

func (*MockUniversalClientMockRecorder) ZRevRangeWithScores

func (mr *MockUniversalClientMockRecorder) ZRevRangeWithScores(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ZRevRangeWithScores indicates an expected call of ZRevRangeWithScores.

func (*MockUniversalClientMockRecorder) ZRevRank

func (mr *MockUniversalClientMockRecorder) ZRevRank(arg0, arg1, arg2 interface{}) *gomock.Call

ZRevRank indicates an expected call of ZRevRank.

func (*MockUniversalClientMockRecorder) ZScan

func (mr *MockUniversalClientMockRecorder) ZScan(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

ZScan indicates an expected call of ZScan.

func (*MockUniversalClientMockRecorder) ZScore

func (mr *MockUniversalClientMockRecorder) ZScore(arg0, arg1, arg2 interface{}) *gomock.Call

ZScore indicates an expected call of ZScore.

func (*MockUniversalClientMockRecorder) ZUnion

func (mr *MockUniversalClientMockRecorder) ZUnion(arg0, arg1 interface{}) *gomock.Call

ZUnion indicates an expected call of ZUnion.

func (*MockUniversalClientMockRecorder) ZUnionStore

func (mr *MockUniversalClientMockRecorder) ZUnionStore(arg0, arg1, arg2 interface{}) *gomock.Call

ZUnionStore indicates an expected call of ZUnionStore.

func (*MockUniversalClientMockRecorder) ZUnionWithScores

func (mr *MockUniversalClientMockRecorder) ZUnionWithScores(arg0, arg1 interface{}) *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