redis

package
v0.0.0-...-f6a879a Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCmdable

type MockCmdable struct {
	mock.Mock
}

MockCmdable is an autogenerated mock type for the Cmdable type

func NewMockCmdable

func NewMockCmdable(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockCmdable

NewMockCmdable creates a new instance of MockCmdable. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockCmdable) ACLDryRun

func (_m *MockCmdable) ACLDryRun(ctx context.Context, username string, command ...interface{}) *redis.StringCmd

ACLDryRun provides a mock function with given fields: ctx, username, command

func (*MockCmdable) ACLLog

func (_m *MockCmdable) ACLLog(ctx context.Context, count int64) *redis.ACLLogCmd

ACLLog provides a mock function with given fields: ctx, count

func (*MockCmdable) ACLLogReset

func (_m *MockCmdable) ACLLogReset(ctx context.Context) *redis.StatusCmd

ACLLogReset provides a mock function with given fields: ctx

func (*MockCmdable) Append

func (_m *MockCmdable) Append(ctx context.Context, key string, value string) *redis.IntCmd

Append provides a mock function with given fields: ctx, key, value

func (*MockCmdable) BFAdd

func (_m *MockCmdable) BFAdd(ctx context.Context, key string, element interface{}) *redis.BoolCmd

BFAdd provides a mock function with given fields: ctx, key, element

func (*MockCmdable) BFCard

func (_m *MockCmdable) BFCard(ctx context.Context, key string) *redis.IntCmd

BFCard provides a mock function with given fields: ctx, key

func (*MockCmdable) BFExists

func (_m *MockCmdable) BFExists(ctx context.Context, key string, element interface{}) *redis.BoolCmd

BFExists provides a mock function with given fields: ctx, key, element

func (*MockCmdable) BFInfo

func (_m *MockCmdable) BFInfo(ctx context.Context, key string) *redis.BFInfoCmd

BFInfo provides a mock function with given fields: ctx, key

func (*MockCmdable) BFInfoArg

func (_m *MockCmdable) BFInfoArg(ctx context.Context, key string, option string) *redis.BFInfoCmd

BFInfoArg provides a mock function with given fields: ctx, key, option

func (*MockCmdable) BFInfoCapacity

func (_m *MockCmdable) BFInfoCapacity(ctx context.Context, key string) *redis.BFInfoCmd

BFInfoCapacity provides a mock function with given fields: ctx, key

func (*MockCmdable) BFInfoExpansion

func (_m *MockCmdable) BFInfoExpansion(ctx context.Context, key string) *redis.BFInfoCmd

BFInfoExpansion provides a mock function with given fields: ctx, key

func (*MockCmdable) BFInfoFilters

func (_m *MockCmdable) BFInfoFilters(ctx context.Context, key string) *redis.BFInfoCmd

BFInfoFilters provides a mock function with given fields: ctx, key

func (*MockCmdable) BFInfoItems

func (_m *MockCmdable) BFInfoItems(ctx context.Context, key string) *redis.BFInfoCmd

BFInfoItems provides a mock function with given fields: ctx, key

func (*MockCmdable) BFInfoSize

func (_m *MockCmdable) BFInfoSize(ctx context.Context, key string) *redis.BFInfoCmd

BFInfoSize provides a mock function with given fields: ctx, key

func (*MockCmdable) BFInsert

func (_m *MockCmdable) BFInsert(ctx context.Context, key string, options *redis.BFInsertOptions, elements ...interface{}) *redis.BoolSliceCmd

BFInsert provides a mock function with given fields: ctx, key, options, elements

func (*MockCmdable) BFLoadChunk

func (_m *MockCmdable) BFLoadChunk(ctx context.Context, key string, iterator int64, data interface{}) *redis.StatusCmd

BFLoadChunk provides a mock function with given fields: ctx, key, iterator, data

func (*MockCmdable) BFMAdd

func (_m *MockCmdable) BFMAdd(ctx context.Context, key string, elements ...interface{}) *redis.BoolSliceCmd

BFMAdd provides a mock function with given fields: ctx, key, elements

func (*MockCmdable) BFMExists

func (_m *MockCmdable) BFMExists(ctx context.Context, key string, elements ...interface{}) *redis.BoolSliceCmd

BFMExists provides a mock function with given fields: ctx, key, elements

func (*MockCmdable) BFReserve

func (_m *MockCmdable) BFReserve(ctx context.Context, key string, errorRate float64, capacity int64) *redis.StatusCmd

BFReserve provides a mock function with given fields: ctx, key, errorRate, capacity

func (*MockCmdable) BFReserveExpansion

func (_m *MockCmdable) BFReserveExpansion(ctx context.Context, key string, errorRate float64, capacity int64, expansion int64) *redis.StatusCmd

BFReserveExpansion provides a mock function with given fields: ctx, key, errorRate, capacity, expansion

func (*MockCmdable) BFReserveNonScaling

func (_m *MockCmdable) BFReserveNonScaling(ctx context.Context, key string, errorRate float64, capacity int64) *redis.StatusCmd

BFReserveNonScaling provides a mock function with given fields: ctx, key, errorRate, capacity

func (*MockCmdable) BFReserveWithArgs

func (_m *MockCmdable) BFReserveWithArgs(ctx context.Context, key string, options *redis.BFReserveOptions) *redis.StatusCmd

BFReserveWithArgs provides a mock function with given fields: ctx, key, options

func (*MockCmdable) BFScanDump

func (_m *MockCmdable) BFScanDump(ctx context.Context, key string, iterator int64) *redis.ScanDumpCmd

BFScanDump provides a mock function with given fields: ctx, key, iterator

func (*MockCmdable) BLMPop

func (_m *MockCmdable) BLMPop(ctx context.Context, timeout time.Duration, direction string, count int64, keys ...string) *redis.KeyValuesCmd

BLMPop provides a mock function with given fields: ctx, timeout, direction, count, keys

func (*MockCmdable) BLMove

func (_m *MockCmdable) BLMove(ctx context.Context, source string, destination string, srcpos string, destpos string, timeout time.Duration) *redis.StringCmd

BLMove provides a mock function with given fields: ctx, source, destination, srcpos, destpos, timeout

func (*MockCmdable) BLPop

func (_m *MockCmdable) BLPop(ctx context.Context, timeout time.Duration, keys ...string) *redis.StringSliceCmd

BLPop provides a mock function with given fields: ctx, timeout, keys

func (*MockCmdable) BRPop

func (_m *MockCmdable) BRPop(ctx context.Context, timeout time.Duration, keys ...string) *redis.StringSliceCmd

BRPop provides a mock function with given fields: ctx, timeout, keys

func (*MockCmdable) BRPopLPush

func (_m *MockCmdable) BRPopLPush(ctx context.Context, source string, destination string, timeout time.Duration) *redis.StringCmd

BRPopLPush provides a mock function with given fields: ctx, source, destination, timeout

func (*MockCmdable) BZMPop

func (_m *MockCmdable) BZMPop(ctx context.Context, timeout time.Duration, order string, count int64, keys ...string) *redis.ZSliceWithKeyCmd

BZMPop provides a mock function with given fields: ctx, timeout, order, count, keys

func (*MockCmdable) BZPopMax

func (_m *MockCmdable) BZPopMax(ctx context.Context, timeout time.Duration, keys ...string) *redis.ZWithKeyCmd

BZPopMax provides a mock function with given fields: ctx, timeout, keys

func (*MockCmdable) BZPopMin

func (_m *MockCmdable) BZPopMin(ctx context.Context, timeout time.Duration, keys ...string) *redis.ZWithKeyCmd

BZPopMin provides a mock function with given fields: ctx, timeout, keys

func (*MockCmdable) BgRewriteAOF

func (_m *MockCmdable) BgRewriteAOF(ctx context.Context) *redis.StatusCmd

BgRewriteAOF provides a mock function with given fields: ctx

func (*MockCmdable) BgSave

func (_m *MockCmdable) BgSave(ctx context.Context) *redis.StatusCmd

BgSave provides a mock function with given fields: ctx

func (*MockCmdable) BitCount

func (_m *MockCmdable) BitCount(ctx context.Context, key string, bitCount *redis.BitCount) *redis.IntCmd

BitCount provides a mock function with given fields: ctx, key, bitCount

func (*MockCmdable) BitField

func (_m *MockCmdable) BitField(ctx context.Context, key string, values ...interface{}) *redis.IntSliceCmd

BitField provides a mock function with given fields: ctx, key, values

func (*MockCmdable) BitOpAnd

func (_m *MockCmdable) BitOpAnd(ctx context.Context, destKey string, keys ...string) *redis.IntCmd

BitOpAnd provides a mock function with given fields: ctx, destKey, keys

func (*MockCmdable) BitOpNot

func (_m *MockCmdable) BitOpNot(ctx context.Context, destKey string, key string) *redis.IntCmd

BitOpNot provides a mock function with given fields: ctx, destKey, key

func (*MockCmdable) BitOpOr

func (_m *MockCmdable) BitOpOr(ctx context.Context, destKey string, keys ...string) *redis.IntCmd

BitOpOr provides a mock function with given fields: ctx, destKey, keys

func (*MockCmdable) BitOpXor

func (_m *MockCmdable) BitOpXor(ctx context.Context, destKey string, keys ...string) *redis.IntCmd

BitOpXor provides a mock function with given fields: ctx, destKey, keys

func (*MockCmdable) BitPos

func (_m *MockCmdable) BitPos(ctx context.Context, key string, bit int64, pos ...int64) *redis.IntCmd

BitPos provides a mock function with given fields: ctx, key, bit, pos

func (*MockCmdable) BitPosSpan

func (_m *MockCmdable) BitPosSpan(ctx context.Context, key string, bit int8, start int64, end int64, span string) *redis.IntCmd

BitPosSpan provides a mock function with given fields: ctx, key, bit, start, end, span

func (*MockCmdable) CFAdd

func (_m *MockCmdable) CFAdd(ctx context.Context, key string, element interface{}) *redis.BoolCmd

CFAdd provides a mock function with given fields: ctx, key, element

func (*MockCmdable) CFAddNX

func (_m *MockCmdable) CFAddNX(ctx context.Context, key string, element interface{}) *redis.BoolCmd

CFAddNX provides a mock function with given fields: ctx, key, element

func (*MockCmdable) CFCount

func (_m *MockCmdable) CFCount(ctx context.Context, key string, element interface{}) *redis.IntCmd

CFCount provides a mock function with given fields: ctx, key, element

func (*MockCmdable) CFDel

func (_m *MockCmdable) CFDel(ctx context.Context, key string, element interface{}) *redis.BoolCmd

CFDel provides a mock function with given fields: ctx, key, element

func (*MockCmdable) CFExists

func (_m *MockCmdable) CFExists(ctx context.Context, key string, element interface{}) *redis.BoolCmd

CFExists provides a mock function with given fields: ctx, key, element

func (*MockCmdable) CFInfo

func (_m *MockCmdable) CFInfo(ctx context.Context, key string) *redis.CFInfoCmd

CFInfo provides a mock function with given fields: ctx, key

func (*MockCmdable) CFInsert

func (_m *MockCmdable) CFInsert(ctx context.Context, key string, options *redis.CFInsertOptions, elements ...interface{}) *redis.BoolSliceCmd

CFInsert provides a mock function with given fields: ctx, key, options, elements

func (*MockCmdable) CFInsertNX

func (_m *MockCmdable) CFInsertNX(ctx context.Context, key string, options *redis.CFInsertOptions, elements ...interface{}) *redis.IntSliceCmd

CFInsertNX provides a mock function with given fields: ctx, key, options, elements

func (*MockCmdable) CFLoadChunk

func (_m *MockCmdable) CFLoadChunk(ctx context.Context, key string, iterator int64, data interface{}) *redis.StatusCmd

CFLoadChunk provides a mock function with given fields: ctx, key, iterator, data

func (*MockCmdable) CFMExists

func (_m *MockCmdable) CFMExists(ctx context.Context, key string, elements ...interface{}) *redis.BoolSliceCmd

CFMExists provides a mock function with given fields: ctx, key, elements

func (*MockCmdable) CFReserve

func (_m *MockCmdable) CFReserve(ctx context.Context, key string, capacity int64) *redis.StatusCmd

CFReserve provides a mock function with given fields: ctx, key, capacity

func (*MockCmdable) CFReserveBucketSize

func (_m *MockCmdable) CFReserveBucketSize(ctx context.Context, key string, capacity int64, bucketsize int64) *redis.StatusCmd

CFReserveBucketSize provides a mock function with given fields: ctx, key, capacity, bucketsize

func (*MockCmdable) CFReserveExpansion

func (_m *MockCmdable) CFReserveExpansion(ctx context.Context, key string, capacity int64, expansion int64) *redis.StatusCmd

CFReserveExpansion provides a mock function with given fields: ctx, key, capacity, expansion

func (*MockCmdable) CFReserveMaxIterations

func (_m *MockCmdable) CFReserveMaxIterations(ctx context.Context, key string, capacity int64, maxiterations int64) *redis.StatusCmd

CFReserveMaxIterations provides a mock function with given fields: ctx, key, capacity, maxiterations

func (*MockCmdable) CFReserveWithArgs

func (_m *MockCmdable) CFReserveWithArgs(ctx context.Context, key string, options *redis.CFReserveOptions) *redis.StatusCmd

CFReserveWithArgs provides a mock function with given fields: ctx, key, options

func (*MockCmdable) CFScanDump

func (_m *MockCmdable) CFScanDump(ctx context.Context, key string, iterator int64) *redis.ScanDumpCmd

CFScanDump provides a mock function with given fields: ctx, key, iterator

func (*MockCmdable) CMSIncrBy

func (_m *MockCmdable) CMSIncrBy(ctx context.Context, key string, elements ...interface{}) *redis.IntSliceCmd

CMSIncrBy provides a mock function with given fields: ctx, key, elements

func (*MockCmdable) CMSInfo

func (_m *MockCmdable) CMSInfo(ctx context.Context, key string) *redis.CMSInfoCmd

CMSInfo provides a mock function with given fields: ctx, key

func (*MockCmdable) CMSInitByDim

func (_m *MockCmdable) CMSInitByDim(ctx context.Context, key string, width int64, height int64) *redis.StatusCmd

CMSInitByDim provides a mock function with given fields: ctx, key, width, height

func (*MockCmdable) CMSInitByProb

func (_m *MockCmdable) CMSInitByProb(ctx context.Context, key string, errorRate float64, probability float64) *redis.StatusCmd

CMSInitByProb provides a mock function with given fields: ctx, key, errorRate, probability

func (*MockCmdable) CMSMerge

func (_m *MockCmdable) CMSMerge(ctx context.Context, destKey string, sourceKeys ...string) *redis.StatusCmd

CMSMerge provides a mock function with given fields: ctx, destKey, sourceKeys

func (*MockCmdable) CMSMergeWithWeight

func (_m *MockCmdable) CMSMergeWithWeight(ctx context.Context, destKey string, sourceKeys map[string]int64) *redis.StatusCmd

CMSMergeWithWeight provides a mock function with given fields: ctx, destKey, sourceKeys

func (*MockCmdable) CMSQuery

func (_m *MockCmdable) CMSQuery(ctx context.Context, key string, elements ...interface{}) *redis.IntSliceCmd

CMSQuery provides a mock function with given fields: ctx, key, elements

func (*MockCmdable) ClientGetName

func (_m *MockCmdable) ClientGetName(ctx context.Context) *redis.StringCmd

ClientGetName provides a mock function with given fields: ctx

func (*MockCmdable) ClientID

func (_m *MockCmdable) ClientID(ctx context.Context) *redis.IntCmd

ClientID provides a mock function with given fields: ctx

func (*MockCmdable) ClientInfo

func (_m *MockCmdable) ClientInfo(ctx context.Context) *redis.ClientInfoCmd

ClientInfo provides a mock function with given fields: ctx

func (*MockCmdable) ClientKill

func (_m *MockCmdable) ClientKill(ctx context.Context, ipPort string) *redis.StatusCmd

ClientKill provides a mock function with given fields: ctx, ipPort

func (*MockCmdable) ClientKillByFilter

func (_m *MockCmdable) ClientKillByFilter(ctx context.Context, keys ...string) *redis.IntCmd

ClientKillByFilter provides a mock function with given fields: ctx, keys

func (*MockCmdable) ClientList

func (_m *MockCmdable) ClientList(ctx context.Context) *redis.StringCmd

ClientList provides a mock function with given fields: ctx

func (*MockCmdable) ClientPause

func (_m *MockCmdable) ClientPause(ctx context.Context, dur time.Duration) *redis.BoolCmd

ClientPause provides a mock function with given fields: ctx, dur

func (*MockCmdable) ClientUnblock

func (_m *MockCmdable) ClientUnblock(ctx context.Context, id int64) *redis.IntCmd

ClientUnblock provides a mock function with given fields: ctx, id

func (*MockCmdable) ClientUnblockWithError

func (_m *MockCmdable) ClientUnblockWithError(ctx context.Context, id int64) *redis.IntCmd

ClientUnblockWithError provides a mock function with given fields: ctx, id

func (*MockCmdable) ClientUnpause

func (_m *MockCmdable) ClientUnpause(ctx context.Context) *redis.BoolCmd

ClientUnpause provides a mock function with given fields: ctx

func (*MockCmdable) ClusterAddSlots

func (_m *MockCmdable) ClusterAddSlots(ctx context.Context, slots ...int) *redis.StatusCmd

ClusterAddSlots provides a mock function with given fields: ctx, slots

func (*MockCmdable) ClusterAddSlotsRange

func (_m *MockCmdable) ClusterAddSlotsRange(ctx context.Context, min int, max int) *redis.StatusCmd

ClusterAddSlotsRange provides a mock function with given fields: ctx, min, max

func (*MockCmdable) ClusterCountFailureReports

func (_m *MockCmdable) ClusterCountFailureReports(ctx context.Context, nodeID string) *redis.IntCmd

ClusterCountFailureReports provides a mock function with given fields: ctx, nodeID

func (*MockCmdable) ClusterCountKeysInSlot

func (_m *MockCmdable) ClusterCountKeysInSlot(ctx context.Context, slot int) *redis.IntCmd

ClusterCountKeysInSlot provides a mock function with given fields: ctx, slot

func (*MockCmdable) ClusterDelSlots

func (_m *MockCmdable) ClusterDelSlots(ctx context.Context, slots ...int) *redis.StatusCmd

ClusterDelSlots provides a mock function with given fields: ctx, slots

func (*MockCmdable) ClusterDelSlotsRange

func (_m *MockCmdable) ClusterDelSlotsRange(ctx context.Context, min int, max int) *redis.StatusCmd

ClusterDelSlotsRange provides a mock function with given fields: ctx, min, max

func (*MockCmdable) ClusterFailover

func (_m *MockCmdable) ClusterFailover(ctx context.Context) *redis.StatusCmd

ClusterFailover provides a mock function with given fields: ctx

func (*MockCmdable) ClusterForget

func (_m *MockCmdable) ClusterForget(ctx context.Context, nodeID string) *redis.StatusCmd

ClusterForget provides a mock function with given fields: ctx, nodeID

func (*MockCmdable) ClusterGetKeysInSlot

func (_m *MockCmdable) ClusterGetKeysInSlot(ctx context.Context, slot int, count int) *redis.StringSliceCmd

ClusterGetKeysInSlot provides a mock function with given fields: ctx, slot, count

func (*MockCmdable) ClusterInfo

func (_m *MockCmdable) ClusterInfo(ctx context.Context) *redis.StringCmd

ClusterInfo provides a mock function with given fields: ctx

func (*MockCmdable) ClusterKeySlot

func (_m *MockCmdable) ClusterKeySlot(ctx context.Context, key string) *redis.IntCmd

ClusterKeySlot provides a mock function with given fields: ctx, key

func (_m *MockCmdable) ClusterLinks(ctx context.Context) *redis.ClusterLinksCmd

ClusterLinks provides a mock function with given fields: ctx

func (*MockCmdable) ClusterMeet

func (_m *MockCmdable) ClusterMeet(ctx context.Context, host string, port string) *redis.StatusCmd

ClusterMeet provides a mock function with given fields: ctx, host, port

func (*MockCmdable) ClusterMyShardID

func (_m *MockCmdable) ClusterMyShardID(ctx context.Context) *redis.StringCmd

ClusterMyShardID provides a mock function with given fields: ctx

func (*MockCmdable) ClusterNodes

func (_m *MockCmdable) ClusterNodes(ctx context.Context) *redis.StringCmd

ClusterNodes provides a mock function with given fields: ctx

func (*MockCmdable) ClusterReplicate

func (_m *MockCmdable) ClusterReplicate(ctx context.Context, nodeID string) *redis.StatusCmd

ClusterReplicate provides a mock function with given fields: ctx, nodeID

func (*MockCmdable) ClusterResetHard

func (_m *MockCmdable) ClusterResetHard(ctx context.Context) *redis.StatusCmd

ClusterResetHard provides a mock function with given fields: ctx

func (*MockCmdable) ClusterResetSoft

func (_m *MockCmdable) ClusterResetSoft(ctx context.Context) *redis.StatusCmd

ClusterResetSoft provides a mock function with given fields: ctx

func (*MockCmdable) ClusterSaveConfig

func (_m *MockCmdable) ClusterSaveConfig(ctx context.Context) *redis.StatusCmd

ClusterSaveConfig provides a mock function with given fields: ctx

func (*MockCmdable) ClusterShards

func (_m *MockCmdable) ClusterShards(ctx context.Context) *redis.ClusterShardsCmd

ClusterShards provides a mock function with given fields: ctx

func (*MockCmdable) ClusterSlaves

func (_m *MockCmdable) ClusterSlaves(ctx context.Context, nodeID string) *redis.StringSliceCmd

ClusterSlaves provides a mock function with given fields: ctx, nodeID

func (*MockCmdable) ClusterSlots

func (_m *MockCmdable) ClusterSlots(ctx context.Context) *redis.ClusterSlotsCmd

ClusterSlots provides a mock function with given fields: ctx

func (*MockCmdable) Command

func (_m *MockCmdable) Command(ctx context.Context) *redis.CommandsInfoCmd

Command provides a mock function with given fields: ctx

func (*MockCmdable) CommandGetKeys

func (_m *MockCmdable) CommandGetKeys(ctx context.Context, commands ...interface{}) *redis.StringSliceCmd

CommandGetKeys provides a mock function with given fields: ctx, commands

func (*MockCmdable) CommandGetKeysAndFlags

func (_m *MockCmdable) CommandGetKeysAndFlags(ctx context.Context, commands ...interface{}) *redis.KeyFlagsCmd

CommandGetKeysAndFlags provides a mock function with given fields: ctx, commands

func (*MockCmdable) CommandList

func (_m *MockCmdable) CommandList(ctx context.Context, filter *redis.FilterBy) *redis.StringSliceCmd

CommandList provides a mock function with given fields: ctx, filter

func (*MockCmdable) ConfigGet

func (_m *MockCmdable) ConfigGet(ctx context.Context, parameter string) *redis.MapStringStringCmd

ConfigGet provides a mock function with given fields: ctx, parameter

func (*MockCmdable) ConfigResetStat

func (_m *MockCmdable) ConfigResetStat(ctx context.Context) *redis.StatusCmd

ConfigResetStat provides a mock function with given fields: ctx

func (*MockCmdable) ConfigRewrite

func (_m *MockCmdable) ConfigRewrite(ctx context.Context) *redis.StatusCmd

ConfigRewrite provides a mock function with given fields: ctx

func (*MockCmdable) ConfigSet

func (_m *MockCmdable) ConfigSet(ctx context.Context, parameter string, value string) *redis.StatusCmd

ConfigSet provides a mock function with given fields: ctx, parameter, value

func (*MockCmdable) Copy

func (_m *MockCmdable) Copy(ctx context.Context, sourceKey string, destKey string, db int, replace bool) *redis.IntCmd

Copy provides a mock function with given fields: ctx, sourceKey, destKey, db, replace

func (*MockCmdable) DBSize

func (_m *MockCmdable) DBSize(ctx context.Context) *redis.IntCmd

DBSize provides a mock function with given fields: ctx

func (*MockCmdable) DebugObject

func (_m *MockCmdable) DebugObject(ctx context.Context, key string) *redis.StringCmd

DebugObject provides a mock function with given fields: ctx, key

func (*MockCmdable) Decr

func (_m *MockCmdable) Decr(ctx context.Context, key string) *redis.IntCmd

Decr provides a mock function with given fields: ctx, key

func (*MockCmdable) DecrBy

func (_m *MockCmdable) DecrBy(ctx context.Context, key string, decrement int64) *redis.IntCmd

DecrBy provides a mock function with given fields: ctx, key, decrement

func (*MockCmdable) Del

func (_m *MockCmdable) Del(ctx context.Context, keys ...string) *redis.IntCmd

Del provides a mock function with given fields: ctx, keys

func (*MockCmdable) Dump

func (_m *MockCmdable) Dump(ctx context.Context, key string) *redis.StringCmd

Dump provides a mock function with given fields: ctx, key

func (*MockCmdable) EXPECT

func (_m *MockCmdable) EXPECT() *MockCmdable_Expecter

func (*MockCmdable) Echo

func (_m *MockCmdable) Echo(ctx context.Context, message interface{}) *redis.StringCmd

Echo provides a mock function with given fields: ctx, message

func (*MockCmdable) Eval

func (_m *MockCmdable) Eval(ctx context.Context, script string, keys []string, args ...interface{}) *redis.Cmd

Eval provides a mock function with given fields: ctx, script, keys, args

func (*MockCmdable) EvalRO

func (_m *MockCmdable) EvalRO(ctx context.Context, script string, keys []string, args ...interface{}) *redis.Cmd

EvalRO provides a mock function with given fields: ctx, script, keys, args

func (*MockCmdable) EvalSha

func (_m *MockCmdable) EvalSha(ctx context.Context, sha1 string, keys []string, args ...interface{}) *redis.Cmd

EvalSha provides a mock function with given fields: ctx, sha1, keys, args

func (*MockCmdable) EvalShaRO

func (_m *MockCmdable) EvalShaRO(ctx context.Context, sha1 string, keys []string, args ...interface{}) *redis.Cmd

EvalShaRO provides a mock function with given fields: ctx, sha1, keys, args

func (*MockCmdable) Exists

func (_m *MockCmdable) Exists(ctx context.Context, keys ...string) *redis.IntCmd

Exists provides a mock function with given fields: ctx, keys

func (*MockCmdable) Expire

func (_m *MockCmdable) Expire(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd

Expire provides a mock function with given fields: ctx, key, expiration

func (*MockCmdable) ExpireAt

func (_m *MockCmdable) ExpireAt(ctx context.Context, key string, tm time.Time) *redis.BoolCmd

ExpireAt provides a mock function with given fields: ctx, key, tm

func (*MockCmdable) ExpireGT

func (_m *MockCmdable) ExpireGT(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd

ExpireGT provides a mock function with given fields: ctx, key, expiration

func (*MockCmdable) ExpireLT

func (_m *MockCmdable) ExpireLT(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd

ExpireLT provides a mock function with given fields: ctx, key, expiration

func (*MockCmdable) ExpireNX

func (_m *MockCmdable) ExpireNX(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd

ExpireNX provides a mock function with given fields: ctx, key, expiration

func (*MockCmdable) ExpireTime

func (_m *MockCmdable) ExpireTime(ctx context.Context, key string) *redis.DurationCmd

ExpireTime provides a mock function with given fields: ctx, key

func (*MockCmdable) ExpireXX

func (_m *MockCmdable) ExpireXX(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd

ExpireXX provides a mock function with given fields: ctx, key, expiration

func (*MockCmdable) FCall

func (_m *MockCmdable) FCall(ctx context.Context, function string, keys []string, args ...interface{}) *redis.Cmd

FCall provides a mock function with given fields: ctx, function, keys, args

func (*MockCmdable) FCallRO

func (_m *MockCmdable) FCallRO(ctx context.Context, function string, keys []string, args ...interface{}) *redis.Cmd

FCallRO provides a mock function with given fields: ctx, function, keys, args

func (*MockCmdable) FCallRo

func (_m *MockCmdable) FCallRo(ctx context.Context, function string, keys []string, args ...interface{}) *redis.Cmd

FCallRo provides a mock function with given fields: ctx, function, keys, args

func (*MockCmdable) FlushAll

func (_m *MockCmdable) FlushAll(ctx context.Context) *redis.StatusCmd

FlushAll provides a mock function with given fields: ctx

func (*MockCmdable) FlushAllAsync

func (_m *MockCmdable) FlushAllAsync(ctx context.Context) *redis.StatusCmd

FlushAllAsync provides a mock function with given fields: ctx

func (*MockCmdable) FlushDB

func (_m *MockCmdable) FlushDB(ctx context.Context) *redis.StatusCmd

FlushDB provides a mock function with given fields: ctx

func (*MockCmdable) FlushDBAsync

func (_m *MockCmdable) FlushDBAsync(ctx context.Context) *redis.StatusCmd

FlushDBAsync provides a mock function with given fields: ctx

func (*MockCmdable) FunctionDelete

func (_m *MockCmdable) FunctionDelete(ctx context.Context, libName string) *redis.StringCmd

FunctionDelete provides a mock function with given fields: ctx, libName

func (*MockCmdable) FunctionDump

func (_m *MockCmdable) FunctionDump(ctx context.Context) *redis.StringCmd

FunctionDump provides a mock function with given fields: ctx

func (*MockCmdable) FunctionFlush

func (_m *MockCmdable) FunctionFlush(ctx context.Context) *redis.StringCmd

FunctionFlush provides a mock function with given fields: ctx

func (*MockCmdable) FunctionFlushAsync

func (_m *MockCmdable) FunctionFlushAsync(ctx context.Context) *redis.StringCmd

FunctionFlushAsync provides a mock function with given fields: ctx

func (*MockCmdable) FunctionKill

func (_m *MockCmdable) FunctionKill(ctx context.Context) *redis.StringCmd

FunctionKill provides a mock function with given fields: ctx

func (*MockCmdable) FunctionList

FunctionList provides a mock function with given fields: ctx, q

func (*MockCmdable) FunctionLoad

func (_m *MockCmdable) FunctionLoad(ctx context.Context, code string) *redis.StringCmd

FunctionLoad provides a mock function with given fields: ctx, code

func (*MockCmdable) FunctionLoadReplace

func (_m *MockCmdable) FunctionLoadReplace(ctx context.Context, code string) *redis.StringCmd

FunctionLoadReplace provides a mock function with given fields: ctx, code

func (*MockCmdable) FunctionRestore

func (_m *MockCmdable) FunctionRestore(ctx context.Context, libDump string) *redis.StringCmd

FunctionRestore provides a mock function with given fields: ctx, libDump

func (*MockCmdable) FunctionStats

func (_m *MockCmdable) FunctionStats(ctx context.Context) *redis.FunctionStatsCmd

FunctionStats provides a mock function with given fields: ctx

func (*MockCmdable) GeoAdd

func (_m *MockCmdable) GeoAdd(ctx context.Context, key string, geoLocation ...*redis.GeoLocation) *redis.IntCmd

GeoAdd provides a mock function with given fields: ctx, key, geoLocation

func (*MockCmdable) GeoDist

func (_m *MockCmdable) GeoDist(ctx context.Context, key string, member1 string, member2 string, unit string) *redis.FloatCmd

GeoDist provides a mock function with given fields: ctx, key, member1, member2, unit

func (*MockCmdable) GeoHash

func (_m *MockCmdable) GeoHash(ctx context.Context, key string, members ...string) *redis.StringSliceCmd

GeoHash provides a mock function with given fields: ctx, key, members

func (*MockCmdable) GeoPos

func (_m *MockCmdable) GeoPos(ctx context.Context, key string, members ...string) *redis.GeoPosCmd

GeoPos provides a mock function with given fields: ctx, key, members

func (*MockCmdable) GeoRadius

func (_m *MockCmdable) GeoRadius(ctx context.Context, key string, longitude float64, latitude float64, query *redis.GeoRadiusQuery) *redis.GeoLocationCmd

GeoRadius provides a mock function with given fields: ctx, key, longitude, latitude, query

func (*MockCmdable) GeoRadiusByMember

func (_m *MockCmdable) GeoRadiusByMember(ctx context.Context, key string, member string, query *redis.GeoRadiusQuery) *redis.GeoLocationCmd

GeoRadiusByMember provides a mock function with given fields: ctx, key, member, query

func (*MockCmdable) GeoRadiusByMemberStore

func (_m *MockCmdable) GeoRadiusByMemberStore(ctx context.Context, key string, member string, query *redis.GeoRadiusQuery) *redis.IntCmd

GeoRadiusByMemberStore provides a mock function with given fields: ctx, key, member, query

func (*MockCmdable) GeoRadiusStore

func (_m *MockCmdable) GeoRadiusStore(ctx context.Context, key string, longitude float64, latitude float64, query *redis.GeoRadiusQuery) *redis.IntCmd

GeoRadiusStore provides a mock function with given fields: ctx, key, longitude, latitude, query

func (*MockCmdable) GeoSearch

GeoSearch provides a mock function with given fields: ctx, key, q

func (*MockCmdable) GeoSearchLocation

GeoSearchLocation provides a mock function with given fields: ctx, key, q

func (*MockCmdable) GeoSearchStore

func (_m *MockCmdable) GeoSearchStore(ctx context.Context, key string, store string, q *redis.GeoSearchStoreQuery) *redis.IntCmd

GeoSearchStore provides a mock function with given fields: ctx, key, store, q

func (*MockCmdable) Get

func (_m *MockCmdable) Get(ctx context.Context, key string) *redis.StringCmd

Get provides a mock function with given fields: ctx, key

func (*MockCmdable) GetBit

func (_m *MockCmdable) GetBit(ctx context.Context, key string, offset int64) *redis.IntCmd

GetBit provides a mock function with given fields: ctx, key, offset

func (*MockCmdable) GetDel

func (_m *MockCmdable) GetDel(ctx context.Context, key string) *redis.StringCmd

GetDel provides a mock function with given fields: ctx, key

func (*MockCmdable) GetEx

func (_m *MockCmdable) GetEx(ctx context.Context, key string, expiration time.Duration) *redis.StringCmd

GetEx provides a mock function with given fields: ctx, key, expiration

func (*MockCmdable) GetRange

func (_m *MockCmdable) GetRange(ctx context.Context, key string, start int64, end int64) *redis.StringCmd

GetRange provides a mock function with given fields: ctx, key, start, end

func (*MockCmdable) GetSet

func (_m *MockCmdable) GetSet(ctx context.Context, key string, value interface{}) *redis.StringCmd

GetSet provides a mock function with given fields: ctx, key, value

func (*MockCmdable) HDel

func (_m *MockCmdable) HDel(ctx context.Context, key string, fields ...string) *redis.IntCmd

HDel provides a mock function with given fields: ctx, key, fields

func (*MockCmdable) HExists

func (_m *MockCmdable) HExists(ctx context.Context, key string, field string) *redis.BoolCmd

HExists provides a mock function with given fields: ctx, key, field

func (*MockCmdable) HGet

func (_m *MockCmdable) HGet(ctx context.Context, key string, field string) *redis.StringCmd

HGet provides a mock function with given fields: ctx, key, field

func (*MockCmdable) HGetAll

func (_m *MockCmdable) HGetAll(ctx context.Context, key string) *redis.MapStringStringCmd

HGetAll provides a mock function with given fields: ctx, key

func (*MockCmdable) HIncrBy

func (_m *MockCmdable) HIncrBy(ctx context.Context, key string, field string, incr int64) *redis.IntCmd

HIncrBy provides a mock function with given fields: ctx, key, field, incr

func (*MockCmdable) HIncrByFloat

func (_m *MockCmdable) HIncrByFloat(ctx context.Context, key string, field string, incr float64) *redis.FloatCmd

HIncrByFloat provides a mock function with given fields: ctx, key, field, incr

func (*MockCmdable) HKeys

func (_m *MockCmdable) HKeys(ctx context.Context, key string) *redis.StringSliceCmd

HKeys provides a mock function with given fields: ctx, key

func (*MockCmdable) HLen

func (_m *MockCmdable) HLen(ctx context.Context, key string) *redis.IntCmd

HLen provides a mock function with given fields: ctx, key

func (*MockCmdable) HMGet

func (_m *MockCmdable) HMGet(ctx context.Context, key string, fields ...string) *redis.SliceCmd

HMGet provides a mock function with given fields: ctx, key, fields

func (*MockCmdable) HMSet

func (_m *MockCmdable) HMSet(ctx context.Context, key string, values ...interface{}) *redis.BoolCmd

HMSet provides a mock function with given fields: ctx, key, values

func (*MockCmdable) HRandField

func (_m *MockCmdable) HRandField(ctx context.Context, key string, count int) *redis.StringSliceCmd

HRandField provides a mock function with given fields: ctx, key, count

func (*MockCmdable) HRandFieldWithValues

func (_m *MockCmdable) HRandFieldWithValues(ctx context.Context, key string, count int) *redis.KeyValueSliceCmd

HRandFieldWithValues provides a mock function with given fields: ctx, key, count

func (*MockCmdable) HScan

func (_m *MockCmdable) HScan(ctx context.Context, key string, cursor uint64, match string, count int64) *redis.ScanCmd

HScan provides a mock function with given fields: ctx, key, cursor, match, count

func (*MockCmdable) HSet

func (_m *MockCmdable) HSet(ctx context.Context, key string, values ...interface{}) *redis.IntCmd

HSet provides a mock function with given fields: ctx, key, values

func (*MockCmdable) HSetNX

func (_m *MockCmdable) HSetNX(ctx context.Context, key string, field string, value interface{}) *redis.BoolCmd

HSetNX provides a mock function with given fields: ctx, key, field, value

func (*MockCmdable) HVals

func (_m *MockCmdable) HVals(ctx context.Context, key string) *redis.StringSliceCmd

HVals provides a mock function with given fields: ctx, key

func (*MockCmdable) Incr

func (_m *MockCmdable) Incr(ctx context.Context, key string) *redis.IntCmd

Incr provides a mock function with given fields: ctx, key

func (*MockCmdable) IncrBy

func (_m *MockCmdable) IncrBy(ctx context.Context, key string, value int64) *redis.IntCmd

IncrBy provides a mock function with given fields: ctx, key, value

func (*MockCmdable) IncrByFloat

func (_m *MockCmdable) IncrByFloat(ctx context.Context, key string, value float64) *redis.FloatCmd

IncrByFloat provides a mock function with given fields: ctx, key, value

func (*MockCmdable) Info

func (_m *MockCmdable) Info(ctx context.Context, section ...string) *redis.StringCmd

Info provides a mock function with given fields: ctx, section

func (*MockCmdable) JSONArrAppend

func (_m *MockCmdable) JSONArrAppend(ctx context.Context, key string, path string, values ...interface{}) *redis.IntSliceCmd

JSONArrAppend provides a mock function with given fields: ctx, key, path, values

func (*MockCmdable) JSONArrIndex

func (_m *MockCmdable) JSONArrIndex(ctx context.Context, key string, path string, value ...interface{}) *redis.IntSliceCmd

JSONArrIndex provides a mock function with given fields: ctx, key, path, value

func (*MockCmdable) JSONArrIndexWithArgs

func (_m *MockCmdable) JSONArrIndexWithArgs(ctx context.Context, key string, path string, options *redis.JSONArrIndexArgs, value ...interface{}) *redis.IntSliceCmd

JSONArrIndexWithArgs provides a mock function with given fields: ctx, key, path, options, value

func (*MockCmdable) JSONArrInsert

func (_m *MockCmdable) JSONArrInsert(ctx context.Context, key string, path string, index int64, values ...interface{}) *redis.IntSliceCmd

JSONArrInsert provides a mock function with given fields: ctx, key, path, index, values

func (*MockCmdable) JSONArrLen

func (_m *MockCmdable) JSONArrLen(ctx context.Context, key string, path string) *redis.IntSliceCmd

JSONArrLen provides a mock function with given fields: ctx, key, path

func (*MockCmdable) JSONArrPop

func (_m *MockCmdable) JSONArrPop(ctx context.Context, key string, path string, index int) *redis.StringSliceCmd

JSONArrPop provides a mock function with given fields: ctx, key, path, index

func (*MockCmdable) JSONArrTrim

func (_m *MockCmdable) JSONArrTrim(ctx context.Context, key string, path string) *redis.IntSliceCmd

JSONArrTrim provides a mock function with given fields: ctx, key, path

func (*MockCmdable) JSONArrTrimWithArgs

func (_m *MockCmdable) JSONArrTrimWithArgs(ctx context.Context, key string, path string, options *redis.JSONArrTrimArgs) *redis.IntSliceCmd

JSONArrTrimWithArgs provides a mock function with given fields: ctx, key, path, options

func (*MockCmdable) JSONClear

func (_m *MockCmdable) JSONClear(ctx context.Context, key string, path string) *redis.IntCmd

JSONClear provides a mock function with given fields: ctx, key, path

func (*MockCmdable) JSONDebugMemory

func (_m *MockCmdable) JSONDebugMemory(ctx context.Context, key string, path string) *redis.IntCmd

JSONDebugMemory provides a mock function with given fields: ctx, key, path

func (*MockCmdable) JSONDel

func (_m *MockCmdable) JSONDel(ctx context.Context, key string, path string) *redis.IntCmd

JSONDel provides a mock function with given fields: ctx, key, path

func (*MockCmdable) JSONForget

func (_m *MockCmdable) JSONForget(ctx context.Context, key string, path string) *redis.IntCmd

JSONForget provides a mock function with given fields: ctx, key, path

func (*MockCmdable) JSONGet

func (_m *MockCmdable) JSONGet(ctx context.Context, key string, paths ...string) *redis.JSONCmd

JSONGet provides a mock function with given fields: ctx, key, paths

func (*MockCmdable) JSONGetWithArgs

func (_m *MockCmdable) JSONGetWithArgs(ctx context.Context, key string, options *redis.JSONGetArgs, paths ...string) *redis.JSONCmd

JSONGetWithArgs provides a mock function with given fields: ctx, key, options, paths

func (*MockCmdable) JSONMGet

func (_m *MockCmdable) JSONMGet(ctx context.Context, path string, keys ...string) *redis.JSONSliceCmd

JSONMGet provides a mock function with given fields: ctx, path, keys

func (*MockCmdable) JSONMSet

func (_m *MockCmdable) JSONMSet(ctx context.Context, params ...interface{}) *redis.StatusCmd

JSONMSet provides a mock function with given fields: ctx, params

func (*MockCmdable) JSONMSetArgs

func (_m *MockCmdable) JSONMSetArgs(ctx context.Context, docs []redis.JSONSetArgs) *redis.StatusCmd

JSONMSetArgs provides a mock function with given fields: ctx, docs

func (*MockCmdable) JSONMerge

func (_m *MockCmdable) JSONMerge(ctx context.Context, key string, path string, value string) *redis.StatusCmd

JSONMerge provides a mock function with given fields: ctx, key, path, value

func (*MockCmdable) JSONNumIncrBy

func (_m *MockCmdable) JSONNumIncrBy(ctx context.Context, key string, path string, value float64) *redis.JSONCmd

JSONNumIncrBy provides a mock function with given fields: ctx, key, path, value

func (*MockCmdable) JSONObjKeys

func (_m *MockCmdable) JSONObjKeys(ctx context.Context, key string, path string) *redis.SliceCmd

JSONObjKeys provides a mock function with given fields: ctx, key, path

func (*MockCmdable) JSONObjLen

func (_m *MockCmdable) JSONObjLen(ctx context.Context, key string, path string) *redis.IntPointerSliceCmd

JSONObjLen provides a mock function with given fields: ctx, key, path

func (*MockCmdable) JSONSet

func (_m *MockCmdable) JSONSet(ctx context.Context, key string, path string, value interface{}) *redis.StatusCmd

JSONSet provides a mock function with given fields: ctx, key, path, value

func (*MockCmdable) JSONSetMode

func (_m *MockCmdable) JSONSetMode(ctx context.Context, key string, path string, value interface{}, mode string) *redis.StatusCmd

JSONSetMode provides a mock function with given fields: ctx, key, path, value, mode

func (*MockCmdable) JSONStrAppend

func (_m *MockCmdable) JSONStrAppend(ctx context.Context, key string, path string, value string) *redis.IntPointerSliceCmd

JSONStrAppend provides a mock function with given fields: ctx, key, path, value

func (*MockCmdable) JSONStrLen

func (_m *MockCmdable) JSONStrLen(ctx context.Context, key string, path string) *redis.IntPointerSliceCmd

JSONStrLen provides a mock function with given fields: ctx, key, path

func (*MockCmdable) JSONToggle

func (_m *MockCmdable) JSONToggle(ctx context.Context, key string, path string) *redis.IntPointerSliceCmd

JSONToggle provides a mock function with given fields: ctx, key, path

func (*MockCmdable) JSONType

func (_m *MockCmdable) JSONType(ctx context.Context, key string, path string) *redis.JSONSliceCmd

JSONType provides a mock function with given fields: ctx, key, path

func (*MockCmdable) Keys

func (_m *MockCmdable) Keys(ctx context.Context, pattern string) *redis.StringSliceCmd

Keys provides a mock function with given fields: ctx, pattern

func (*MockCmdable) LCS

func (_m *MockCmdable) LCS(ctx context.Context, q *redis.LCSQuery) *redis.LCSCmd

LCS provides a mock function with given fields: ctx, q

func (*MockCmdable) LIndex

func (_m *MockCmdable) LIndex(ctx context.Context, key string, index int64) *redis.StringCmd

LIndex provides a mock function with given fields: ctx, key, index

func (*MockCmdable) LInsert

func (_m *MockCmdable) LInsert(ctx context.Context, key string, op string, pivot interface{}, value interface{}) *redis.IntCmd

LInsert provides a mock function with given fields: ctx, key, op, pivot, value

func (*MockCmdable) LInsertAfter

func (_m *MockCmdable) LInsertAfter(ctx context.Context, key string, pivot interface{}, value interface{}) *redis.IntCmd

LInsertAfter provides a mock function with given fields: ctx, key, pivot, value

func (*MockCmdable) LInsertBefore

func (_m *MockCmdable) LInsertBefore(ctx context.Context, key string, pivot interface{}, value interface{}) *redis.IntCmd

LInsertBefore provides a mock function with given fields: ctx, key, pivot, value

func (*MockCmdable) LLen

func (_m *MockCmdable) LLen(ctx context.Context, key string) *redis.IntCmd

LLen provides a mock function with given fields: ctx, key

func (*MockCmdable) LMPop

func (_m *MockCmdable) LMPop(ctx context.Context, direction string, count int64, keys ...string) *redis.KeyValuesCmd

LMPop provides a mock function with given fields: ctx, direction, count, keys

func (*MockCmdable) LMove

func (_m *MockCmdable) LMove(ctx context.Context, source string, destination string, srcpos string, destpos string) *redis.StringCmd

LMove provides a mock function with given fields: ctx, source, destination, srcpos, destpos

func (*MockCmdable) LPop

func (_m *MockCmdable) LPop(ctx context.Context, key string) *redis.StringCmd

LPop provides a mock function with given fields: ctx, key

func (*MockCmdable) LPopCount

func (_m *MockCmdable) LPopCount(ctx context.Context, key string, count int) *redis.StringSliceCmd

LPopCount provides a mock function with given fields: ctx, key, count

func (*MockCmdable) LPos

func (_m *MockCmdable) LPos(ctx context.Context, key string, value string, args redis.LPosArgs) *redis.IntCmd

LPos provides a mock function with given fields: ctx, key, value, args

func (*MockCmdable) LPosCount

func (_m *MockCmdable) LPosCount(ctx context.Context, key string, value string, count int64, args redis.LPosArgs) *redis.IntSliceCmd

LPosCount provides a mock function with given fields: ctx, key, value, count, args

func (*MockCmdable) LPush

func (_m *MockCmdable) LPush(ctx context.Context, key string, values ...interface{}) *redis.IntCmd

LPush provides a mock function with given fields: ctx, key, values

func (*MockCmdable) LPushX

func (_m *MockCmdable) LPushX(ctx context.Context, key string, values ...interface{}) *redis.IntCmd

LPushX provides a mock function with given fields: ctx, key, values

func (*MockCmdable) LRange

func (_m *MockCmdable) LRange(ctx context.Context, key string, start int64, stop int64) *redis.StringSliceCmd

LRange provides a mock function with given fields: ctx, key, start, stop

func (*MockCmdable) LRem

func (_m *MockCmdable) LRem(ctx context.Context, key string, count int64, value interface{}) *redis.IntCmd

LRem provides a mock function with given fields: ctx, key, count, value

func (*MockCmdable) LSet

func (_m *MockCmdable) LSet(ctx context.Context, key string, index int64, value interface{}) *redis.StatusCmd

LSet provides a mock function with given fields: ctx, key, index, value

func (*MockCmdable) LTrim

func (_m *MockCmdable) LTrim(ctx context.Context, key string, start int64, stop int64) *redis.StatusCmd

LTrim provides a mock function with given fields: ctx, key, start, stop

func (*MockCmdable) LastSave

func (_m *MockCmdable) LastSave(ctx context.Context) *redis.IntCmd

LastSave provides a mock function with given fields: ctx

func (*MockCmdable) MGet

func (_m *MockCmdable) MGet(ctx context.Context, keys ...string) *redis.SliceCmd

MGet provides a mock function with given fields: ctx, keys

func (*MockCmdable) MSet

func (_m *MockCmdable) MSet(ctx context.Context, values ...interface{}) *redis.StatusCmd

MSet provides a mock function with given fields: ctx, values

func (*MockCmdable) MSetNX

func (_m *MockCmdable) MSetNX(ctx context.Context, values ...interface{}) *redis.BoolCmd

MSetNX provides a mock function with given fields: ctx, values

func (*MockCmdable) MemoryUsage

func (_m *MockCmdable) MemoryUsage(ctx context.Context, key string, samples ...int) *redis.IntCmd

MemoryUsage provides a mock function with given fields: ctx, key, samples

func (*MockCmdable) Migrate

func (_m *MockCmdable) Migrate(ctx context.Context, host string, port string, key string, db int, timeout time.Duration) *redis.StatusCmd

Migrate provides a mock function with given fields: ctx, host, port, key, db, timeout

func (*MockCmdable) ModuleLoadex

func (_m *MockCmdable) ModuleLoadex(ctx context.Context, conf *redis.ModuleLoadexConfig) *redis.StringCmd

ModuleLoadex provides a mock function with given fields: ctx, conf

func (*MockCmdable) Move

func (_m *MockCmdable) Move(ctx context.Context, key string, db int) *redis.BoolCmd

Move provides a mock function with given fields: ctx, key, db

func (*MockCmdable) ObjectEncoding

func (_m *MockCmdable) ObjectEncoding(ctx context.Context, key string) *redis.StringCmd

ObjectEncoding provides a mock function with given fields: ctx, key

func (*MockCmdable) ObjectFreq

func (_m *MockCmdable) ObjectFreq(ctx context.Context, key string) *redis.IntCmd

ObjectFreq provides a mock function with given fields: ctx, key

func (*MockCmdable) ObjectIdleTime

func (_m *MockCmdable) ObjectIdleTime(ctx context.Context, key string) *redis.DurationCmd

ObjectIdleTime provides a mock function with given fields: ctx, key

func (*MockCmdable) ObjectRefCount

func (_m *MockCmdable) ObjectRefCount(ctx context.Context, key string) *redis.IntCmd

ObjectRefCount provides a mock function with given fields: ctx, key

func (*MockCmdable) PExpire

func (_m *MockCmdable) PExpire(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd

PExpire provides a mock function with given fields: ctx, key, expiration

func (*MockCmdable) PExpireAt

func (_m *MockCmdable) PExpireAt(ctx context.Context, key string, tm time.Time) *redis.BoolCmd

PExpireAt provides a mock function with given fields: ctx, key, tm

func (*MockCmdable) PExpireTime

func (_m *MockCmdable) PExpireTime(ctx context.Context, key string) *redis.DurationCmd

PExpireTime provides a mock function with given fields: ctx, key

func (*MockCmdable) PFAdd

func (_m *MockCmdable) PFAdd(ctx context.Context, key string, els ...interface{}) *redis.IntCmd

PFAdd provides a mock function with given fields: ctx, key, els

func (*MockCmdable) PFCount

func (_m *MockCmdable) PFCount(ctx context.Context, keys ...string) *redis.IntCmd

PFCount provides a mock function with given fields: ctx, keys

func (*MockCmdable) PFMerge

func (_m *MockCmdable) PFMerge(ctx context.Context, dest string, keys ...string) *redis.StatusCmd

PFMerge provides a mock function with given fields: ctx, dest, keys

func (*MockCmdable) PTTL

func (_m *MockCmdable) PTTL(ctx context.Context, key string) *redis.DurationCmd

PTTL provides a mock function with given fields: ctx, key

func (*MockCmdable) Persist

func (_m *MockCmdable) Persist(ctx context.Context, key string) *redis.BoolCmd

Persist provides a mock function with given fields: ctx, key

func (*MockCmdable) Ping

func (_m *MockCmdable) Ping(ctx context.Context) *redis.StatusCmd

Ping provides a mock function with given fields: ctx

func (*MockCmdable) Pipeline

func (_m *MockCmdable) Pipeline() redis.Pipeliner

Pipeline provides a mock function with given fields:

func (*MockCmdable) Pipelined

func (_m *MockCmdable) Pipelined(ctx context.Context, fn func(redis.Pipeliner) error) ([]redis.Cmder, error)

Pipelined provides a mock function with given fields: ctx, fn

func (*MockCmdable) PubSubChannels

func (_m *MockCmdable) PubSubChannels(ctx context.Context, pattern string) *redis.StringSliceCmd

PubSubChannels provides a mock function with given fields: ctx, pattern

func (*MockCmdable) PubSubNumPat

func (_m *MockCmdable) PubSubNumPat(ctx context.Context) *redis.IntCmd

PubSubNumPat provides a mock function with given fields: ctx

func (*MockCmdable) PubSubNumSub

func (_m *MockCmdable) PubSubNumSub(ctx context.Context, channels ...string) *redis.MapStringIntCmd

PubSubNumSub provides a mock function with given fields: ctx, channels

func (*MockCmdable) PubSubShardChannels

func (_m *MockCmdable) PubSubShardChannels(ctx context.Context, pattern string) *redis.StringSliceCmd

PubSubShardChannels provides a mock function with given fields: ctx, pattern

func (*MockCmdable) PubSubShardNumSub

func (_m *MockCmdable) PubSubShardNumSub(ctx context.Context, channels ...string) *redis.MapStringIntCmd

PubSubShardNumSub provides a mock function with given fields: ctx, channels

func (*MockCmdable) Publish

func (_m *MockCmdable) Publish(ctx context.Context, channel string, message interface{}) *redis.IntCmd

Publish provides a mock function with given fields: ctx, channel, message

func (*MockCmdable) Quit

func (_m *MockCmdable) Quit(ctx context.Context) *redis.StatusCmd

Quit provides a mock function with given fields: ctx

func (*MockCmdable) RPop

func (_m *MockCmdable) RPop(ctx context.Context, key string) *redis.StringCmd

RPop provides a mock function with given fields: ctx, key

func (*MockCmdable) RPopCount

func (_m *MockCmdable) RPopCount(ctx context.Context, key string, count int) *redis.StringSliceCmd

RPopCount provides a mock function with given fields: ctx, key, count

func (*MockCmdable) RPopLPush

func (_m *MockCmdable) RPopLPush(ctx context.Context, source string, destination string) *redis.StringCmd

RPopLPush provides a mock function with given fields: ctx, source, destination

func (*MockCmdable) RPush

func (_m *MockCmdable) RPush(ctx context.Context, key string, values ...interface{}) *redis.IntCmd

RPush provides a mock function with given fields: ctx, key, values

func (*MockCmdable) RPushX

func (_m *MockCmdable) RPushX(ctx context.Context, key string, values ...interface{}) *redis.IntCmd

RPushX provides a mock function with given fields: ctx, key, values

func (*MockCmdable) RandomKey

func (_m *MockCmdable) RandomKey(ctx context.Context) *redis.StringCmd

RandomKey provides a mock function with given fields: ctx

func (*MockCmdable) ReadOnly

func (_m *MockCmdable) ReadOnly(ctx context.Context) *redis.StatusCmd

ReadOnly provides a mock function with given fields: ctx

func (*MockCmdable) ReadWrite

func (_m *MockCmdable) ReadWrite(ctx context.Context) *redis.StatusCmd

ReadWrite provides a mock function with given fields: ctx

func (*MockCmdable) Rename

func (_m *MockCmdable) Rename(ctx context.Context, key string, newkey string) *redis.StatusCmd

Rename provides a mock function with given fields: ctx, key, newkey

func (*MockCmdable) RenameNX

func (_m *MockCmdable) RenameNX(ctx context.Context, key string, newkey string) *redis.BoolCmd

RenameNX provides a mock function with given fields: ctx, key, newkey

func (*MockCmdable) Restore

func (_m *MockCmdable) Restore(ctx context.Context, key string, ttl time.Duration, value string) *redis.StatusCmd

Restore provides a mock function with given fields: ctx, key, ttl, value

func (*MockCmdable) RestoreReplace

func (_m *MockCmdable) RestoreReplace(ctx context.Context, key string, ttl time.Duration, value string) *redis.StatusCmd

RestoreReplace provides a mock function with given fields: ctx, key, ttl, value

func (*MockCmdable) SAdd

func (_m *MockCmdable) SAdd(ctx context.Context, key string, members ...interface{}) *redis.IntCmd

SAdd provides a mock function with given fields: ctx, key, members

func (*MockCmdable) SCard

func (_m *MockCmdable) SCard(ctx context.Context, key string) *redis.IntCmd

SCard provides a mock function with given fields: ctx, key

func (*MockCmdable) SDiff

func (_m *MockCmdable) SDiff(ctx context.Context, keys ...string) *redis.StringSliceCmd

SDiff provides a mock function with given fields: ctx, keys

func (*MockCmdable) SDiffStore

func (_m *MockCmdable) SDiffStore(ctx context.Context, destination string, keys ...string) *redis.IntCmd

SDiffStore provides a mock function with given fields: ctx, destination, keys

func (*MockCmdable) SInter

func (_m *MockCmdable) SInter(ctx context.Context, keys ...string) *redis.StringSliceCmd

SInter provides a mock function with given fields: ctx, keys

func (*MockCmdable) SInterCard

func (_m *MockCmdable) SInterCard(ctx context.Context, limit int64, keys ...string) *redis.IntCmd

SInterCard provides a mock function with given fields: ctx, limit, keys

func (*MockCmdable) SInterStore

func (_m *MockCmdable) SInterStore(ctx context.Context, destination string, keys ...string) *redis.IntCmd

SInterStore provides a mock function with given fields: ctx, destination, keys

func (*MockCmdable) SIsMember

func (_m *MockCmdable) SIsMember(ctx context.Context, key string, member interface{}) *redis.BoolCmd

SIsMember provides a mock function with given fields: ctx, key, member

func (*MockCmdable) SMIsMember

func (_m *MockCmdable) SMIsMember(ctx context.Context, key string, members ...interface{}) *redis.BoolSliceCmd

SMIsMember provides a mock function with given fields: ctx, key, members

func (*MockCmdable) SMembers

func (_m *MockCmdable) SMembers(ctx context.Context, key string) *redis.StringSliceCmd

SMembers provides a mock function with given fields: ctx, key

func (*MockCmdable) SMembersMap

func (_m *MockCmdable) SMembersMap(ctx context.Context, key string) *redis.StringStructMapCmd

SMembersMap provides a mock function with given fields: ctx, key

func (*MockCmdable) SMove

func (_m *MockCmdable) SMove(ctx context.Context, source string, destination string, member interface{}) *redis.BoolCmd

SMove provides a mock function with given fields: ctx, source, destination, member

func (*MockCmdable) SPop

func (_m *MockCmdable) SPop(ctx context.Context, key string) *redis.StringCmd

SPop provides a mock function with given fields: ctx, key

func (*MockCmdable) SPopN

func (_m *MockCmdable) SPopN(ctx context.Context, key string, count int64) *redis.StringSliceCmd

SPopN provides a mock function with given fields: ctx, key, count

func (*MockCmdable) SPublish

func (_m *MockCmdable) SPublish(ctx context.Context, channel string, message interface{}) *redis.IntCmd

SPublish provides a mock function with given fields: ctx, channel, message

func (*MockCmdable) SRandMember

func (_m *MockCmdable) SRandMember(ctx context.Context, key string) *redis.StringCmd

SRandMember provides a mock function with given fields: ctx, key

func (*MockCmdable) SRandMemberN

func (_m *MockCmdable) SRandMemberN(ctx context.Context, key string, count int64) *redis.StringSliceCmd

SRandMemberN provides a mock function with given fields: ctx, key, count

func (*MockCmdable) SRem

func (_m *MockCmdable) SRem(ctx context.Context, key string, members ...interface{}) *redis.IntCmd

SRem provides a mock function with given fields: ctx, key, members

func (*MockCmdable) SScan

func (_m *MockCmdable) SScan(ctx context.Context, key string, cursor uint64, match string, count int64) *redis.ScanCmd

SScan provides a mock function with given fields: ctx, key, cursor, match, count

func (*MockCmdable) SUnion

func (_m *MockCmdable) SUnion(ctx context.Context, keys ...string) *redis.StringSliceCmd

SUnion provides a mock function with given fields: ctx, keys

func (*MockCmdable) SUnionStore

func (_m *MockCmdable) SUnionStore(ctx context.Context, destination string, keys ...string) *redis.IntCmd

SUnionStore provides a mock function with given fields: ctx, destination, keys

func (*MockCmdable) Save

func (_m *MockCmdable) Save(ctx context.Context) *redis.StatusCmd

Save provides a mock function with given fields: ctx

func (*MockCmdable) Scan

func (_m *MockCmdable) Scan(ctx context.Context, cursor uint64, match string, count int64) *redis.ScanCmd

Scan provides a mock function with given fields: ctx, cursor, match, count

func (*MockCmdable) ScanType

func (_m *MockCmdable) ScanType(ctx context.Context, cursor uint64, match string, count int64, keyType string) *redis.ScanCmd

ScanType provides a mock function with given fields: ctx, cursor, match, count, keyType

func (*MockCmdable) ScriptExists

func (_m *MockCmdable) ScriptExists(ctx context.Context, hashes ...string) *redis.BoolSliceCmd

ScriptExists provides a mock function with given fields: ctx, hashes

func (*MockCmdable) ScriptFlush

func (_m *MockCmdable) ScriptFlush(ctx context.Context) *redis.StatusCmd

ScriptFlush provides a mock function with given fields: ctx

func (*MockCmdable) ScriptKill

func (_m *MockCmdable) ScriptKill(ctx context.Context) *redis.StatusCmd

ScriptKill provides a mock function with given fields: ctx

func (*MockCmdable) ScriptLoad

func (_m *MockCmdable) ScriptLoad(ctx context.Context, script string) *redis.StringCmd

ScriptLoad provides a mock function with given fields: ctx, script

func (*MockCmdable) Set

func (_m *MockCmdable) Set(ctx context.Context, key string, value interface{}, expiration time.Duration) *redis.StatusCmd

Set provides a mock function with given fields: ctx, key, value, expiration

func (*MockCmdable) SetArgs

func (_m *MockCmdable) SetArgs(ctx context.Context, key string, value interface{}, a redis.SetArgs) *redis.StatusCmd

SetArgs provides a mock function with given fields: ctx, key, value, a

func (*MockCmdable) SetBit

func (_m *MockCmdable) SetBit(ctx context.Context, key string, offset int64, value int) *redis.IntCmd

SetBit provides a mock function with given fields: ctx, key, offset, value

func (*MockCmdable) SetEx

func (_m *MockCmdable) SetEx(ctx context.Context, key string, value interface{}, expiration time.Duration) *redis.StatusCmd

SetEx provides a mock function with given fields: ctx, key, value, expiration

func (*MockCmdable) SetNX

func (_m *MockCmdable) SetNX(ctx context.Context, key string, value interface{}, expiration time.Duration) *redis.BoolCmd

SetNX provides a mock function with given fields: ctx, key, value, expiration

func (*MockCmdable) SetRange

func (_m *MockCmdable) SetRange(ctx context.Context, key string, offset int64, value string) *redis.IntCmd

SetRange provides a mock function with given fields: ctx, key, offset, value

func (*MockCmdable) SetXX

func (_m *MockCmdable) SetXX(ctx context.Context, key string, value interface{}, expiration time.Duration) *redis.BoolCmd

SetXX provides a mock function with given fields: ctx, key, value, expiration

func (*MockCmdable) Shutdown

func (_m *MockCmdable) Shutdown(ctx context.Context) *redis.StatusCmd

Shutdown provides a mock function with given fields: ctx

func (*MockCmdable) ShutdownNoSave

func (_m *MockCmdable) ShutdownNoSave(ctx context.Context) *redis.StatusCmd

ShutdownNoSave provides a mock function with given fields: ctx

func (*MockCmdable) ShutdownSave

func (_m *MockCmdable) ShutdownSave(ctx context.Context) *redis.StatusCmd

ShutdownSave provides a mock function with given fields: ctx

func (*MockCmdable) SlaveOf

func (_m *MockCmdable) SlaveOf(ctx context.Context, host string, port string) *redis.StatusCmd

SlaveOf provides a mock function with given fields: ctx, host, port

func (*MockCmdable) SlowLogGet

func (_m *MockCmdable) SlowLogGet(ctx context.Context, num int64) *redis.SlowLogCmd

SlowLogGet provides a mock function with given fields: ctx, num

func (*MockCmdable) Sort

func (_m *MockCmdable) Sort(ctx context.Context, key string, sort *redis.Sort) *redis.StringSliceCmd

Sort provides a mock function with given fields: ctx, key, sort

func (*MockCmdable) SortInterfaces

func (_m *MockCmdable) SortInterfaces(ctx context.Context, key string, sort *redis.Sort) *redis.SliceCmd

SortInterfaces provides a mock function with given fields: ctx, key, sort

func (*MockCmdable) SortRO

func (_m *MockCmdable) SortRO(ctx context.Context, key string, sort *redis.Sort) *redis.StringSliceCmd

SortRO provides a mock function with given fields: ctx, key, sort

func (*MockCmdable) SortStore

func (_m *MockCmdable) SortStore(ctx context.Context, key string, store string, sort *redis.Sort) *redis.IntCmd

SortStore provides a mock function with given fields: ctx, key, store, sort

func (*MockCmdable) StrLen

func (_m *MockCmdable) StrLen(ctx context.Context, key string) *redis.IntCmd

StrLen provides a mock function with given fields: ctx, key

func (*MockCmdable) Subscribe

func (_m *MockCmdable) Subscribe(ctx context.Context, channels ...string) *redis.PubSub

Subscribe provides a mock function with given fields: ctx, channels

func (*MockCmdable) TDigestAdd

func (_m *MockCmdable) TDigestAdd(ctx context.Context, key string, elements ...float64) *redis.StatusCmd

TDigestAdd provides a mock function with given fields: ctx, key, elements

func (*MockCmdable) TDigestByRank

func (_m *MockCmdable) TDigestByRank(ctx context.Context, key string, rank ...uint64) *redis.FloatSliceCmd

TDigestByRank provides a mock function with given fields: ctx, key, rank

func (*MockCmdable) TDigestByRevRank

func (_m *MockCmdable) TDigestByRevRank(ctx context.Context, key string, rank ...uint64) *redis.FloatSliceCmd

TDigestByRevRank provides a mock function with given fields: ctx, key, rank

func (*MockCmdable) TDigestCDF

func (_m *MockCmdable) TDigestCDF(ctx context.Context, key string, elements ...float64) *redis.FloatSliceCmd

TDigestCDF provides a mock function with given fields: ctx, key, elements

func (*MockCmdable) TDigestCreate

func (_m *MockCmdable) TDigestCreate(ctx context.Context, key string) *redis.StatusCmd

TDigestCreate provides a mock function with given fields: ctx, key

func (*MockCmdable) TDigestCreateWithCompression

func (_m *MockCmdable) TDigestCreateWithCompression(ctx context.Context, key string, compression int64) *redis.StatusCmd

TDigestCreateWithCompression provides a mock function with given fields: ctx, key, compression

func (*MockCmdable) TDigestInfo

func (_m *MockCmdable) TDigestInfo(ctx context.Context, key string) *redis.TDigestInfoCmd

TDigestInfo provides a mock function with given fields: ctx, key

func (*MockCmdable) TDigestMax

func (_m *MockCmdable) TDigestMax(ctx context.Context, key string) *redis.FloatCmd

TDigestMax provides a mock function with given fields: ctx, key

func (*MockCmdable) TDigestMerge

func (_m *MockCmdable) TDigestMerge(ctx context.Context, destKey string, options *redis.TDigestMergeOptions, sourceKeys ...string) *redis.StatusCmd

TDigestMerge provides a mock function with given fields: ctx, destKey, options, sourceKeys

func (*MockCmdable) TDigestMin

func (_m *MockCmdable) TDigestMin(ctx context.Context, key string) *redis.FloatCmd

TDigestMin provides a mock function with given fields: ctx, key

func (*MockCmdable) TDigestQuantile

func (_m *MockCmdable) TDigestQuantile(ctx context.Context, key string, elements ...float64) *redis.FloatSliceCmd

TDigestQuantile provides a mock function with given fields: ctx, key, elements

func (*MockCmdable) TDigestRank

func (_m *MockCmdable) TDigestRank(ctx context.Context, key string, values ...float64) *redis.IntSliceCmd

TDigestRank provides a mock function with given fields: ctx, key, values

func (*MockCmdable) TDigestReset

func (_m *MockCmdable) TDigestReset(ctx context.Context, key string) *redis.StatusCmd

TDigestReset provides a mock function with given fields: ctx, key

func (*MockCmdable) TDigestRevRank

func (_m *MockCmdable) TDigestRevRank(ctx context.Context, key string, values ...float64) *redis.IntSliceCmd

TDigestRevRank provides a mock function with given fields: ctx, key, values

func (*MockCmdable) TDigestTrimmedMean

func (_m *MockCmdable) TDigestTrimmedMean(ctx context.Context, key string, lowCutQuantile float64, highCutQuantile float64) *redis.FloatCmd

TDigestTrimmedMean provides a mock function with given fields: ctx, key, lowCutQuantile, highCutQuantile

func (*MockCmdable) TFCall

func (_m *MockCmdable) TFCall(ctx context.Context, libName string, funcName string, numKeys int) *redis.Cmd

TFCall provides a mock function with given fields: ctx, libName, funcName, numKeys

func (*MockCmdable) TFCallASYNC

func (_m *MockCmdable) TFCallASYNC(ctx context.Context, libName string, funcName string, numKeys int) *redis.Cmd

TFCallASYNC provides a mock function with given fields: ctx, libName, funcName, numKeys

func (*MockCmdable) TFCallASYNCArgs

func (_m *MockCmdable) TFCallASYNCArgs(ctx context.Context, libName string, funcName string, numKeys int, options *redis.TFCallOptions) *redis.Cmd

TFCallASYNCArgs provides a mock function with given fields: ctx, libName, funcName, numKeys, options

func (*MockCmdable) TFCallArgs

func (_m *MockCmdable) TFCallArgs(ctx context.Context, libName string, funcName string, numKeys int, options *redis.TFCallOptions) *redis.Cmd

TFCallArgs provides a mock function with given fields: ctx, libName, funcName, numKeys, options

func (*MockCmdable) TFunctionDelete

func (_m *MockCmdable) TFunctionDelete(ctx context.Context, libName string) *redis.StatusCmd

TFunctionDelete provides a mock function with given fields: ctx, libName

func (*MockCmdable) TFunctionList

TFunctionList provides a mock function with given fields: ctx

func (*MockCmdable) TFunctionListArgs

TFunctionListArgs provides a mock function with given fields: ctx, options

func (*MockCmdable) TFunctionLoad

func (_m *MockCmdable) TFunctionLoad(ctx context.Context, lib string) *redis.StatusCmd

TFunctionLoad provides a mock function with given fields: ctx, lib

func (*MockCmdable) TFunctionLoadArgs

func (_m *MockCmdable) TFunctionLoadArgs(ctx context.Context, lib string, options *redis.TFunctionLoadOptions) *redis.StatusCmd

TFunctionLoadArgs provides a mock function with given fields: ctx, lib, options

func (*MockCmdable) TSAdd

func (_m *MockCmdable) TSAdd(ctx context.Context, key string, timestamp interface{}, value float64) *redis.IntCmd

TSAdd provides a mock function with given fields: ctx, key, timestamp, value

func (*MockCmdable) TSAddWithArgs

func (_m *MockCmdable) TSAddWithArgs(ctx context.Context, key string, timestamp interface{}, value float64, options *redis.TSOptions) *redis.IntCmd

TSAddWithArgs provides a mock function with given fields: ctx, key, timestamp, value, options

func (*MockCmdable) TSAlter

func (_m *MockCmdable) TSAlter(ctx context.Context, key string, options *redis.TSAlterOptions) *redis.StatusCmd

TSAlter provides a mock function with given fields: ctx, key, options

func (*MockCmdable) TSCreate

func (_m *MockCmdable) TSCreate(ctx context.Context, key string) *redis.StatusCmd

TSCreate provides a mock function with given fields: ctx, key

func (*MockCmdable) TSCreateRule

func (_m *MockCmdable) TSCreateRule(ctx context.Context, sourceKey string, destKey string, aggregator redis.Aggregator, bucketDuration int) *redis.StatusCmd

TSCreateRule provides a mock function with given fields: ctx, sourceKey, destKey, aggregator, bucketDuration

func (*MockCmdable) TSCreateRuleWithArgs

func (_m *MockCmdable) TSCreateRuleWithArgs(ctx context.Context, sourceKey string, destKey string, aggregator redis.Aggregator, bucketDuration int, options *redis.TSCreateRuleOptions) *redis.StatusCmd

TSCreateRuleWithArgs provides a mock function with given fields: ctx, sourceKey, destKey, aggregator, bucketDuration, options

func (*MockCmdable) TSCreateWithArgs

func (_m *MockCmdable) TSCreateWithArgs(ctx context.Context, key string, options *redis.TSOptions) *redis.StatusCmd

TSCreateWithArgs provides a mock function with given fields: ctx, key, options

func (*MockCmdable) TSDecrBy

func (_m *MockCmdable) TSDecrBy(ctx context.Context, Key string, timestamp float64) *redis.IntCmd

TSDecrBy provides a mock function with given fields: ctx, Key, timestamp

func (*MockCmdable) TSDecrByWithArgs

func (_m *MockCmdable) TSDecrByWithArgs(ctx context.Context, key string, timestamp float64, options *redis.TSIncrDecrOptions) *redis.IntCmd

TSDecrByWithArgs provides a mock function with given fields: ctx, key, timestamp, options

func (*MockCmdable) TSDel

func (_m *MockCmdable) TSDel(ctx context.Context, Key string, fromTimestamp int, toTimestamp int) *redis.IntCmd

TSDel provides a mock function with given fields: ctx, Key, fromTimestamp, toTimestamp

func (*MockCmdable) TSDeleteRule

func (_m *MockCmdable) TSDeleteRule(ctx context.Context, sourceKey string, destKey string) *redis.StatusCmd

TSDeleteRule provides a mock function with given fields: ctx, sourceKey, destKey

func (*MockCmdable) TSGet

TSGet provides a mock function with given fields: ctx, key

func (*MockCmdable) TSGetWithArgs

func (_m *MockCmdable) TSGetWithArgs(ctx context.Context, key string, options *redis.TSGetOptions) *redis.TSTimestampValueCmd

TSGetWithArgs provides a mock function with given fields: ctx, key, options

func (*MockCmdable) TSIncrBy

func (_m *MockCmdable) TSIncrBy(ctx context.Context, Key string, timestamp float64) *redis.IntCmd

TSIncrBy provides a mock function with given fields: ctx, Key, timestamp

func (*MockCmdable) TSIncrByWithArgs

func (_m *MockCmdable) TSIncrByWithArgs(ctx context.Context, key string, timestamp float64, options *redis.TSIncrDecrOptions) *redis.IntCmd

TSIncrByWithArgs provides a mock function with given fields: ctx, key, timestamp, options

func (*MockCmdable) TSInfo

TSInfo provides a mock function with given fields: ctx, key

func (*MockCmdable) TSInfoWithArgs

func (_m *MockCmdable) TSInfoWithArgs(ctx context.Context, key string, options *redis.TSInfoOptions) *redis.MapStringInterfaceCmd

TSInfoWithArgs provides a mock function with given fields: ctx, key, options

func (*MockCmdable) TSMAdd

func (_m *MockCmdable) TSMAdd(ctx context.Context, ktvSlices [][]interface{}) *redis.IntSliceCmd

TSMAdd provides a mock function with given fields: ctx, ktvSlices

func (*MockCmdable) TSMGet

func (_m *MockCmdable) TSMGet(ctx context.Context, filters []string) *redis.MapStringSliceInterfaceCmd

TSMGet provides a mock function with given fields: ctx, filters

func (*MockCmdable) TSMGetWithArgs

func (_m *MockCmdable) TSMGetWithArgs(ctx context.Context, filters []string, options *redis.TSMGetOptions) *redis.MapStringSliceInterfaceCmd

TSMGetWithArgs provides a mock function with given fields: ctx, filters, options

func (*MockCmdable) TSMRange

func (_m *MockCmdable) TSMRange(ctx context.Context, fromTimestamp int, toTimestamp int, filterExpr []string) *redis.MapStringSliceInterfaceCmd

TSMRange provides a mock function with given fields: ctx, fromTimestamp, toTimestamp, filterExpr

func (*MockCmdable) TSMRangeWithArgs

func (_m *MockCmdable) TSMRangeWithArgs(ctx context.Context, fromTimestamp int, toTimestamp int, filterExpr []string, options *redis.TSMRangeOptions) *redis.MapStringSliceInterfaceCmd

TSMRangeWithArgs provides a mock function with given fields: ctx, fromTimestamp, toTimestamp, filterExpr, options

func (*MockCmdable) TSMRevRange

func (_m *MockCmdable) TSMRevRange(ctx context.Context, fromTimestamp int, toTimestamp int, filterExpr []string) *redis.MapStringSliceInterfaceCmd

TSMRevRange provides a mock function with given fields: ctx, fromTimestamp, toTimestamp, filterExpr

func (*MockCmdable) TSMRevRangeWithArgs

func (_m *MockCmdable) TSMRevRangeWithArgs(ctx context.Context, fromTimestamp int, toTimestamp int, filterExpr []string, options *redis.TSMRevRangeOptions) *redis.MapStringSliceInterfaceCmd

TSMRevRangeWithArgs provides a mock function with given fields: ctx, fromTimestamp, toTimestamp, filterExpr, options

func (*MockCmdable) TSQueryIndex

func (_m *MockCmdable) TSQueryIndex(ctx context.Context, filterExpr []string) *redis.StringSliceCmd

TSQueryIndex provides a mock function with given fields: ctx, filterExpr

func (*MockCmdable) TSRange

func (_m *MockCmdable) TSRange(ctx context.Context, key string, fromTimestamp int, toTimestamp int) *redis.TSTimestampValueSliceCmd

TSRange provides a mock function with given fields: ctx, key, fromTimestamp, toTimestamp

func (*MockCmdable) TSRangeWithArgs

func (_m *MockCmdable) TSRangeWithArgs(ctx context.Context, key string, fromTimestamp int, toTimestamp int, options *redis.TSRangeOptions) *redis.TSTimestampValueSliceCmd

TSRangeWithArgs provides a mock function with given fields: ctx, key, fromTimestamp, toTimestamp, options

func (*MockCmdable) TSRevRange

func (_m *MockCmdable) TSRevRange(ctx context.Context, key string, fromTimestamp int, toTimestamp int) *redis.TSTimestampValueSliceCmd

TSRevRange provides a mock function with given fields: ctx, key, fromTimestamp, toTimestamp

func (*MockCmdable) TSRevRangeWithArgs

func (_m *MockCmdable) TSRevRangeWithArgs(ctx context.Context, key string, fromTimestamp int, toTimestamp int, options *redis.TSRevRangeOptions) *redis.TSTimestampValueSliceCmd

TSRevRangeWithArgs provides a mock function with given fields: ctx, key, fromTimestamp, toTimestamp, options

func (*MockCmdable) TTL

func (_m *MockCmdable) TTL(ctx context.Context, key string) *redis.DurationCmd

TTL provides a mock function with given fields: ctx, key

func (*MockCmdable) Time

func (_m *MockCmdable) Time(ctx context.Context) *redis.TimeCmd

Time provides a mock function with given fields: ctx

func (*MockCmdable) TopKAdd

func (_m *MockCmdable) TopKAdd(ctx context.Context, key string, elements ...interface{}) *redis.StringSliceCmd

TopKAdd provides a mock function with given fields: ctx, key, elements

func (*MockCmdable) TopKCount

func (_m *MockCmdable) TopKCount(ctx context.Context, key string, elements ...interface{}) *redis.IntSliceCmd

TopKCount provides a mock function with given fields: ctx, key, elements

func (*MockCmdable) TopKIncrBy

func (_m *MockCmdable) TopKIncrBy(ctx context.Context, key string, elements ...interface{}) *redis.StringSliceCmd

TopKIncrBy provides a mock function with given fields: ctx, key, elements

func (*MockCmdable) TopKInfo

func (_m *MockCmdable) TopKInfo(ctx context.Context, key string) *redis.TopKInfoCmd

TopKInfo provides a mock function with given fields: ctx, key

func (*MockCmdable) TopKList

func (_m *MockCmdable) TopKList(ctx context.Context, key string) *redis.StringSliceCmd

TopKList provides a mock function with given fields: ctx, key

func (*MockCmdable) TopKListWithCount

func (_m *MockCmdable) TopKListWithCount(ctx context.Context, key string) *redis.MapStringIntCmd

TopKListWithCount provides a mock function with given fields: ctx, key

func (*MockCmdable) TopKQuery

func (_m *MockCmdable) TopKQuery(ctx context.Context, key string, elements ...interface{}) *redis.BoolSliceCmd

TopKQuery provides a mock function with given fields: ctx, key, elements

func (*MockCmdable) TopKReserve

func (_m *MockCmdable) TopKReserve(ctx context.Context, key string, k int64) *redis.StatusCmd

TopKReserve provides a mock function with given fields: ctx, key, k

func (*MockCmdable) TopKReserveWithOptions

func (_m *MockCmdable) TopKReserveWithOptions(ctx context.Context, key string, k int64, width int64, depth int64, decay float64) *redis.StatusCmd

TopKReserveWithOptions provides a mock function with given fields: ctx, key, k, width, depth, decay

func (*MockCmdable) Touch

func (_m *MockCmdable) Touch(ctx context.Context, keys ...string) *redis.IntCmd

Touch provides a mock function with given fields: ctx, keys

func (*MockCmdable) TxPipeline

func (_m *MockCmdable) TxPipeline() redis.Pipeliner

TxPipeline provides a mock function with given fields:

func (*MockCmdable) TxPipelined

func (_m *MockCmdable) TxPipelined(ctx context.Context, fn func(redis.Pipeliner) error) ([]redis.Cmder, error)

TxPipelined provides a mock function with given fields: ctx, fn

func (*MockCmdable) Type

func (_m *MockCmdable) Type(ctx context.Context, key string) *redis.StatusCmd

Type provides a mock function with given fields: ctx, key

func (_m *MockCmdable) Unlink(ctx context.Context, keys ...string) *redis.IntCmd

Unlink provides a mock function with given fields: ctx, keys

func (*MockCmdable) XAck

func (_m *MockCmdable) XAck(ctx context.Context, stream string, group string, ids ...string) *redis.IntCmd

XAck provides a mock function with given fields: ctx, stream, group, ids

func (*MockCmdable) XAdd

XAdd provides a mock function with given fields: ctx, a

func (*MockCmdable) XAutoClaim

XAutoClaim provides a mock function with given fields: ctx, a

func (*MockCmdable) XAutoClaimJustID

func (_m *MockCmdable) XAutoClaimJustID(ctx context.Context, a *redis.XAutoClaimArgs) *redis.XAutoClaimJustIDCmd

XAutoClaimJustID provides a mock function with given fields: ctx, a

func (*MockCmdable) XClaim

XClaim provides a mock function with given fields: ctx, a

func (*MockCmdable) XClaimJustID

func (_m *MockCmdable) XClaimJustID(ctx context.Context, a *redis.XClaimArgs) *redis.StringSliceCmd

XClaimJustID provides a mock function with given fields: ctx, a

func (*MockCmdable) XDel

func (_m *MockCmdable) XDel(ctx context.Context, stream string, ids ...string) *redis.IntCmd

XDel provides a mock function with given fields: ctx, stream, ids

func (*MockCmdable) XGroupCreate

func (_m *MockCmdable) XGroupCreate(ctx context.Context, stream string, group string, start string) *redis.StatusCmd

XGroupCreate provides a mock function with given fields: ctx, stream, group, start

func (*MockCmdable) XGroupCreateConsumer

func (_m *MockCmdable) XGroupCreateConsumer(ctx context.Context, stream string, group string, consumer string) *redis.IntCmd

XGroupCreateConsumer provides a mock function with given fields: ctx, stream, group, consumer

func (*MockCmdable) XGroupCreateMkStream

func (_m *MockCmdable) XGroupCreateMkStream(ctx context.Context, stream string, group string, start string) *redis.StatusCmd

XGroupCreateMkStream provides a mock function with given fields: ctx, stream, group, start

func (*MockCmdable) XGroupDelConsumer

func (_m *MockCmdable) XGroupDelConsumer(ctx context.Context, stream string, group string, consumer string) *redis.IntCmd

XGroupDelConsumer provides a mock function with given fields: ctx, stream, group, consumer

func (*MockCmdable) XGroupDestroy

func (_m *MockCmdable) XGroupDestroy(ctx context.Context, stream string, group string) *redis.IntCmd

XGroupDestroy provides a mock function with given fields: ctx, stream, group

func (*MockCmdable) XGroupSetID

func (_m *MockCmdable) XGroupSetID(ctx context.Context, stream string, group string, start string) *redis.StatusCmd

XGroupSetID provides a mock function with given fields: ctx, stream, group, start

func (*MockCmdable) XInfoConsumers

func (_m *MockCmdable) XInfoConsumers(ctx context.Context, key string, group string) *redis.XInfoConsumersCmd

XInfoConsumers provides a mock function with given fields: ctx, key, group

func (*MockCmdable) XInfoGroups

func (_m *MockCmdable) XInfoGroups(ctx context.Context, key string) *redis.XInfoGroupsCmd

XInfoGroups provides a mock function with given fields: ctx, key

func (*MockCmdable) XInfoStream

func (_m *MockCmdable) XInfoStream(ctx context.Context, key string) *redis.XInfoStreamCmd

XInfoStream provides a mock function with given fields: ctx, key

func (*MockCmdable) XInfoStreamFull

func (_m *MockCmdable) XInfoStreamFull(ctx context.Context, key string, count int) *redis.XInfoStreamFullCmd

XInfoStreamFull provides a mock function with given fields: ctx, key, count

func (*MockCmdable) XLen

func (_m *MockCmdable) XLen(ctx context.Context, stream string) *redis.IntCmd

XLen provides a mock function with given fields: ctx, stream

func (*MockCmdable) XPending

func (_m *MockCmdable) XPending(ctx context.Context, stream string, group string) *redis.XPendingCmd

XPending provides a mock function with given fields: ctx, stream, group

func (*MockCmdable) XPendingExt

XPendingExt provides a mock function with given fields: ctx, a

func (*MockCmdable) XRange

func (_m *MockCmdable) XRange(ctx context.Context, stream string, start string, stop string) *redis.XMessageSliceCmd

XRange provides a mock function with given fields: ctx, stream, start, stop

func (*MockCmdable) XRangeN

func (_m *MockCmdable) XRangeN(ctx context.Context, stream string, start string, stop string, count int64) *redis.XMessageSliceCmd

XRangeN provides a mock function with given fields: ctx, stream, start, stop, count

func (*MockCmdable) XRead

XRead provides a mock function with given fields: ctx, a

func (*MockCmdable) XReadGroup

XReadGroup provides a mock function with given fields: ctx, a

func (*MockCmdable) XReadStreams

func (_m *MockCmdable) XReadStreams(ctx context.Context, streams ...string) *redis.XStreamSliceCmd

XReadStreams provides a mock function with given fields: ctx, streams

func (*MockCmdable) XRevRange

func (_m *MockCmdable) XRevRange(ctx context.Context, stream string, start string, stop string) *redis.XMessageSliceCmd

XRevRange provides a mock function with given fields: ctx, stream, start, stop

func (*MockCmdable) XRevRangeN

func (_m *MockCmdable) XRevRangeN(ctx context.Context, stream string, start string, stop string, count int64) *redis.XMessageSliceCmd

XRevRangeN provides a mock function with given fields: ctx, stream, start, stop, count

func (*MockCmdable) XTrimMaxLen

func (_m *MockCmdable) XTrimMaxLen(ctx context.Context, key string, maxLen int64) *redis.IntCmd

XTrimMaxLen provides a mock function with given fields: ctx, key, maxLen

func (*MockCmdable) XTrimMaxLenApprox

func (_m *MockCmdable) XTrimMaxLenApprox(ctx context.Context, key string, maxLen int64, limit int64) *redis.IntCmd

XTrimMaxLenApprox provides a mock function with given fields: ctx, key, maxLen, limit

func (*MockCmdable) XTrimMinID

func (_m *MockCmdable) XTrimMinID(ctx context.Context, key string, minID string) *redis.IntCmd

XTrimMinID provides a mock function with given fields: ctx, key, minID

func (*MockCmdable) XTrimMinIDApprox

func (_m *MockCmdable) XTrimMinIDApprox(ctx context.Context, key string, minID string, limit int64) *redis.IntCmd

XTrimMinIDApprox provides a mock function with given fields: ctx, key, minID, limit

func (*MockCmdable) ZAdd

func (_m *MockCmdable) ZAdd(ctx context.Context, key string, members ...redis.Z) *redis.IntCmd

ZAdd provides a mock function with given fields: ctx, key, members

func (*MockCmdable) ZAddArgs

func (_m *MockCmdable) ZAddArgs(ctx context.Context, key string, args redis.ZAddArgs) *redis.IntCmd

ZAddArgs provides a mock function with given fields: ctx, key, args

func (*MockCmdable) ZAddArgsIncr

func (_m *MockCmdable) ZAddArgsIncr(ctx context.Context, key string, args redis.ZAddArgs) *redis.FloatCmd

ZAddArgsIncr provides a mock function with given fields: ctx, key, args

func (*MockCmdable) ZAddGT

func (_m *MockCmdable) ZAddGT(ctx context.Context, key string, members ...redis.Z) *redis.IntCmd

ZAddGT provides a mock function with given fields: ctx, key, members

func (*MockCmdable) ZAddLT

func (_m *MockCmdable) ZAddLT(ctx context.Context, key string, members ...redis.Z) *redis.IntCmd

ZAddLT provides a mock function with given fields: ctx, key, members

func (*MockCmdable) ZAddNX

func (_m *MockCmdable) ZAddNX(ctx context.Context, key string, members ...redis.Z) *redis.IntCmd

ZAddNX provides a mock function with given fields: ctx, key, members

func (*MockCmdable) ZAddXX

func (_m *MockCmdable) ZAddXX(ctx context.Context, key string, members ...redis.Z) *redis.IntCmd

ZAddXX provides a mock function with given fields: ctx, key, members

func (*MockCmdable) ZCard

func (_m *MockCmdable) ZCard(ctx context.Context, key string) *redis.IntCmd

ZCard provides a mock function with given fields: ctx, key

func (*MockCmdable) ZCount

func (_m *MockCmdable) ZCount(ctx context.Context, key string, min string, max string) *redis.IntCmd

ZCount provides a mock function with given fields: ctx, key, min, max

func (*MockCmdable) ZDiff

func (_m *MockCmdable) ZDiff(ctx context.Context, keys ...string) *redis.StringSliceCmd

ZDiff provides a mock function with given fields: ctx, keys

func (*MockCmdable) ZDiffStore

func (_m *MockCmdable) ZDiffStore(ctx context.Context, destination string, keys ...string) *redis.IntCmd

ZDiffStore provides a mock function with given fields: ctx, destination, keys

func (*MockCmdable) ZDiffWithScores

func (_m *MockCmdable) ZDiffWithScores(ctx context.Context, keys ...string) *redis.ZSliceCmd

ZDiffWithScores provides a mock function with given fields: ctx, keys

func (*MockCmdable) ZIncrBy

func (_m *MockCmdable) ZIncrBy(ctx context.Context, key string, increment float64, member string) *redis.FloatCmd

ZIncrBy provides a mock function with given fields: ctx, key, increment, member

func (*MockCmdable) ZInter

func (_m *MockCmdable) ZInter(ctx context.Context, store *redis.ZStore) *redis.StringSliceCmd

ZInter provides a mock function with given fields: ctx, store

func (*MockCmdable) ZInterCard

func (_m *MockCmdable) ZInterCard(ctx context.Context, limit int64, keys ...string) *redis.IntCmd

ZInterCard provides a mock function with given fields: ctx, limit, keys

func (*MockCmdable) ZInterStore

func (_m *MockCmdable) ZInterStore(ctx context.Context, destination string, store *redis.ZStore) *redis.IntCmd

ZInterStore provides a mock function with given fields: ctx, destination, store

func (*MockCmdable) ZInterWithScores

func (_m *MockCmdable) ZInterWithScores(ctx context.Context, store *redis.ZStore) *redis.ZSliceCmd

ZInterWithScores provides a mock function with given fields: ctx, store

func (*MockCmdable) ZLexCount

func (_m *MockCmdable) ZLexCount(ctx context.Context, key string, min string, max string) *redis.IntCmd

ZLexCount provides a mock function with given fields: ctx, key, min, max

func (*MockCmdable) ZMPop

func (_m *MockCmdable) ZMPop(ctx context.Context, order string, count int64, keys ...string) *redis.ZSliceWithKeyCmd

ZMPop provides a mock function with given fields: ctx, order, count, keys

func (*MockCmdable) ZMScore

func (_m *MockCmdable) ZMScore(ctx context.Context, key string, members ...string) *redis.FloatSliceCmd

ZMScore provides a mock function with given fields: ctx, key, members

func (*MockCmdable) ZPopMax

func (_m *MockCmdable) ZPopMax(ctx context.Context, key string, count ...int64) *redis.ZSliceCmd

ZPopMax provides a mock function with given fields: ctx, key, count

func (*MockCmdable) ZPopMin

func (_m *MockCmdable) ZPopMin(ctx context.Context, key string, count ...int64) *redis.ZSliceCmd

ZPopMin provides a mock function with given fields: ctx, key, count

func (*MockCmdable) ZRandMember

func (_m *MockCmdable) ZRandMember(ctx context.Context, key string, count int) *redis.StringSliceCmd

ZRandMember provides a mock function with given fields: ctx, key, count

func (*MockCmdable) ZRandMemberWithScores

func (_m *MockCmdable) ZRandMemberWithScores(ctx context.Context, key string, count int) *redis.ZSliceCmd

ZRandMemberWithScores provides a mock function with given fields: ctx, key, count

func (*MockCmdable) ZRange

func (_m *MockCmdable) ZRange(ctx context.Context, key string, start int64, stop int64) *redis.StringSliceCmd

ZRange provides a mock function with given fields: ctx, key, start, stop

func (*MockCmdable) ZRangeArgs

ZRangeArgs provides a mock function with given fields: ctx, z

func (*MockCmdable) ZRangeArgsWithScores

func (_m *MockCmdable) ZRangeArgsWithScores(ctx context.Context, z redis.ZRangeArgs) *redis.ZSliceCmd

ZRangeArgsWithScores provides a mock function with given fields: ctx, z

func (*MockCmdable) ZRangeByLex

func (_m *MockCmdable) ZRangeByLex(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.StringSliceCmd

ZRangeByLex provides a mock function with given fields: ctx, key, opt

func (*MockCmdable) ZRangeByScore

func (_m *MockCmdable) ZRangeByScore(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.StringSliceCmd

ZRangeByScore provides a mock function with given fields: ctx, key, opt

func (*MockCmdable) ZRangeByScoreWithScores

func (_m *MockCmdable) ZRangeByScoreWithScores(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.ZSliceCmd

ZRangeByScoreWithScores provides a mock function with given fields: ctx, key, opt

func (*MockCmdable) ZRangeStore

func (_m *MockCmdable) ZRangeStore(ctx context.Context, dst string, z redis.ZRangeArgs) *redis.IntCmd

ZRangeStore provides a mock function with given fields: ctx, dst, z

func (*MockCmdable) ZRangeWithScores

func (_m *MockCmdable) ZRangeWithScores(ctx context.Context, key string, start int64, stop int64) *redis.ZSliceCmd

ZRangeWithScores provides a mock function with given fields: ctx, key, start, stop

func (*MockCmdable) ZRank

func (_m *MockCmdable) ZRank(ctx context.Context, key string, member string) *redis.IntCmd

ZRank provides a mock function with given fields: ctx, key, member

func (*MockCmdable) ZRankWithScore

func (_m *MockCmdable) ZRankWithScore(ctx context.Context, key string, member string) *redis.RankWithScoreCmd

ZRankWithScore provides a mock function with given fields: ctx, key, member

func (*MockCmdable) ZRem

func (_m *MockCmdable) ZRem(ctx context.Context, key string, members ...interface{}) *redis.IntCmd

ZRem provides a mock function with given fields: ctx, key, members

func (*MockCmdable) ZRemRangeByLex

func (_m *MockCmdable) ZRemRangeByLex(ctx context.Context, key string, min string, max string) *redis.IntCmd

ZRemRangeByLex provides a mock function with given fields: ctx, key, min, max

func (*MockCmdable) ZRemRangeByRank

func (_m *MockCmdable) ZRemRangeByRank(ctx context.Context, key string, start int64, stop int64) *redis.IntCmd

ZRemRangeByRank provides a mock function with given fields: ctx, key, start, stop

func (*MockCmdable) ZRemRangeByScore

func (_m *MockCmdable) ZRemRangeByScore(ctx context.Context, key string, min string, max string) *redis.IntCmd

ZRemRangeByScore provides a mock function with given fields: ctx, key, min, max

func (*MockCmdable) ZRevRange

func (_m *MockCmdable) ZRevRange(ctx context.Context, key string, start int64, stop int64) *redis.StringSliceCmd

ZRevRange provides a mock function with given fields: ctx, key, start, stop

func (*MockCmdable) ZRevRangeByLex

func (_m *MockCmdable) ZRevRangeByLex(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.StringSliceCmd

ZRevRangeByLex provides a mock function with given fields: ctx, key, opt

func (*MockCmdable) ZRevRangeByScore

func (_m *MockCmdable) ZRevRangeByScore(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.StringSliceCmd

ZRevRangeByScore provides a mock function with given fields: ctx, key, opt

func (*MockCmdable) ZRevRangeByScoreWithScores

func (_m *MockCmdable) ZRevRangeByScoreWithScores(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.ZSliceCmd

ZRevRangeByScoreWithScores provides a mock function with given fields: ctx, key, opt

func (*MockCmdable) ZRevRangeWithScores

func (_m *MockCmdable) ZRevRangeWithScores(ctx context.Context, key string, start int64, stop int64) *redis.ZSliceCmd

ZRevRangeWithScores provides a mock function with given fields: ctx, key, start, stop

func (*MockCmdable) ZRevRank

func (_m *MockCmdable) ZRevRank(ctx context.Context, key string, member string) *redis.IntCmd

ZRevRank provides a mock function with given fields: ctx, key, member

func (*MockCmdable) ZRevRankWithScore

func (_m *MockCmdable) ZRevRankWithScore(ctx context.Context, key string, member string) *redis.RankWithScoreCmd

ZRevRankWithScore provides a mock function with given fields: ctx, key, member

func (*MockCmdable) ZScan

func (_m *MockCmdable) ZScan(ctx context.Context, key string, cursor uint64, match string, count int64) *redis.ScanCmd

ZScan provides a mock function with given fields: ctx, key, cursor, match, count

func (*MockCmdable) ZScore

func (_m *MockCmdable) ZScore(ctx context.Context, key string, member string) *redis.FloatCmd

ZScore provides a mock function with given fields: ctx, key, member

func (*MockCmdable) ZUnion

func (_m *MockCmdable) ZUnion(ctx context.Context, store redis.ZStore) *redis.StringSliceCmd

ZUnion provides a mock function with given fields: ctx, store

func (*MockCmdable) ZUnionStore

func (_m *MockCmdable) ZUnionStore(ctx context.Context, dest string, store *redis.ZStore) *redis.IntCmd

ZUnionStore provides a mock function with given fields: ctx, dest, store

func (*MockCmdable) ZUnionWithScores

func (_m *MockCmdable) ZUnionWithScores(ctx context.Context, store redis.ZStore) *redis.ZSliceCmd

ZUnionWithScores provides a mock function with given fields: ctx, store

type MockCmdable_ACLDryRun_Call

type MockCmdable_ACLDryRun_Call struct {
	*mock.Call
}

MockCmdable_ACLDryRun_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ACLDryRun'

func (*MockCmdable_ACLDryRun_Call) Return

func (*MockCmdable_ACLDryRun_Call) Run

func (_c *MockCmdable_ACLDryRun_Call) Run(run func(ctx context.Context, username string, command ...interface{})) *MockCmdable_ACLDryRun_Call

func (*MockCmdable_ACLDryRun_Call) RunAndReturn

func (_c *MockCmdable_ACLDryRun_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.StringCmd) *MockCmdable_ACLDryRun_Call

type MockCmdable_ACLLogReset_Call

type MockCmdable_ACLLogReset_Call struct {
	*mock.Call
}

MockCmdable_ACLLogReset_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ACLLogReset'

func (*MockCmdable_ACLLogReset_Call) Return

func (*MockCmdable_ACLLogReset_Call) Run

func (*MockCmdable_ACLLogReset_Call) RunAndReturn

type MockCmdable_ACLLog_Call

type MockCmdable_ACLLog_Call struct {
	*mock.Call
}

MockCmdable_ACLLog_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ACLLog'

func (*MockCmdable_ACLLog_Call) Return

func (*MockCmdable_ACLLog_Call) Run

func (_c *MockCmdable_ACLLog_Call) Run(run func(ctx context.Context, count int64)) *MockCmdable_ACLLog_Call

func (*MockCmdable_ACLLog_Call) RunAndReturn

type MockCmdable_Append_Call

type MockCmdable_Append_Call struct {
	*mock.Call
}

MockCmdable_Append_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Append'

func (*MockCmdable_Append_Call) Return

func (*MockCmdable_Append_Call) Run

func (_c *MockCmdable_Append_Call) Run(run func(ctx context.Context, key string, value string)) *MockCmdable_Append_Call

func (*MockCmdable_Append_Call) RunAndReturn

type MockCmdable_BFAdd_Call

type MockCmdable_BFAdd_Call struct {
	*mock.Call
}

MockCmdable_BFAdd_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFAdd'

func (*MockCmdable_BFAdd_Call) Return

func (*MockCmdable_BFAdd_Call) Run

func (_c *MockCmdable_BFAdd_Call) Run(run func(ctx context.Context, key string, element interface{})) *MockCmdable_BFAdd_Call

func (*MockCmdable_BFAdd_Call) RunAndReturn

func (_c *MockCmdable_BFAdd_Call) RunAndReturn(run func(context.Context, string, interface{}) *redis.BoolCmd) *MockCmdable_BFAdd_Call

type MockCmdable_BFCard_Call

type MockCmdable_BFCard_Call struct {
	*mock.Call
}

MockCmdable_BFCard_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFCard'

func (*MockCmdable_BFCard_Call) Return

func (*MockCmdable_BFCard_Call) Run

func (*MockCmdable_BFCard_Call) RunAndReturn

type MockCmdable_BFExists_Call

type MockCmdable_BFExists_Call struct {
	*mock.Call
}

MockCmdable_BFExists_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFExists'

func (*MockCmdable_BFExists_Call) Return

func (*MockCmdable_BFExists_Call) Run

func (_c *MockCmdable_BFExists_Call) Run(run func(ctx context.Context, key string, element interface{})) *MockCmdable_BFExists_Call

func (*MockCmdable_BFExists_Call) RunAndReturn

func (_c *MockCmdable_BFExists_Call) RunAndReturn(run func(context.Context, string, interface{}) *redis.BoolCmd) *MockCmdable_BFExists_Call

type MockCmdable_BFInfoArg_Call

type MockCmdable_BFInfoArg_Call struct {
	*mock.Call
}

MockCmdable_BFInfoArg_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFInfoArg'

func (*MockCmdable_BFInfoArg_Call) Return

func (*MockCmdable_BFInfoArg_Call) Run

func (*MockCmdable_BFInfoArg_Call) RunAndReturn

type MockCmdable_BFInfoCapacity_Call

type MockCmdable_BFInfoCapacity_Call struct {
	*mock.Call
}

MockCmdable_BFInfoCapacity_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFInfoCapacity'

func (*MockCmdable_BFInfoCapacity_Call) Return

func (*MockCmdable_BFInfoCapacity_Call) Run

func (*MockCmdable_BFInfoCapacity_Call) RunAndReturn

type MockCmdable_BFInfoExpansion_Call

type MockCmdable_BFInfoExpansion_Call struct {
	*mock.Call
}

MockCmdable_BFInfoExpansion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFInfoExpansion'

func (*MockCmdable_BFInfoExpansion_Call) Return

func (*MockCmdable_BFInfoExpansion_Call) Run

func (*MockCmdable_BFInfoExpansion_Call) RunAndReturn

type MockCmdable_BFInfoFilters_Call

type MockCmdable_BFInfoFilters_Call struct {
	*mock.Call
}

MockCmdable_BFInfoFilters_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFInfoFilters'

func (*MockCmdable_BFInfoFilters_Call) Return

func (*MockCmdable_BFInfoFilters_Call) Run

func (*MockCmdable_BFInfoFilters_Call) RunAndReturn

type MockCmdable_BFInfoItems_Call

type MockCmdable_BFInfoItems_Call struct {
	*mock.Call
}

MockCmdable_BFInfoItems_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFInfoItems'

func (*MockCmdable_BFInfoItems_Call) Return

func (*MockCmdable_BFInfoItems_Call) Run

func (*MockCmdable_BFInfoItems_Call) RunAndReturn

type MockCmdable_BFInfoSize_Call

type MockCmdable_BFInfoSize_Call struct {
	*mock.Call
}

MockCmdable_BFInfoSize_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFInfoSize'

func (*MockCmdable_BFInfoSize_Call) Return

func (*MockCmdable_BFInfoSize_Call) Run

func (*MockCmdable_BFInfoSize_Call) RunAndReturn

type MockCmdable_BFInfo_Call

type MockCmdable_BFInfo_Call struct {
	*mock.Call
}

MockCmdable_BFInfo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFInfo'

func (*MockCmdable_BFInfo_Call) Return

func (*MockCmdable_BFInfo_Call) Run

func (*MockCmdable_BFInfo_Call) RunAndReturn

type MockCmdable_BFInsert_Call

type MockCmdable_BFInsert_Call struct {
	*mock.Call
}

MockCmdable_BFInsert_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFInsert'

func (*MockCmdable_BFInsert_Call) Return

func (*MockCmdable_BFInsert_Call) Run

func (_c *MockCmdable_BFInsert_Call) Run(run func(ctx context.Context, key string, options *redis.BFInsertOptions, elements ...interface{})) *MockCmdable_BFInsert_Call

func (*MockCmdable_BFInsert_Call) RunAndReturn

type MockCmdable_BFLoadChunk_Call

type MockCmdable_BFLoadChunk_Call struct {
	*mock.Call
}

MockCmdable_BFLoadChunk_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFLoadChunk'

func (*MockCmdable_BFLoadChunk_Call) Return

func (*MockCmdable_BFLoadChunk_Call) Run

func (_c *MockCmdable_BFLoadChunk_Call) Run(run func(ctx context.Context, key string, iterator int64, data interface{})) *MockCmdable_BFLoadChunk_Call

func (*MockCmdable_BFLoadChunk_Call) RunAndReturn

type MockCmdable_BFMAdd_Call

type MockCmdable_BFMAdd_Call struct {
	*mock.Call
}

MockCmdable_BFMAdd_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFMAdd'

func (*MockCmdable_BFMAdd_Call) Return

func (*MockCmdable_BFMAdd_Call) Run

func (_c *MockCmdable_BFMAdd_Call) Run(run func(ctx context.Context, key string, elements ...interface{})) *MockCmdable_BFMAdd_Call

func (*MockCmdable_BFMAdd_Call) RunAndReturn

func (_c *MockCmdable_BFMAdd_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.BoolSliceCmd) *MockCmdable_BFMAdd_Call

type MockCmdable_BFMExists_Call

type MockCmdable_BFMExists_Call struct {
	*mock.Call
}

MockCmdable_BFMExists_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFMExists'

func (*MockCmdable_BFMExists_Call) Return

func (*MockCmdable_BFMExists_Call) Run

func (_c *MockCmdable_BFMExists_Call) Run(run func(ctx context.Context, key string, elements ...interface{})) *MockCmdable_BFMExists_Call

func (*MockCmdable_BFMExists_Call) RunAndReturn

func (_c *MockCmdable_BFMExists_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.BoolSliceCmd) *MockCmdable_BFMExists_Call

type MockCmdable_BFReserveExpansion_Call

type MockCmdable_BFReserveExpansion_Call struct {
	*mock.Call
}

MockCmdable_BFReserveExpansion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFReserveExpansion'

func (*MockCmdable_BFReserveExpansion_Call) Return

func (*MockCmdable_BFReserveExpansion_Call) Run

func (_c *MockCmdable_BFReserveExpansion_Call) Run(run func(ctx context.Context, key string, errorRate float64, capacity int64, expansion int64)) *MockCmdable_BFReserveExpansion_Call

func (*MockCmdable_BFReserveExpansion_Call) RunAndReturn

type MockCmdable_BFReserveNonScaling_Call

type MockCmdable_BFReserveNonScaling_Call struct {
	*mock.Call
}

MockCmdable_BFReserveNonScaling_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFReserveNonScaling'

func (*MockCmdable_BFReserveNonScaling_Call) Return

func (*MockCmdable_BFReserveNonScaling_Call) Run

func (*MockCmdable_BFReserveNonScaling_Call) RunAndReturn

type MockCmdable_BFReserveWithArgs_Call

type MockCmdable_BFReserveWithArgs_Call struct {
	*mock.Call
}

MockCmdable_BFReserveWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFReserveWithArgs'

func (*MockCmdable_BFReserveWithArgs_Call) Return

func (*MockCmdable_BFReserveWithArgs_Call) Run

func (*MockCmdable_BFReserveWithArgs_Call) RunAndReturn

type MockCmdable_BFReserve_Call

type MockCmdable_BFReserve_Call struct {
	*mock.Call
}

MockCmdable_BFReserve_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFReserve'

func (*MockCmdable_BFReserve_Call) Return

func (*MockCmdable_BFReserve_Call) Run

func (_c *MockCmdable_BFReserve_Call) Run(run func(ctx context.Context, key string, errorRate float64, capacity int64)) *MockCmdable_BFReserve_Call

func (*MockCmdable_BFReserve_Call) RunAndReturn

type MockCmdable_BFScanDump_Call

type MockCmdable_BFScanDump_Call struct {
	*mock.Call
}

MockCmdable_BFScanDump_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFScanDump'

func (*MockCmdable_BFScanDump_Call) Return

func (*MockCmdable_BFScanDump_Call) Run

func (_c *MockCmdable_BFScanDump_Call) Run(run func(ctx context.Context, key string, iterator int64)) *MockCmdable_BFScanDump_Call

func (*MockCmdable_BFScanDump_Call) RunAndReturn

type MockCmdable_BLMPop_Call

type MockCmdable_BLMPop_Call struct {
	*mock.Call
}

MockCmdable_BLMPop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BLMPop'

func (*MockCmdable_BLMPop_Call) Return

func (*MockCmdable_BLMPop_Call) Run

func (_c *MockCmdable_BLMPop_Call) Run(run func(ctx context.Context, timeout time.Duration, direction string, count int64, keys ...string)) *MockCmdable_BLMPop_Call

func (*MockCmdable_BLMPop_Call) RunAndReturn

type MockCmdable_BLMove_Call

type MockCmdable_BLMove_Call struct {
	*mock.Call
}

MockCmdable_BLMove_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BLMove'

func (*MockCmdable_BLMove_Call) Return

func (*MockCmdable_BLMove_Call) Run

func (_c *MockCmdable_BLMove_Call) Run(run func(ctx context.Context, source string, destination string, srcpos string, destpos string, timeout time.Duration)) *MockCmdable_BLMove_Call

func (*MockCmdable_BLMove_Call) RunAndReturn

type MockCmdable_BLPop_Call

type MockCmdable_BLPop_Call struct {
	*mock.Call
}

MockCmdable_BLPop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BLPop'

func (*MockCmdable_BLPop_Call) Return

func (*MockCmdable_BLPop_Call) Run

func (_c *MockCmdable_BLPop_Call) Run(run func(ctx context.Context, timeout time.Duration, keys ...string)) *MockCmdable_BLPop_Call

func (*MockCmdable_BLPop_Call) RunAndReturn

type MockCmdable_BRPopLPush_Call

type MockCmdable_BRPopLPush_Call struct {
	*mock.Call
}

MockCmdable_BRPopLPush_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BRPopLPush'

func (*MockCmdable_BRPopLPush_Call) Return

func (*MockCmdable_BRPopLPush_Call) Run

func (_c *MockCmdable_BRPopLPush_Call) Run(run func(ctx context.Context, source string, destination string, timeout time.Duration)) *MockCmdable_BRPopLPush_Call

func (*MockCmdable_BRPopLPush_Call) RunAndReturn

type MockCmdable_BRPop_Call

type MockCmdable_BRPop_Call struct {
	*mock.Call
}

MockCmdable_BRPop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BRPop'

func (*MockCmdable_BRPop_Call) Return

func (*MockCmdable_BRPop_Call) Run

func (_c *MockCmdable_BRPop_Call) Run(run func(ctx context.Context, timeout time.Duration, keys ...string)) *MockCmdable_BRPop_Call

func (*MockCmdable_BRPop_Call) RunAndReturn

type MockCmdable_BZMPop_Call

type MockCmdable_BZMPop_Call struct {
	*mock.Call
}

MockCmdable_BZMPop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BZMPop'

func (*MockCmdable_BZMPop_Call) Return

func (*MockCmdable_BZMPop_Call) Run

func (_c *MockCmdable_BZMPop_Call) Run(run func(ctx context.Context, timeout time.Duration, order string, count int64, keys ...string)) *MockCmdable_BZMPop_Call

func (*MockCmdable_BZMPop_Call) RunAndReturn

type MockCmdable_BZPopMax_Call

type MockCmdable_BZPopMax_Call struct {
	*mock.Call
}

MockCmdable_BZPopMax_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BZPopMax'

func (*MockCmdable_BZPopMax_Call) Return

func (*MockCmdable_BZPopMax_Call) Run

func (_c *MockCmdable_BZPopMax_Call) Run(run func(ctx context.Context, timeout time.Duration, keys ...string)) *MockCmdable_BZPopMax_Call

func (*MockCmdable_BZPopMax_Call) RunAndReturn

type MockCmdable_BZPopMin_Call

type MockCmdable_BZPopMin_Call struct {
	*mock.Call
}

MockCmdable_BZPopMin_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BZPopMin'

func (*MockCmdable_BZPopMin_Call) Return

func (*MockCmdable_BZPopMin_Call) Run

func (_c *MockCmdable_BZPopMin_Call) Run(run func(ctx context.Context, timeout time.Duration, keys ...string)) *MockCmdable_BZPopMin_Call

func (*MockCmdable_BZPopMin_Call) RunAndReturn

type MockCmdable_BgRewriteAOF_Call

type MockCmdable_BgRewriteAOF_Call struct {
	*mock.Call
}

MockCmdable_BgRewriteAOF_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BgRewriteAOF'

func (*MockCmdable_BgRewriteAOF_Call) Return

func (*MockCmdable_BgRewriteAOF_Call) Run

func (*MockCmdable_BgRewriteAOF_Call) RunAndReturn

type MockCmdable_BgSave_Call

type MockCmdable_BgSave_Call struct {
	*mock.Call
}

MockCmdable_BgSave_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BgSave'

func (*MockCmdable_BgSave_Call) Return

func (*MockCmdable_BgSave_Call) Run

func (*MockCmdable_BgSave_Call) RunAndReturn

type MockCmdable_BitCount_Call

type MockCmdable_BitCount_Call struct {
	*mock.Call
}

MockCmdable_BitCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BitCount'

func (*MockCmdable_BitCount_Call) Return

func (*MockCmdable_BitCount_Call) Run

func (*MockCmdable_BitCount_Call) RunAndReturn

type MockCmdable_BitField_Call

type MockCmdable_BitField_Call struct {
	*mock.Call
}

MockCmdable_BitField_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BitField'

func (*MockCmdable_BitField_Call) Return

func (*MockCmdable_BitField_Call) Run

func (_c *MockCmdable_BitField_Call) Run(run func(ctx context.Context, key string, values ...interface{})) *MockCmdable_BitField_Call

func (*MockCmdable_BitField_Call) RunAndReturn

func (_c *MockCmdable_BitField_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.IntSliceCmd) *MockCmdable_BitField_Call

type MockCmdable_BitOpAnd_Call

type MockCmdable_BitOpAnd_Call struct {
	*mock.Call
}

MockCmdable_BitOpAnd_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BitOpAnd'

func (*MockCmdable_BitOpAnd_Call) Return

func (*MockCmdable_BitOpAnd_Call) Run

func (_c *MockCmdable_BitOpAnd_Call) Run(run func(ctx context.Context, destKey string, keys ...string)) *MockCmdable_BitOpAnd_Call

func (*MockCmdable_BitOpAnd_Call) RunAndReturn

type MockCmdable_BitOpNot_Call

type MockCmdable_BitOpNot_Call struct {
	*mock.Call
}

MockCmdable_BitOpNot_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BitOpNot'

func (*MockCmdable_BitOpNot_Call) Return

func (*MockCmdable_BitOpNot_Call) Run

func (_c *MockCmdable_BitOpNot_Call) Run(run func(ctx context.Context, destKey string, key string)) *MockCmdable_BitOpNot_Call

func (*MockCmdable_BitOpNot_Call) RunAndReturn

type MockCmdable_BitOpOr_Call

type MockCmdable_BitOpOr_Call struct {
	*mock.Call
}

MockCmdable_BitOpOr_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BitOpOr'

func (*MockCmdable_BitOpOr_Call) Return

func (*MockCmdable_BitOpOr_Call) Run

func (_c *MockCmdable_BitOpOr_Call) Run(run func(ctx context.Context, destKey string, keys ...string)) *MockCmdable_BitOpOr_Call

func (*MockCmdable_BitOpOr_Call) RunAndReturn

type MockCmdable_BitOpXor_Call

type MockCmdable_BitOpXor_Call struct {
	*mock.Call
}

MockCmdable_BitOpXor_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BitOpXor'

func (*MockCmdable_BitOpXor_Call) Return

func (*MockCmdable_BitOpXor_Call) Run

func (_c *MockCmdable_BitOpXor_Call) Run(run func(ctx context.Context, destKey string, keys ...string)) *MockCmdable_BitOpXor_Call

func (*MockCmdable_BitOpXor_Call) RunAndReturn

type MockCmdable_BitPosSpan_Call

type MockCmdable_BitPosSpan_Call struct {
	*mock.Call
}

MockCmdable_BitPosSpan_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BitPosSpan'

func (*MockCmdable_BitPosSpan_Call) Return

func (*MockCmdable_BitPosSpan_Call) Run

func (_c *MockCmdable_BitPosSpan_Call) Run(run func(ctx context.Context, key string, bit int8, start int64, end int64, span string)) *MockCmdable_BitPosSpan_Call

func (*MockCmdable_BitPosSpan_Call) RunAndReturn

type MockCmdable_BitPos_Call

type MockCmdable_BitPos_Call struct {
	*mock.Call
}

MockCmdable_BitPos_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BitPos'

func (*MockCmdable_BitPos_Call) Return

func (*MockCmdable_BitPos_Call) Run

func (_c *MockCmdable_BitPos_Call) Run(run func(ctx context.Context, key string, bit int64, pos ...int64)) *MockCmdable_BitPos_Call

func (*MockCmdable_BitPos_Call) RunAndReturn

type MockCmdable_CFAddNX_Call

type MockCmdable_CFAddNX_Call struct {
	*mock.Call
}

MockCmdable_CFAddNX_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFAddNX'

func (*MockCmdable_CFAddNX_Call) Return

func (*MockCmdable_CFAddNX_Call) Run

func (_c *MockCmdable_CFAddNX_Call) Run(run func(ctx context.Context, key string, element interface{})) *MockCmdable_CFAddNX_Call

func (*MockCmdable_CFAddNX_Call) RunAndReturn

func (_c *MockCmdable_CFAddNX_Call) RunAndReturn(run func(context.Context, string, interface{}) *redis.BoolCmd) *MockCmdable_CFAddNX_Call

type MockCmdable_CFAdd_Call

type MockCmdable_CFAdd_Call struct {
	*mock.Call
}

MockCmdable_CFAdd_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFAdd'

func (*MockCmdable_CFAdd_Call) Return

func (*MockCmdable_CFAdd_Call) Run

func (_c *MockCmdable_CFAdd_Call) Run(run func(ctx context.Context, key string, element interface{})) *MockCmdable_CFAdd_Call

func (*MockCmdable_CFAdd_Call) RunAndReturn

func (_c *MockCmdable_CFAdd_Call) RunAndReturn(run func(context.Context, string, interface{}) *redis.BoolCmd) *MockCmdable_CFAdd_Call

type MockCmdable_CFCount_Call

type MockCmdable_CFCount_Call struct {
	*mock.Call
}

MockCmdable_CFCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFCount'

func (*MockCmdable_CFCount_Call) Return

func (*MockCmdable_CFCount_Call) Run

func (_c *MockCmdable_CFCount_Call) Run(run func(ctx context.Context, key string, element interface{})) *MockCmdable_CFCount_Call

func (*MockCmdable_CFCount_Call) RunAndReturn

func (_c *MockCmdable_CFCount_Call) RunAndReturn(run func(context.Context, string, interface{}) *redis.IntCmd) *MockCmdable_CFCount_Call

type MockCmdable_CFDel_Call

type MockCmdable_CFDel_Call struct {
	*mock.Call
}

MockCmdable_CFDel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFDel'

func (*MockCmdable_CFDel_Call) Return

func (*MockCmdable_CFDel_Call) Run

func (_c *MockCmdable_CFDel_Call) Run(run func(ctx context.Context, key string, element interface{})) *MockCmdable_CFDel_Call

func (*MockCmdable_CFDel_Call) RunAndReturn

func (_c *MockCmdable_CFDel_Call) RunAndReturn(run func(context.Context, string, interface{}) *redis.BoolCmd) *MockCmdable_CFDel_Call

type MockCmdable_CFExists_Call

type MockCmdable_CFExists_Call struct {
	*mock.Call
}

MockCmdable_CFExists_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFExists'

func (*MockCmdable_CFExists_Call) Return

func (*MockCmdable_CFExists_Call) Run

func (_c *MockCmdable_CFExists_Call) Run(run func(ctx context.Context, key string, element interface{})) *MockCmdable_CFExists_Call

func (*MockCmdable_CFExists_Call) RunAndReturn

func (_c *MockCmdable_CFExists_Call) RunAndReturn(run func(context.Context, string, interface{}) *redis.BoolCmd) *MockCmdable_CFExists_Call

type MockCmdable_CFInfo_Call

type MockCmdable_CFInfo_Call struct {
	*mock.Call
}

MockCmdable_CFInfo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFInfo'

func (*MockCmdable_CFInfo_Call) Return

func (*MockCmdable_CFInfo_Call) Run

func (*MockCmdable_CFInfo_Call) RunAndReturn

type MockCmdable_CFInsertNX_Call

type MockCmdable_CFInsertNX_Call struct {
	*mock.Call
}

MockCmdable_CFInsertNX_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFInsertNX'

func (*MockCmdable_CFInsertNX_Call) Return

func (*MockCmdable_CFInsertNX_Call) Run

func (_c *MockCmdable_CFInsertNX_Call) Run(run func(ctx context.Context, key string, options *redis.CFInsertOptions, elements ...interface{})) *MockCmdable_CFInsertNX_Call

func (*MockCmdable_CFInsertNX_Call) RunAndReturn

type MockCmdable_CFInsert_Call

type MockCmdable_CFInsert_Call struct {
	*mock.Call
}

MockCmdable_CFInsert_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFInsert'

func (*MockCmdable_CFInsert_Call) Return

func (*MockCmdable_CFInsert_Call) Run

func (_c *MockCmdable_CFInsert_Call) Run(run func(ctx context.Context, key string, options *redis.CFInsertOptions, elements ...interface{})) *MockCmdable_CFInsert_Call

func (*MockCmdable_CFInsert_Call) RunAndReturn

type MockCmdable_CFLoadChunk_Call

type MockCmdable_CFLoadChunk_Call struct {
	*mock.Call
}

MockCmdable_CFLoadChunk_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFLoadChunk'

func (*MockCmdable_CFLoadChunk_Call) Return

func (*MockCmdable_CFLoadChunk_Call) Run

func (_c *MockCmdable_CFLoadChunk_Call) Run(run func(ctx context.Context, key string, iterator int64, data interface{})) *MockCmdable_CFLoadChunk_Call

func (*MockCmdable_CFLoadChunk_Call) RunAndReturn

type MockCmdable_CFMExists_Call

type MockCmdable_CFMExists_Call struct {
	*mock.Call
}

MockCmdable_CFMExists_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFMExists'

func (*MockCmdable_CFMExists_Call) Return

func (*MockCmdable_CFMExists_Call) Run

func (_c *MockCmdable_CFMExists_Call) Run(run func(ctx context.Context, key string, elements ...interface{})) *MockCmdable_CFMExists_Call

func (*MockCmdable_CFMExists_Call) RunAndReturn

func (_c *MockCmdable_CFMExists_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.BoolSliceCmd) *MockCmdable_CFMExists_Call

type MockCmdable_CFReserveBucketSize_Call

type MockCmdable_CFReserveBucketSize_Call struct {
	*mock.Call
}

MockCmdable_CFReserveBucketSize_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFReserveBucketSize'

func (*MockCmdable_CFReserveBucketSize_Call) Return

func (*MockCmdable_CFReserveBucketSize_Call) Run

func (*MockCmdable_CFReserveBucketSize_Call) RunAndReturn

type MockCmdable_CFReserveExpansion_Call

type MockCmdable_CFReserveExpansion_Call struct {
	*mock.Call
}

MockCmdable_CFReserveExpansion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFReserveExpansion'

func (*MockCmdable_CFReserveExpansion_Call) Return

func (*MockCmdable_CFReserveExpansion_Call) Run

func (*MockCmdable_CFReserveExpansion_Call) RunAndReturn

type MockCmdable_CFReserveMaxIterations_Call

type MockCmdable_CFReserveMaxIterations_Call struct {
	*mock.Call
}

MockCmdable_CFReserveMaxIterations_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFReserveMaxIterations'

func (*MockCmdable_CFReserveMaxIterations_Call) Return

func (*MockCmdable_CFReserveMaxIterations_Call) Run

func (*MockCmdable_CFReserveMaxIterations_Call) RunAndReturn

type MockCmdable_CFReserveWithArgs_Call

type MockCmdable_CFReserveWithArgs_Call struct {
	*mock.Call
}

MockCmdable_CFReserveWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFReserveWithArgs'

func (*MockCmdable_CFReserveWithArgs_Call) Return

func (*MockCmdable_CFReserveWithArgs_Call) Run

func (*MockCmdable_CFReserveWithArgs_Call) RunAndReturn

type MockCmdable_CFReserve_Call

type MockCmdable_CFReserve_Call struct {
	*mock.Call
}

MockCmdable_CFReserve_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFReserve'

func (*MockCmdable_CFReserve_Call) Return

func (*MockCmdable_CFReserve_Call) Run

func (_c *MockCmdable_CFReserve_Call) Run(run func(ctx context.Context, key string, capacity int64)) *MockCmdable_CFReserve_Call

func (*MockCmdable_CFReserve_Call) RunAndReturn

type MockCmdable_CFScanDump_Call

type MockCmdable_CFScanDump_Call struct {
	*mock.Call
}

MockCmdable_CFScanDump_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFScanDump'

func (*MockCmdable_CFScanDump_Call) Return

func (*MockCmdable_CFScanDump_Call) Run

func (_c *MockCmdable_CFScanDump_Call) Run(run func(ctx context.Context, key string, iterator int64)) *MockCmdable_CFScanDump_Call

func (*MockCmdable_CFScanDump_Call) RunAndReturn

type MockCmdable_CMSIncrBy_Call

type MockCmdable_CMSIncrBy_Call struct {
	*mock.Call
}

MockCmdable_CMSIncrBy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CMSIncrBy'

func (*MockCmdable_CMSIncrBy_Call) Return

func (*MockCmdable_CMSIncrBy_Call) Run

func (_c *MockCmdable_CMSIncrBy_Call) Run(run func(ctx context.Context, key string, elements ...interface{})) *MockCmdable_CMSIncrBy_Call

func (*MockCmdable_CMSIncrBy_Call) RunAndReturn

func (_c *MockCmdable_CMSIncrBy_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.IntSliceCmd) *MockCmdable_CMSIncrBy_Call

type MockCmdable_CMSInfo_Call

type MockCmdable_CMSInfo_Call struct {
	*mock.Call
}

MockCmdable_CMSInfo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CMSInfo'

func (*MockCmdable_CMSInfo_Call) Return

func (*MockCmdable_CMSInfo_Call) Run

func (*MockCmdable_CMSInfo_Call) RunAndReturn

type MockCmdable_CMSInitByDim_Call

type MockCmdable_CMSInitByDim_Call struct {
	*mock.Call
}

MockCmdable_CMSInitByDim_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CMSInitByDim'

func (*MockCmdable_CMSInitByDim_Call) Return

func (*MockCmdable_CMSInitByDim_Call) Run

func (_c *MockCmdable_CMSInitByDim_Call) Run(run func(ctx context.Context, key string, width int64, height int64)) *MockCmdable_CMSInitByDim_Call

func (*MockCmdable_CMSInitByDim_Call) RunAndReturn

type MockCmdable_CMSInitByProb_Call

type MockCmdable_CMSInitByProb_Call struct {
	*mock.Call
}

MockCmdable_CMSInitByProb_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CMSInitByProb'

func (*MockCmdable_CMSInitByProb_Call) Return

func (*MockCmdable_CMSInitByProb_Call) Run

func (_c *MockCmdable_CMSInitByProb_Call) Run(run func(ctx context.Context, key string, errorRate float64, probability float64)) *MockCmdable_CMSInitByProb_Call

func (*MockCmdable_CMSInitByProb_Call) RunAndReturn

type MockCmdable_CMSMergeWithWeight_Call

type MockCmdable_CMSMergeWithWeight_Call struct {
	*mock.Call
}

MockCmdable_CMSMergeWithWeight_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CMSMergeWithWeight'

func (*MockCmdable_CMSMergeWithWeight_Call) Return

func (*MockCmdable_CMSMergeWithWeight_Call) Run

func (*MockCmdable_CMSMergeWithWeight_Call) RunAndReturn

type MockCmdable_CMSMerge_Call

type MockCmdable_CMSMerge_Call struct {
	*mock.Call
}

MockCmdable_CMSMerge_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CMSMerge'

func (*MockCmdable_CMSMerge_Call) Return

func (*MockCmdable_CMSMerge_Call) Run

func (_c *MockCmdable_CMSMerge_Call) Run(run func(ctx context.Context, destKey string, sourceKeys ...string)) *MockCmdable_CMSMerge_Call

func (*MockCmdable_CMSMerge_Call) RunAndReturn

type MockCmdable_CMSQuery_Call

type MockCmdable_CMSQuery_Call struct {
	*mock.Call
}

MockCmdable_CMSQuery_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CMSQuery'

func (*MockCmdable_CMSQuery_Call) Return

func (*MockCmdable_CMSQuery_Call) Run

func (_c *MockCmdable_CMSQuery_Call) Run(run func(ctx context.Context, key string, elements ...interface{})) *MockCmdable_CMSQuery_Call

func (*MockCmdable_CMSQuery_Call) RunAndReturn

func (_c *MockCmdable_CMSQuery_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.IntSliceCmd) *MockCmdable_CMSQuery_Call

type MockCmdable_ClientGetName_Call

type MockCmdable_ClientGetName_Call struct {
	*mock.Call
}

MockCmdable_ClientGetName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClientGetName'

func (*MockCmdable_ClientGetName_Call) Return

func (*MockCmdable_ClientGetName_Call) Run

func (*MockCmdable_ClientGetName_Call) RunAndReturn

type MockCmdable_ClientID_Call

type MockCmdable_ClientID_Call struct {
	*mock.Call
}

MockCmdable_ClientID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClientID'

func (*MockCmdable_ClientID_Call) Return

func (*MockCmdable_ClientID_Call) Run

func (*MockCmdable_ClientID_Call) RunAndReturn

type MockCmdable_ClientInfo_Call

type MockCmdable_ClientInfo_Call struct {
	*mock.Call
}

MockCmdable_ClientInfo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClientInfo'

func (*MockCmdable_ClientInfo_Call) Return

func (*MockCmdable_ClientInfo_Call) Run

func (*MockCmdable_ClientInfo_Call) RunAndReturn

type MockCmdable_ClientKillByFilter_Call

type MockCmdable_ClientKillByFilter_Call struct {
	*mock.Call
}

MockCmdable_ClientKillByFilter_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClientKillByFilter'

func (*MockCmdable_ClientKillByFilter_Call) Return

func (*MockCmdable_ClientKillByFilter_Call) Run

func (*MockCmdable_ClientKillByFilter_Call) RunAndReturn

type MockCmdable_ClientKill_Call

type MockCmdable_ClientKill_Call struct {
	*mock.Call
}

MockCmdable_ClientKill_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClientKill'

func (*MockCmdable_ClientKill_Call) Return

func (*MockCmdable_ClientKill_Call) Run

func (*MockCmdable_ClientKill_Call) RunAndReturn

type MockCmdable_ClientList_Call

type MockCmdable_ClientList_Call struct {
	*mock.Call
}

MockCmdable_ClientList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClientList'

func (*MockCmdable_ClientList_Call) Return

func (*MockCmdable_ClientList_Call) Run

func (*MockCmdable_ClientList_Call) RunAndReturn

type MockCmdable_ClientPause_Call

type MockCmdable_ClientPause_Call struct {
	*mock.Call
}

MockCmdable_ClientPause_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClientPause'

func (*MockCmdable_ClientPause_Call) Return

func (*MockCmdable_ClientPause_Call) Run

func (*MockCmdable_ClientPause_Call) RunAndReturn

type MockCmdable_ClientUnblockWithError_Call

type MockCmdable_ClientUnblockWithError_Call struct {
	*mock.Call
}

MockCmdable_ClientUnblockWithError_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClientUnblockWithError'

func (*MockCmdable_ClientUnblockWithError_Call) Return

func (*MockCmdable_ClientUnblockWithError_Call) Run

func (*MockCmdable_ClientUnblockWithError_Call) RunAndReturn

type MockCmdable_ClientUnblock_Call

type MockCmdable_ClientUnblock_Call struct {
	*mock.Call
}

MockCmdable_ClientUnblock_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClientUnblock'

func (*MockCmdable_ClientUnblock_Call) Return

func (*MockCmdable_ClientUnblock_Call) Run

func (*MockCmdable_ClientUnblock_Call) RunAndReturn

type MockCmdable_ClientUnpause_Call

type MockCmdable_ClientUnpause_Call struct {
	*mock.Call
}

MockCmdable_ClientUnpause_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClientUnpause'

func (*MockCmdable_ClientUnpause_Call) Return

func (*MockCmdable_ClientUnpause_Call) Run

func (*MockCmdable_ClientUnpause_Call) RunAndReturn

type MockCmdable_ClusterAddSlotsRange_Call

type MockCmdable_ClusterAddSlotsRange_Call struct {
	*mock.Call
}

MockCmdable_ClusterAddSlotsRange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterAddSlotsRange'

func (*MockCmdable_ClusterAddSlotsRange_Call) Return

func (*MockCmdable_ClusterAddSlotsRange_Call) Run

func (*MockCmdable_ClusterAddSlotsRange_Call) RunAndReturn

type MockCmdable_ClusterAddSlots_Call

type MockCmdable_ClusterAddSlots_Call struct {
	*mock.Call
}

MockCmdable_ClusterAddSlots_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterAddSlots'

func (*MockCmdable_ClusterAddSlots_Call) Return

func (*MockCmdable_ClusterAddSlots_Call) Run

func (*MockCmdable_ClusterAddSlots_Call) RunAndReturn

type MockCmdable_ClusterCountFailureReports_Call

type MockCmdable_ClusterCountFailureReports_Call struct {
	*mock.Call
}

MockCmdable_ClusterCountFailureReports_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterCountFailureReports'

func (*MockCmdable_ClusterCountFailureReports_Call) Return

func (*MockCmdable_ClusterCountFailureReports_Call) Run

func (*MockCmdable_ClusterCountFailureReports_Call) RunAndReturn

type MockCmdable_ClusterCountKeysInSlot_Call

type MockCmdable_ClusterCountKeysInSlot_Call struct {
	*mock.Call
}

MockCmdable_ClusterCountKeysInSlot_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterCountKeysInSlot'

func (*MockCmdable_ClusterCountKeysInSlot_Call) Return

func (*MockCmdable_ClusterCountKeysInSlot_Call) Run

func (*MockCmdable_ClusterCountKeysInSlot_Call) RunAndReturn

type MockCmdable_ClusterDelSlotsRange_Call

type MockCmdable_ClusterDelSlotsRange_Call struct {
	*mock.Call
}

MockCmdable_ClusterDelSlotsRange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterDelSlotsRange'

func (*MockCmdable_ClusterDelSlotsRange_Call) Return

func (*MockCmdable_ClusterDelSlotsRange_Call) Run

func (*MockCmdable_ClusterDelSlotsRange_Call) RunAndReturn

type MockCmdable_ClusterDelSlots_Call

type MockCmdable_ClusterDelSlots_Call struct {
	*mock.Call
}

MockCmdable_ClusterDelSlots_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterDelSlots'

func (*MockCmdable_ClusterDelSlots_Call) Return

func (*MockCmdable_ClusterDelSlots_Call) Run

func (*MockCmdable_ClusterDelSlots_Call) RunAndReturn

type MockCmdable_ClusterFailover_Call

type MockCmdable_ClusterFailover_Call struct {
	*mock.Call
}

MockCmdable_ClusterFailover_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterFailover'

func (*MockCmdable_ClusterFailover_Call) Return

func (*MockCmdable_ClusterFailover_Call) Run

func (*MockCmdable_ClusterFailover_Call) RunAndReturn

type MockCmdable_ClusterForget_Call

type MockCmdable_ClusterForget_Call struct {
	*mock.Call
}

MockCmdable_ClusterForget_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterForget'

func (*MockCmdable_ClusterForget_Call) Return

func (*MockCmdable_ClusterForget_Call) Run

func (*MockCmdable_ClusterForget_Call) RunAndReturn

type MockCmdable_ClusterGetKeysInSlot_Call

type MockCmdable_ClusterGetKeysInSlot_Call struct {
	*mock.Call
}

MockCmdable_ClusterGetKeysInSlot_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterGetKeysInSlot'

func (*MockCmdable_ClusterGetKeysInSlot_Call) Return

func (*MockCmdable_ClusterGetKeysInSlot_Call) Run

func (*MockCmdable_ClusterGetKeysInSlot_Call) RunAndReturn

type MockCmdable_ClusterInfo_Call

type MockCmdable_ClusterInfo_Call struct {
	*mock.Call
}

MockCmdable_ClusterInfo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterInfo'

func (*MockCmdable_ClusterInfo_Call) Return

func (*MockCmdable_ClusterInfo_Call) Run

func (*MockCmdable_ClusterInfo_Call) RunAndReturn

type MockCmdable_ClusterKeySlot_Call

type MockCmdable_ClusterKeySlot_Call struct {
	*mock.Call
}

MockCmdable_ClusterKeySlot_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterKeySlot'

func (*MockCmdable_ClusterKeySlot_Call) Return

func (*MockCmdable_ClusterKeySlot_Call) Run

func (*MockCmdable_ClusterKeySlot_Call) RunAndReturn

type MockCmdable_ClusterLinks_Call struct {
	*mock.Call
}

MockCmdable_ClusterLinks_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterLinks'

type MockCmdable_ClusterMeet_Call

type MockCmdable_ClusterMeet_Call struct {
	*mock.Call
}

MockCmdable_ClusterMeet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterMeet'

func (*MockCmdable_ClusterMeet_Call) Return

func (*MockCmdable_ClusterMeet_Call) Run

func (*MockCmdable_ClusterMeet_Call) RunAndReturn

type MockCmdable_ClusterMyShardID_Call

type MockCmdable_ClusterMyShardID_Call struct {
	*mock.Call
}

MockCmdable_ClusterMyShardID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterMyShardID'

func (*MockCmdable_ClusterMyShardID_Call) Return

func (*MockCmdable_ClusterMyShardID_Call) Run

func (*MockCmdable_ClusterMyShardID_Call) RunAndReturn

type MockCmdable_ClusterNodes_Call

type MockCmdable_ClusterNodes_Call struct {
	*mock.Call
}

MockCmdable_ClusterNodes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterNodes'

func (*MockCmdable_ClusterNodes_Call) Return

func (*MockCmdable_ClusterNodes_Call) Run

func (*MockCmdable_ClusterNodes_Call) RunAndReturn

type MockCmdable_ClusterReplicate_Call

type MockCmdable_ClusterReplicate_Call struct {
	*mock.Call
}

MockCmdable_ClusterReplicate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterReplicate'

func (*MockCmdable_ClusterReplicate_Call) Return

func (*MockCmdable_ClusterReplicate_Call) Run

func (*MockCmdable_ClusterReplicate_Call) RunAndReturn

type MockCmdable_ClusterResetHard_Call

type MockCmdable_ClusterResetHard_Call struct {
	*mock.Call
}

MockCmdable_ClusterResetHard_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterResetHard'

func (*MockCmdable_ClusterResetHard_Call) Return

func (*MockCmdable_ClusterResetHard_Call) Run

func (*MockCmdable_ClusterResetHard_Call) RunAndReturn

type MockCmdable_ClusterResetSoft_Call

type MockCmdable_ClusterResetSoft_Call struct {
	*mock.Call
}

MockCmdable_ClusterResetSoft_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterResetSoft'

func (*MockCmdable_ClusterResetSoft_Call) Return

func (*MockCmdable_ClusterResetSoft_Call) Run

func (*MockCmdable_ClusterResetSoft_Call) RunAndReturn

type MockCmdable_ClusterSaveConfig_Call

type MockCmdable_ClusterSaveConfig_Call struct {
	*mock.Call
}

MockCmdable_ClusterSaveConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterSaveConfig'

func (*MockCmdable_ClusterSaveConfig_Call) Return

func (*MockCmdable_ClusterSaveConfig_Call) Run

func (*MockCmdable_ClusterSaveConfig_Call) RunAndReturn

type MockCmdable_ClusterShards_Call

type MockCmdable_ClusterShards_Call struct {
	*mock.Call
}

MockCmdable_ClusterShards_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterShards'

func (*MockCmdable_ClusterShards_Call) Return

func (*MockCmdable_ClusterShards_Call) Run

func (*MockCmdable_ClusterShards_Call) RunAndReturn

type MockCmdable_ClusterSlaves_Call

type MockCmdable_ClusterSlaves_Call struct {
	*mock.Call
}

MockCmdable_ClusterSlaves_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterSlaves'

func (*MockCmdable_ClusterSlaves_Call) Return

func (*MockCmdable_ClusterSlaves_Call) Run

func (*MockCmdable_ClusterSlaves_Call) RunAndReturn

type MockCmdable_ClusterSlots_Call

type MockCmdable_ClusterSlots_Call struct {
	*mock.Call
}

MockCmdable_ClusterSlots_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterSlots'

func (*MockCmdable_ClusterSlots_Call) Return

func (*MockCmdable_ClusterSlots_Call) Run

func (*MockCmdable_ClusterSlots_Call) RunAndReturn

type MockCmdable_CommandGetKeysAndFlags_Call

type MockCmdable_CommandGetKeysAndFlags_Call struct {
	*mock.Call
}

MockCmdable_CommandGetKeysAndFlags_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CommandGetKeysAndFlags'

func (*MockCmdable_CommandGetKeysAndFlags_Call) Return

func (*MockCmdable_CommandGetKeysAndFlags_Call) Run

func (*MockCmdable_CommandGetKeysAndFlags_Call) RunAndReturn

type MockCmdable_CommandGetKeys_Call

type MockCmdable_CommandGetKeys_Call struct {
	*mock.Call
}

MockCmdable_CommandGetKeys_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CommandGetKeys'

func (*MockCmdable_CommandGetKeys_Call) Return

func (*MockCmdable_CommandGetKeys_Call) Run

func (_c *MockCmdable_CommandGetKeys_Call) Run(run func(ctx context.Context, commands ...interface{})) *MockCmdable_CommandGetKeys_Call

func (*MockCmdable_CommandGetKeys_Call) RunAndReturn

type MockCmdable_CommandList_Call

type MockCmdable_CommandList_Call struct {
	*mock.Call
}

MockCmdable_CommandList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CommandList'

func (*MockCmdable_CommandList_Call) Return

func (*MockCmdable_CommandList_Call) Run

func (*MockCmdable_CommandList_Call) RunAndReturn

type MockCmdable_Command_Call

type MockCmdable_Command_Call struct {
	*mock.Call
}

MockCmdable_Command_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Command'

func (*MockCmdable_Command_Call) Return

func (*MockCmdable_Command_Call) Run

func (*MockCmdable_Command_Call) RunAndReturn

type MockCmdable_ConfigGet_Call

type MockCmdable_ConfigGet_Call struct {
	*mock.Call
}

MockCmdable_ConfigGet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConfigGet'

func (*MockCmdable_ConfigGet_Call) Return

func (*MockCmdable_ConfigGet_Call) Run

func (_c *MockCmdable_ConfigGet_Call) Run(run func(ctx context.Context, parameter string)) *MockCmdable_ConfigGet_Call

func (*MockCmdable_ConfigGet_Call) RunAndReturn

type MockCmdable_ConfigResetStat_Call

type MockCmdable_ConfigResetStat_Call struct {
	*mock.Call
}

MockCmdable_ConfigResetStat_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConfigResetStat'

func (*MockCmdable_ConfigResetStat_Call) Return

func (*MockCmdable_ConfigResetStat_Call) Run

func (*MockCmdable_ConfigResetStat_Call) RunAndReturn

type MockCmdable_ConfigRewrite_Call

type MockCmdable_ConfigRewrite_Call struct {
	*mock.Call
}

MockCmdable_ConfigRewrite_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConfigRewrite'

func (*MockCmdable_ConfigRewrite_Call) Return

func (*MockCmdable_ConfigRewrite_Call) Run

func (*MockCmdable_ConfigRewrite_Call) RunAndReturn

type MockCmdable_ConfigSet_Call

type MockCmdable_ConfigSet_Call struct {
	*mock.Call
}

MockCmdable_ConfigSet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConfigSet'

func (*MockCmdable_ConfigSet_Call) Return

func (*MockCmdable_ConfigSet_Call) Run

func (_c *MockCmdable_ConfigSet_Call) Run(run func(ctx context.Context, parameter string, value string)) *MockCmdable_ConfigSet_Call

func (*MockCmdable_ConfigSet_Call) RunAndReturn

type MockCmdable_Copy_Call

type MockCmdable_Copy_Call struct {
	*mock.Call
}

MockCmdable_Copy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Copy'

func (*MockCmdable_Copy_Call) Return

func (*MockCmdable_Copy_Call) Run

func (_c *MockCmdable_Copy_Call) Run(run func(ctx context.Context, sourceKey string, destKey string, db int, replace bool)) *MockCmdable_Copy_Call

func (*MockCmdable_Copy_Call) RunAndReturn

type MockCmdable_DBSize_Call

type MockCmdable_DBSize_Call struct {
	*mock.Call
}

MockCmdable_DBSize_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DBSize'

func (*MockCmdable_DBSize_Call) Return

func (*MockCmdable_DBSize_Call) Run

func (*MockCmdable_DBSize_Call) RunAndReturn

type MockCmdable_DebugObject_Call

type MockCmdable_DebugObject_Call struct {
	*mock.Call
}

MockCmdable_DebugObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DebugObject'

func (*MockCmdable_DebugObject_Call) Return

func (*MockCmdable_DebugObject_Call) Run

func (*MockCmdable_DebugObject_Call) RunAndReturn

type MockCmdable_DecrBy_Call

type MockCmdable_DecrBy_Call struct {
	*mock.Call
}

MockCmdable_DecrBy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DecrBy'

func (*MockCmdable_DecrBy_Call) Return

func (*MockCmdable_DecrBy_Call) Run

func (_c *MockCmdable_DecrBy_Call) Run(run func(ctx context.Context, key string, decrement int64)) *MockCmdable_DecrBy_Call

func (*MockCmdable_DecrBy_Call) RunAndReturn

type MockCmdable_Decr_Call

type MockCmdable_Decr_Call struct {
	*mock.Call
}

MockCmdable_Decr_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Decr'

func (*MockCmdable_Decr_Call) Return

func (*MockCmdable_Decr_Call) Run

func (_c *MockCmdable_Decr_Call) Run(run func(ctx context.Context, key string)) *MockCmdable_Decr_Call

func (*MockCmdable_Decr_Call) RunAndReturn

type MockCmdable_Del_Call

type MockCmdable_Del_Call struct {
	*mock.Call
}

MockCmdable_Del_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Del'

func (*MockCmdable_Del_Call) Return

func (*MockCmdable_Del_Call) Run

func (_c *MockCmdable_Del_Call) Run(run func(ctx context.Context, keys ...string)) *MockCmdable_Del_Call

func (*MockCmdable_Del_Call) RunAndReturn

func (_c *MockCmdable_Del_Call) RunAndReturn(run func(context.Context, ...string) *redis.IntCmd) *MockCmdable_Del_Call

type MockCmdable_Dump_Call

type MockCmdable_Dump_Call struct {
	*mock.Call
}

MockCmdable_Dump_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Dump'

func (*MockCmdable_Dump_Call) Return

func (*MockCmdable_Dump_Call) Run

func (_c *MockCmdable_Dump_Call) Run(run func(ctx context.Context, key string)) *MockCmdable_Dump_Call

func (*MockCmdable_Dump_Call) RunAndReturn

type MockCmdable_Echo_Call

type MockCmdable_Echo_Call struct {
	*mock.Call
}

MockCmdable_Echo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Echo'

func (*MockCmdable_Echo_Call) Return

func (*MockCmdable_Echo_Call) Run

func (_c *MockCmdable_Echo_Call) Run(run func(ctx context.Context, message interface{})) *MockCmdable_Echo_Call

func (*MockCmdable_Echo_Call) RunAndReturn

func (_c *MockCmdable_Echo_Call) RunAndReturn(run func(context.Context, interface{}) *redis.StringCmd) *MockCmdable_Echo_Call

type MockCmdable_EvalRO_Call

type MockCmdable_EvalRO_Call struct {
	*mock.Call
}

MockCmdable_EvalRO_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EvalRO'

func (*MockCmdable_EvalRO_Call) Return

func (*MockCmdable_EvalRO_Call) Run

func (_c *MockCmdable_EvalRO_Call) Run(run func(ctx context.Context, script string, keys []string, args ...interface{})) *MockCmdable_EvalRO_Call

func (*MockCmdable_EvalRO_Call) RunAndReturn

func (_c *MockCmdable_EvalRO_Call) RunAndReturn(run func(context.Context, string, []string, ...interface{}) *redis.Cmd) *MockCmdable_EvalRO_Call

type MockCmdable_EvalShaRO_Call

type MockCmdable_EvalShaRO_Call struct {
	*mock.Call
}

MockCmdable_EvalShaRO_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EvalShaRO'

func (*MockCmdable_EvalShaRO_Call) Return

func (*MockCmdable_EvalShaRO_Call) Run

func (_c *MockCmdable_EvalShaRO_Call) Run(run func(ctx context.Context, sha1 string, keys []string, args ...interface{})) *MockCmdable_EvalShaRO_Call

func (*MockCmdable_EvalShaRO_Call) RunAndReturn

func (_c *MockCmdable_EvalShaRO_Call) RunAndReturn(run func(context.Context, string, []string, ...interface{}) *redis.Cmd) *MockCmdable_EvalShaRO_Call

type MockCmdable_EvalSha_Call

type MockCmdable_EvalSha_Call struct {
	*mock.Call
}

MockCmdable_EvalSha_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EvalSha'

func (*MockCmdable_EvalSha_Call) Return

func (*MockCmdable_EvalSha_Call) Run

func (_c *MockCmdable_EvalSha_Call) Run(run func(ctx context.Context, sha1 string, keys []string, args ...interface{})) *MockCmdable_EvalSha_Call

func (*MockCmdable_EvalSha_Call) RunAndReturn

func (_c *MockCmdable_EvalSha_Call) RunAndReturn(run func(context.Context, string, []string, ...interface{}) *redis.Cmd) *MockCmdable_EvalSha_Call

type MockCmdable_Eval_Call

type MockCmdable_Eval_Call struct {
	*mock.Call
}

MockCmdable_Eval_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Eval'

func (*MockCmdable_Eval_Call) Return

func (*MockCmdable_Eval_Call) Run

func (_c *MockCmdable_Eval_Call) Run(run func(ctx context.Context, script string, keys []string, args ...interface{})) *MockCmdable_Eval_Call

func (*MockCmdable_Eval_Call) RunAndReturn

func (_c *MockCmdable_Eval_Call) RunAndReturn(run func(context.Context, string, []string, ...interface{}) *redis.Cmd) *MockCmdable_Eval_Call

type MockCmdable_Exists_Call

type MockCmdable_Exists_Call struct {
	*mock.Call
}

MockCmdable_Exists_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Exists'

func (*MockCmdable_Exists_Call) Return

func (*MockCmdable_Exists_Call) Run

func (_c *MockCmdable_Exists_Call) Run(run func(ctx context.Context, keys ...string)) *MockCmdable_Exists_Call

func (*MockCmdable_Exists_Call) RunAndReturn

type MockCmdable_Expecter

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

func (*MockCmdable_Expecter) ACLDryRun

func (_e *MockCmdable_Expecter) ACLDryRun(ctx interface{}, username interface{}, command ...interface{}) *MockCmdable_ACLDryRun_Call

ACLDryRun is a helper method to define mock.On call

  • ctx context.Context
  • username string
  • command ...interface{}

func (*MockCmdable_Expecter) ACLLog

func (_e *MockCmdable_Expecter) ACLLog(ctx interface{}, count interface{}) *MockCmdable_ACLLog_Call

ACLLog is a helper method to define mock.On call

  • ctx context.Context
  • count int64

func (*MockCmdable_Expecter) ACLLogReset

func (_e *MockCmdable_Expecter) ACLLogReset(ctx interface{}) *MockCmdable_ACLLogReset_Call

ACLLogReset is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) Append

func (_e *MockCmdable_Expecter) Append(ctx interface{}, key interface{}, value interface{}) *MockCmdable_Append_Call

Append is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • value string

func (*MockCmdable_Expecter) BFAdd

func (_e *MockCmdable_Expecter) BFAdd(ctx interface{}, key interface{}, element interface{}) *MockCmdable_BFAdd_Call

BFAdd is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • element interface{}

func (*MockCmdable_Expecter) BFCard

func (_e *MockCmdable_Expecter) BFCard(ctx interface{}, key interface{}) *MockCmdable_BFCard_Call

BFCard is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) BFExists

func (_e *MockCmdable_Expecter) BFExists(ctx interface{}, key interface{}, element interface{}) *MockCmdable_BFExists_Call

BFExists is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • element interface{}

func (*MockCmdable_Expecter) BFInfo

func (_e *MockCmdable_Expecter) BFInfo(ctx interface{}, key interface{}) *MockCmdable_BFInfo_Call

BFInfo is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) BFInfoArg

func (_e *MockCmdable_Expecter) BFInfoArg(ctx interface{}, key interface{}, option interface{}) *MockCmdable_BFInfoArg_Call

BFInfoArg is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • option string

func (*MockCmdable_Expecter) BFInfoCapacity

func (_e *MockCmdable_Expecter) BFInfoCapacity(ctx interface{}, key interface{}) *MockCmdable_BFInfoCapacity_Call

BFInfoCapacity is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) BFInfoExpansion

func (_e *MockCmdable_Expecter) BFInfoExpansion(ctx interface{}, key interface{}) *MockCmdable_BFInfoExpansion_Call

BFInfoExpansion is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) BFInfoFilters

func (_e *MockCmdable_Expecter) BFInfoFilters(ctx interface{}, key interface{}) *MockCmdable_BFInfoFilters_Call

BFInfoFilters is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) BFInfoItems

func (_e *MockCmdable_Expecter) BFInfoItems(ctx interface{}, key interface{}) *MockCmdable_BFInfoItems_Call

BFInfoItems is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) BFInfoSize

func (_e *MockCmdable_Expecter) BFInfoSize(ctx interface{}, key interface{}) *MockCmdable_BFInfoSize_Call

BFInfoSize is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) BFInsert

func (_e *MockCmdable_Expecter) BFInsert(ctx interface{}, key interface{}, options interface{}, elements ...interface{}) *MockCmdable_BFInsert_Call

BFInsert is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • options *redis.BFInsertOptions
  • elements ...interface{}

func (*MockCmdable_Expecter) BFLoadChunk

func (_e *MockCmdable_Expecter) BFLoadChunk(ctx interface{}, key interface{}, iterator interface{}, data interface{}) *MockCmdable_BFLoadChunk_Call

BFLoadChunk is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • iterator int64
  • data interface{}

func (*MockCmdable_Expecter) BFMAdd

func (_e *MockCmdable_Expecter) BFMAdd(ctx interface{}, key interface{}, elements ...interface{}) *MockCmdable_BFMAdd_Call

BFMAdd is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • elements ...interface{}

func (*MockCmdable_Expecter) BFMExists

func (_e *MockCmdable_Expecter) BFMExists(ctx interface{}, key interface{}, elements ...interface{}) *MockCmdable_BFMExists_Call

BFMExists is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • elements ...interface{}

func (*MockCmdable_Expecter) BFReserve

func (_e *MockCmdable_Expecter) BFReserve(ctx interface{}, key interface{}, errorRate interface{}, capacity interface{}) *MockCmdable_BFReserve_Call

BFReserve is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • errorRate float64
  • capacity int64

func (*MockCmdable_Expecter) BFReserveExpansion

func (_e *MockCmdable_Expecter) BFReserveExpansion(ctx interface{}, key interface{}, errorRate interface{}, capacity interface{}, expansion interface{}) *MockCmdable_BFReserveExpansion_Call

BFReserveExpansion is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • errorRate float64
  • capacity int64
  • expansion int64

func (*MockCmdable_Expecter) BFReserveNonScaling

func (_e *MockCmdable_Expecter) BFReserveNonScaling(ctx interface{}, key interface{}, errorRate interface{}, capacity interface{}) *MockCmdable_BFReserveNonScaling_Call

BFReserveNonScaling is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • errorRate float64
  • capacity int64

func (*MockCmdable_Expecter) BFReserveWithArgs

func (_e *MockCmdable_Expecter) BFReserveWithArgs(ctx interface{}, key interface{}, options interface{}) *MockCmdable_BFReserveWithArgs_Call

BFReserveWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • options *redis.BFReserveOptions

func (*MockCmdable_Expecter) BFScanDump

func (_e *MockCmdable_Expecter) BFScanDump(ctx interface{}, key interface{}, iterator interface{}) *MockCmdable_BFScanDump_Call

BFScanDump is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • iterator int64

func (*MockCmdable_Expecter) BLMPop

func (_e *MockCmdable_Expecter) BLMPop(ctx interface{}, timeout interface{}, direction interface{}, count interface{}, keys ...interface{}) *MockCmdable_BLMPop_Call

BLMPop is a helper method to define mock.On call

  • ctx context.Context
  • timeout time.Duration
  • direction string
  • count int64
  • keys ...string

func (*MockCmdable_Expecter) BLMove

func (_e *MockCmdable_Expecter) BLMove(ctx interface{}, source interface{}, destination interface{}, srcpos interface{}, destpos interface{}, timeout interface{}) *MockCmdable_BLMove_Call

BLMove is a helper method to define mock.On call

  • ctx context.Context
  • source string
  • destination string
  • srcpos string
  • destpos string
  • timeout time.Duration

func (*MockCmdable_Expecter) BLPop

func (_e *MockCmdable_Expecter) BLPop(ctx interface{}, timeout interface{}, keys ...interface{}) *MockCmdable_BLPop_Call

BLPop is a helper method to define mock.On call

  • ctx context.Context
  • timeout time.Duration
  • keys ...string

func (*MockCmdable_Expecter) BRPop

func (_e *MockCmdable_Expecter) BRPop(ctx interface{}, timeout interface{}, keys ...interface{}) *MockCmdable_BRPop_Call

BRPop is a helper method to define mock.On call

  • ctx context.Context
  • timeout time.Duration
  • keys ...string

func (*MockCmdable_Expecter) BRPopLPush

func (_e *MockCmdable_Expecter) BRPopLPush(ctx interface{}, source interface{}, destination interface{}, timeout interface{}) *MockCmdable_BRPopLPush_Call

BRPopLPush is a helper method to define mock.On call

  • ctx context.Context
  • source string
  • destination string
  • timeout time.Duration

func (*MockCmdable_Expecter) BZMPop

func (_e *MockCmdable_Expecter) BZMPop(ctx interface{}, timeout interface{}, order interface{}, count interface{}, keys ...interface{}) *MockCmdable_BZMPop_Call

BZMPop is a helper method to define mock.On call

  • ctx context.Context
  • timeout time.Duration
  • order string
  • count int64
  • keys ...string

func (*MockCmdable_Expecter) BZPopMax

func (_e *MockCmdable_Expecter) BZPopMax(ctx interface{}, timeout interface{}, keys ...interface{}) *MockCmdable_BZPopMax_Call

BZPopMax is a helper method to define mock.On call

  • ctx context.Context
  • timeout time.Duration
  • keys ...string

func (*MockCmdable_Expecter) BZPopMin

func (_e *MockCmdable_Expecter) BZPopMin(ctx interface{}, timeout interface{}, keys ...interface{}) *MockCmdable_BZPopMin_Call

BZPopMin is a helper method to define mock.On call

  • ctx context.Context
  • timeout time.Duration
  • keys ...string

func (*MockCmdable_Expecter) BgRewriteAOF

func (_e *MockCmdable_Expecter) BgRewriteAOF(ctx interface{}) *MockCmdable_BgRewriteAOF_Call

BgRewriteAOF is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) BgSave

func (_e *MockCmdable_Expecter) BgSave(ctx interface{}) *MockCmdable_BgSave_Call

BgSave is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) BitCount

func (_e *MockCmdable_Expecter) BitCount(ctx interface{}, key interface{}, bitCount interface{}) *MockCmdable_BitCount_Call

BitCount is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • bitCount *redis.BitCount

func (*MockCmdable_Expecter) BitField

func (_e *MockCmdable_Expecter) BitField(ctx interface{}, key interface{}, values ...interface{}) *MockCmdable_BitField_Call

BitField is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • values ...interface{}

func (*MockCmdable_Expecter) BitOpAnd

func (_e *MockCmdable_Expecter) BitOpAnd(ctx interface{}, destKey interface{}, keys ...interface{}) *MockCmdable_BitOpAnd_Call

BitOpAnd is a helper method to define mock.On call

  • ctx context.Context
  • destKey string
  • keys ...string

func (*MockCmdable_Expecter) BitOpNot

func (_e *MockCmdable_Expecter) BitOpNot(ctx interface{}, destKey interface{}, key interface{}) *MockCmdable_BitOpNot_Call

BitOpNot is a helper method to define mock.On call

  • ctx context.Context
  • destKey string
  • key string

func (*MockCmdable_Expecter) BitOpOr

func (_e *MockCmdable_Expecter) BitOpOr(ctx interface{}, destKey interface{}, keys ...interface{}) *MockCmdable_BitOpOr_Call

BitOpOr is a helper method to define mock.On call

  • ctx context.Context
  • destKey string
  • keys ...string

func (*MockCmdable_Expecter) BitOpXor

func (_e *MockCmdable_Expecter) BitOpXor(ctx interface{}, destKey interface{}, keys ...interface{}) *MockCmdable_BitOpXor_Call

BitOpXor is a helper method to define mock.On call

  • ctx context.Context
  • destKey string
  • keys ...string

func (*MockCmdable_Expecter) BitPos

func (_e *MockCmdable_Expecter) BitPos(ctx interface{}, key interface{}, bit interface{}, pos ...interface{}) *MockCmdable_BitPos_Call

BitPos is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • bit int64
  • pos ...int64

func (*MockCmdable_Expecter) BitPosSpan

func (_e *MockCmdable_Expecter) BitPosSpan(ctx interface{}, key interface{}, bit interface{}, start interface{}, end interface{}, span interface{}) *MockCmdable_BitPosSpan_Call

BitPosSpan is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • bit int8
  • start int64
  • end int64
  • span string

func (*MockCmdable_Expecter) CFAdd

func (_e *MockCmdable_Expecter) CFAdd(ctx interface{}, key interface{}, element interface{}) *MockCmdable_CFAdd_Call

CFAdd is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • element interface{}

func (*MockCmdable_Expecter) CFAddNX

func (_e *MockCmdable_Expecter) CFAddNX(ctx interface{}, key interface{}, element interface{}) *MockCmdable_CFAddNX_Call

CFAddNX is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • element interface{}

func (*MockCmdable_Expecter) CFCount

func (_e *MockCmdable_Expecter) CFCount(ctx interface{}, key interface{}, element interface{}) *MockCmdable_CFCount_Call

CFCount is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • element interface{}

func (*MockCmdable_Expecter) CFDel

func (_e *MockCmdable_Expecter) CFDel(ctx interface{}, key interface{}, element interface{}) *MockCmdable_CFDel_Call

CFDel is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • element interface{}

func (*MockCmdable_Expecter) CFExists

func (_e *MockCmdable_Expecter) CFExists(ctx interface{}, key interface{}, element interface{}) *MockCmdable_CFExists_Call

CFExists is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • element interface{}

func (*MockCmdable_Expecter) CFInfo

func (_e *MockCmdable_Expecter) CFInfo(ctx interface{}, key interface{}) *MockCmdable_CFInfo_Call

CFInfo is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) CFInsert

func (_e *MockCmdable_Expecter) CFInsert(ctx interface{}, key interface{}, options interface{}, elements ...interface{}) *MockCmdable_CFInsert_Call

CFInsert is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • options *redis.CFInsertOptions
  • elements ...interface{}

func (*MockCmdable_Expecter) CFInsertNX

func (_e *MockCmdable_Expecter) CFInsertNX(ctx interface{}, key interface{}, options interface{}, elements ...interface{}) *MockCmdable_CFInsertNX_Call

CFInsertNX is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • options *redis.CFInsertOptions
  • elements ...interface{}

func (*MockCmdable_Expecter) CFLoadChunk

func (_e *MockCmdable_Expecter) CFLoadChunk(ctx interface{}, key interface{}, iterator interface{}, data interface{}) *MockCmdable_CFLoadChunk_Call

CFLoadChunk is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • iterator int64
  • data interface{}

func (*MockCmdable_Expecter) CFMExists

func (_e *MockCmdable_Expecter) CFMExists(ctx interface{}, key interface{}, elements ...interface{}) *MockCmdable_CFMExists_Call

CFMExists is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • elements ...interface{}

func (*MockCmdable_Expecter) CFReserve

func (_e *MockCmdable_Expecter) CFReserve(ctx interface{}, key interface{}, capacity interface{}) *MockCmdable_CFReserve_Call

CFReserve is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • capacity int64

func (*MockCmdable_Expecter) CFReserveBucketSize

func (_e *MockCmdable_Expecter) CFReserveBucketSize(ctx interface{}, key interface{}, capacity interface{}, bucketsize interface{}) *MockCmdable_CFReserveBucketSize_Call

CFReserveBucketSize is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • capacity int64
  • bucketsize int64

func (*MockCmdable_Expecter) CFReserveExpansion

func (_e *MockCmdable_Expecter) CFReserveExpansion(ctx interface{}, key interface{}, capacity interface{}, expansion interface{}) *MockCmdable_CFReserveExpansion_Call

CFReserveExpansion is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • capacity int64
  • expansion int64

func (*MockCmdable_Expecter) CFReserveMaxIterations

func (_e *MockCmdable_Expecter) CFReserveMaxIterations(ctx interface{}, key interface{}, capacity interface{}, maxiterations interface{}) *MockCmdable_CFReserveMaxIterations_Call

CFReserveMaxIterations is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • capacity int64
  • maxiterations int64

func (*MockCmdable_Expecter) CFReserveWithArgs

func (_e *MockCmdable_Expecter) CFReserveWithArgs(ctx interface{}, key interface{}, options interface{}) *MockCmdable_CFReserveWithArgs_Call

CFReserveWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • options *redis.CFReserveOptions

func (*MockCmdable_Expecter) CFScanDump

func (_e *MockCmdable_Expecter) CFScanDump(ctx interface{}, key interface{}, iterator interface{}) *MockCmdable_CFScanDump_Call

CFScanDump is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • iterator int64

func (*MockCmdable_Expecter) CMSIncrBy

func (_e *MockCmdable_Expecter) CMSIncrBy(ctx interface{}, key interface{}, elements ...interface{}) *MockCmdable_CMSIncrBy_Call

CMSIncrBy is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • elements ...interface{}

func (*MockCmdable_Expecter) CMSInfo

func (_e *MockCmdable_Expecter) CMSInfo(ctx interface{}, key interface{}) *MockCmdable_CMSInfo_Call

CMSInfo is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) CMSInitByDim

func (_e *MockCmdable_Expecter) CMSInitByDim(ctx interface{}, key interface{}, width interface{}, height interface{}) *MockCmdable_CMSInitByDim_Call

CMSInitByDim is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • width int64
  • height int64

func (*MockCmdable_Expecter) CMSInitByProb

func (_e *MockCmdable_Expecter) CMSInitByProb(ctx interface{}, key interface{}, errorRate interface{}, probability interface{}) *MockCmdable_CMSInitByProb_Call

CMSInitByProb is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • errorRate float64
  • probability float64

func (*MockCmdable_Expecter) CMSMerge

func (_e *MockCmdable_Expecter) CMSMerge(ctx interface{}, destKey interface{}, sourceKeys ...interface{}) *MockCmdable_CMSMerge_Call

CMSMerge is a helper method to define mock.On call

  • ctx context.Context
  • destKey string
  • sourceKeys ...string

func (*MockCmdable_Expecter) CMSMergeWithWeight

func (_e *MockCmdable_Expecter) CMSMergeWithWeight(ctx interface{}, destKey interface{}, sourceKeys interface{}) *MockCmdable_CMSMergeWithWeight_Call

CMSMergeWithWeight is a helper method to define mock.On call

  • ctx context.Context
  • destKey string
  • sourceKeys map[string]int64

func (*MockCmdable_Expecter) CMSQuery

func (_e *MockCmdable_Expecter) CMSQuery(ctx interface{}, key interface{}, elements ...interface{}) *MockCmdable_CMSQuery_Call

CMSQuery is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • elements ...interface{}

func (*MockCmdable_Expecter) ClientGetName

func (_e *MockCmdable_Expecter) ClientGetName(ctx interface{}) *MockCmdable_ClientGetName_Call

ClientGetName is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) ClientID

func (_e *MockCmdable_Expecter) ClientID(ctx interface{}) *MockCmdable_ClientID_Call

ClientID is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) ClientInfo

func (_e *MockCmdable_Expecter) ClientInfo(ctx interface{}) *MockCmdable_ClientInfo_Call

ClientInfo is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) ClientKill

func (_e *MockCmdable_Expecter) ClientKill(ctx interface{}, ipPort interface{}) *MockCmdable_ClientKill_Call

ClientKill is a helper method to define mock.On call

  • ctx context.Context
  • ipPort string

func (*MockCmdable_Expecter) ClientKillByFilter

func (_e *MockCmdable_Expecter) ClientKillByFilter(ctx interface{}, keys ...interface{}) *MockCmdable_ClientKillByFilter_Call

ClientKillByFilter is a helper method to define mock.On call

  • ctx context.Context
  • keys ...string

func (*MockCmdable_Expecter) ClientList

func (_e *MockCmdable_Expecter) ClientList(ctx interface{}) *MockCmdable_ClientList_Call

ClientList is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) ClientPause

func (_e *MockCmdable_Expecter) ClientPause(ctx interface{}, dur interface{}) *MockCmdable_ClientPause_Call

ClientPause is a helper method to define mock.On call

  • ctx context.Context
  • dur time.Duration

func (*MockCmdable_Expecter) ClientUnblock

func (_e *MockCmdable_Expecter) ClientUnblock(ctx interface{}, id interface{}) *MockCmdable_ClientUnblock_Call

ClientUnblock is a helper method to define mock.On call

  • ctx context.Context
  • id int64

func (*MockCmdable_Expecter) ClientUnblockWithError

func (_e *MockCmdable_Expecter) ClientUnblockWithError(ctx interface{}, id interface{}) *MockCmdable_ClientUnblockWithError_Call

ClientUnblockWithError is a helper method to define mock.On call

  • ctx context.Context
  • id int64

func (*MockCmdable_Expecter) ClientUnpause

func (_e *MockCmdable_Expecter) ClientUnpause(ctx interface{}) *MockCmdable_ClientUnpause_Call

ClientUnpause is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) ClusterAddSlots

func (_e *MockCmdable_Expecter) ClusterAddSlots(ctx interface{}, slots ...interface{}) *MockCmdable_ClusterAddSlots_Call

ClusterAddSlots is a helper method to define mock.On call

  • ctx context.Context
  • slots ...int

func (*MockCmdable_Expecter) ClusterAddSlotsRange

func (_e *MockCmdable_Expecter) ClusterAddSlotsRange(ctx interface{}, min interface{}, max interface{}) *MockCmdable_ClusterAddSlotsRange_Call

ClusterAddSlotsRange is a helper method to define mock.On call

  • ctx context.Context
  • min int
  • max int

func (*MockCmdable_Expecter) ClusterCountFailureReports

func (_e *MockCmdable_Expecter) ClusterCountFailureReports(ctx interface{}, nodeID interface{}) *MockCmdable_ClusterCountFailureReports_Call

ClusterCountFailureReports is a helper method to define mock.On call

  • ctx context.Context
  • nodeID string

func (*MockCmdable_Expecter) ClusterCountKeysInSlot

func (_e *MockCmdable_Expecter) ClusterCountKeysInSlot(ctx interface{}, slot interface{}) *MockCmdable_ClusterCountKeysInSlot_Call

ClusterCountKeysInSlot is a helper method to define mock.On call

  • ctx context.Context
  • slot int

func (*MockCmdable_Expecter) ClusterDelSlots

func (_e *MockCmdable_Expecter) ClusterDelSlots(ctx interface{}, slots ...interface{}) *MockCmdable_ClusterDelSlots_Call

ClusterDelSlots is a helper method to define mock.On call

  • ctx context.Context
  • slots ...int

func (*MockCmdable_Expecter) ClusterDelSlotsRange

func (_e *MockCmdable_Expecter) ClusterDelSlotsRange(ctx interface{}, min interface{}, max interface{}) *MockCmdable_ClusterDelSlotsRange_Call

ClusterDelSlotsRange is a helper method to define mock.On call

  • ctx context.Context
  • min int
  • max int

func (*MockCmdable_Expecter) ClusterFailover

func (_e *MockCmdable_Expecter) ClusterFailover(ctx interface{}) *MockCmdable_ClusterFailover_Call

ClusterFailover is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) ClusterForget

func (_e *MockCmdable_Expecter) ClusterForget(ctx interface{}, nodeID interface{}) *MockCmdable_ClusterForget_Call

ClusterForget is a helper method to define mock.On call

  • ctx context.Context
  • nodeID string

func (*MockCmdable_Expecter) ClusterGetKeysInSlot

func (_e *MockCmdable_Expecter) ClusterGetKeysInSlot(ctx interface{}, slot interface{}, count interface{}) *MockCmdable_ClusterGetKeysInSlot_Call

ClusterGetKeysInSlot is a helper method to define mock.On call

  • ctx context.Context
  • slot int
  • count int

func (*MockCmdable_Expecter) ClusterInfo

func (_e *MockCmdable_Expecter) ClusterInfo(ctx interface{}) *MockCmdable_ClusterInfo_Call

ClusterInfo is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) ClusterKeySlot

func (_e *MockCmdable_Expecter) ClusterKeySlot(ctx interface{}, key interface{}) *MockCmdable_ClusterKeySlot_Call

ClusterKeySlot is a helper method to define mock.On call

  • ctx context.Context
  • key string
func (_e *MockCmdable_Expecter) ClusterLinks(ctx interface{}) *MockCmdable_ClusterLinks_Call

ClusterLinks is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) ClusterMeet

func (_e *MockCmdable_Expecter) ClusterMeet(ctx interface{}, host interface{}, port interface{}) *MockCmdable_ClusterMeet_Call

ClusterMeet is a helper method to define mock.On call

  • ctx context.Context
  • host string
  • port string

func (*MockCmdable_Expecter) ClusterMyShardID

func (_e *MockCmdable_Expecter) ClusterMyShardID(ctx interface{}) *MockCmdable_ClusterMyShardID_Call

ClusterMyShardID is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) ClusterNodes

func (_e *MockCmdable_Expecter) ClusterNodes(ctx interface{}) *MockCmdable_ClusterNodes_Call

ClusterNodes is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) ClusterReplicate

func (_e *MockCmdable_Expecter) ClusterReplicate(ctx interface{}, nodeID interface{}) *MockCmdable_ClusterReplicate_Call

ClusterReplicate is a helper method to define mock.On call

  • ctx context.Context
  • nodeID string

func (*MockCmdable_Expecter) ClusterResetHard

func (_e *MockCmdable_Expecter) ClusterResetHard(ctx interface{}) *MockCmdable_ClusterResetHard_Call

ClusterResetHard is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) ClusterResetSoft

func (_e *MockCmdable_Expecter) ClusterResetSoft(ctx interface{}) *MockCmdable_ClusterResetSoft_Call

ClusterResetSoft is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) ClusterSaveConfig

func (_e *MockCmdable_Expecter) ClusterSaveConfig(ctx interface{}) *MockCmdable_ClusterSaveConfig_Call

ClusterSaveConfig is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) ClusterShards

func (_e *MockCmdable_Expecter) ClusterShards(ctx interface{}) *MockCmdable_ClusterShards_Call

ClusterShards is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) ClusterSlaves

func (_e *MockCmdable_Expecter) ClusterSlaves(ctx interface{}, nodeID interface{}) *MockCmdable_ClusterSlaves_Call

ClusterSlaves is a helper method to define mock.On call

  • ctx context.Context
  • nodeID string

func (*MockCmdable_Expecter) ClusterSlots

func (_e *MockCmdable_Expecter) ClusterSlots(ctx interface{}) *MockCmdable_ClusterSlots_Call

ClusterSlots is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) Command

func (_e *MockCmdable_Expecter) Command(ctx interface{}) *MockCmdable_Command_Call

Command is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) CommandGetKeys

func (_e *MockCmdable_Expecter) CommandGetKeys(ctx interface{}, commands ...interface{}) *MockCmdable_CommandGetKeys_Call

CommandGetKeys is a helper method to define mock.On call

  • ctx context.Context
  • commands ...interface{}

func (*MockCmdable_Expecter) CommandGetKeysAndFlags

func (_e *MockCmdable_Expecter) CommandGetKeysAndFlags(ctx interface{}, commands ...interface{}) *MockCmdable_CommandGetKeysAndFlags_Call

CommandGetKeysAndFlags is a helper method to define mock.On call

  • ctx context.Context
  • commands ...interface{}

func (*MockCmdable_Expecter) CommandList

func (_e *MockCmdable_Expecter) CommandList(ctx interface{}, filter interface{}) *MockCmdable_CommandList_Call

CommandList is a helper method to define mock.On call

  • ctx context.Context
  • filter *redis.FilterBy

func (*MockCmdable_Expecter) ConfigGet

func (_e *MockCmdable_Expecter) ConfigGet(ctx interface{}, parameter interface{}) *MockCmdable_ConfigGet_Call

ConfigGet is a helper method to define mock.On call

  • ctx context.Context
  • parameter string

func (*MockCmdable_Expecter) ConfigResetStat

func (_e *MockCmdable_Expecter) ConfigResetStat(ctx interface{}) *MockCmdable_ConfigResetStat_Call

ConfigResetStat is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) ConfigRewrite

func (_e *MockCmdable_Expecter) ConfigRewrite(ctx interface{}) *MockCmdable_ConfigRewrite_Call

ConfigRewrite is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) ConfigSet

func (_e *MockCmdable_Expecter) ConfigSet(ctx interface{}, parameter interface{}, value interface{}) *MockCmdable_ConfigSet_Call

ConfigSet is a helper method to define mock.On call

  • ctx context.Context
  • parameter string
  • value string

func (*MockCmdable_Expecter) Copy

func (_e *MockCmdable_Expecter) Copy(ctx interface{}, sourceKey interface{}, destKey interface{}, db interface{}, replace interface{}) *MockCmdable_Copy_Call

Copy is a helper method to define mock.On call

  • ctx context.Context
  • sourceKey string
  • destKey string
  • db int
  • replace bool

func (*MockCmdable_Expecter) DBSize

func (_e *MockCmdable_Expecter) DBSize(ctx interface{}) *MockCmdable_DBSize_Call

DBSize is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) DebugObject

func (_e *MockCmdable_Expecter) DebugObject(ctx interface{}, key interface{}) *MockCmdable_DebugObject_Call

DebugObject is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) Decr

func (_e *MockCmdable_Expecter) Decr(ctx interface{}, key interface{}) *MockCmdable_Decr_Call

Decr is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) DecrBy

func (_e *MockCmdable_Expecter) DecrBy(ctx interface{}, key interface{}, decrement interface{}) *MockCmdable_DecrBy_Call

DecrBy is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • decrement int64

func (*MockCmdable_Expecter) Del

func (_e *MockCmdable_Expecter) Del(ctx interface{}, keys ...interface{}) *MockCmdable_Del_Call

Del is a helper method to define mock.On call

  • ctx context.Context
  • keys ...string

func (*MockCmdable_Expecter) Dump

func (_e *MockCmdable_Expecter) Dump(ctx interface{}, key interface{}) *MockCmdable_Dump_Call

Dump is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) Echo

func (_e *MockCmdable_Expecter) Echo(ctx interface{}, message interface{}) *MockCmdable_Echo_Call

Echo is a helper method to define mock.On call

  • ctx context.Context
  • message interface{}

func (*MockCmdable_Expecter) Eval

func (_e *MockCmdable_Expecter) Eval(ctx interface{}, script interface{}, keys interface{}, args ...interface{}) *MockCmdable_Eval_Call

Eval is a helper method to define mock.On call

  • ctx context.Context
  • script string
  • keys []string
  • args ...interface{}

func (*MockCmdable_Expecter) EvalRO

func (_e *MockCmdable_Expecter) EvalRO(ctx interface{}, script interface{}, keys interface{}, args ...interface{}) *MockCmdable_EvalRO_Call

EvalRO is a helper method to define mock.On call

  • ctx context.Context
  • script string
  • keys []string
  • args ...interface{}

func (*MockCmdable_Expecter) EvalSha

func (_e *MockCmdable_Expecter) EvalSha(ctx interface{}, sha1 interface{}, keys interface{}, args ...interface{}) *MockCmdable_EvalSha_Call

EvalSha is a helper method to define mock.On call

  • ctx context.Context
  • sha1 string
  • keys []string
  • args ...interface{}

func (*MockCmdable_Expecter) EvalShaRO

func (_e *MockCmdable_Expecter) EvalShaRO(ctx interface{}, sha1 interface{}, keys interface{}, args ...interface{}) *MockCmdable_EvalShaRO_Call

EvalShaRO is a helper method to define mock.On call

  • ctx context.Context
  • sha1 string
  • keys []string
  • args ...interface{}

func (*MockCmdable_Expecter) Exists

func (_e *MockCmdable_Expecter) Exists(ctx interface{}, keys ...interface{}) *MockCmdable_Exists_Call

Exists is a helper method to define mock.On call

  • ctx context.Context
  • keys ...string

func (*MockCmdable_Expecter) Expire

func (_e *MockCmdable_Expecter) Expire(ctx interface{}, key interface{}, expiration interface{}) *MockCmdable_Expire_Call

Expire is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • expiration time.Duration

func (*MockCmdable_Expecter) ExpireAt

func (_e *MockCmdable_Expecter) ExpireAt(ctx interface{}, key interface{}, tm interface{}) *MockCmdable_ExpireAt_Call

ExpireAt is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • tm time.Time

func (*MockCmdable_Expecter) ExpireGT

func (_e *MockCmdable_Expecter) ExpireGT(ctx interface{}, key interface{}, expiration interface{}) *MockCmdable_ExpireGT_Call

ExpireGT is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • expiration time.Duration

func (*MockCmdable_Expecter) ExpireLT

func (_e *MockCmdable_Expecter) ExpireLT(ctx interface{}, key interface{}, expiration interface{}) *MockCmdable_ExpireLT_Call

ExpireLT is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • expiration time.Duration

func (*MockCmdable_Expecter) ExpireNX

func (_e *MockCmdable_Expecter) ExpireNX(ctx interface{}, key interface{}, expiration interface{}) *MockCmdable_ExpireNX_Call

ExpireNX is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • expiration time.Duration

func (*MockCmdable_Expecter) ExpireTime

func (_e *MockCmdable_Expecter) ExpireTime(ctx interface{}, key interface{}) *MockCmdable_ExpireTime_Call

ExpireTime is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) ExpireXX

func (_e *MockCmdable_Expecter) ExpireXX(ctx interface{}, key interface{}, expiration interface{}) *MockCmdable_ExpireXX_Call

ExpireXX is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • expiration time.Duration

func (*MockCmdable_Expecter) FCall

func (_e *MockCmdable_Expecter) FCall(ctx interface{}, function interface{}, keys interface{}, args ...interface{}) *MockCmdable_FCall_Call

FCall is a helper method to define mock.On call

  • ctx context.Context
  • function string
  • keys []string
  • args ...interface{}

func (*MockCmdable_Expecter) FCallRO

func (_e *MockCmdable_Expecter) FCallRO(ctx interface{}, function interface{}, keys interface{}, args ...interface{}) *MockCmdable_FCallRO_Call

FCallRO is a helper method to define mock.On call

  • ctx context.Context
  • function string
  • keys []string
  • args ...interface{}

func (*MockCmdable_Expecter) FCallRo

func (_e *MockCmdable_Expecter) FCallRo(ctx interface{}, function interface{}, keys interface{}, args ...interface{}) *MockCmdable_FCallRo_Call

FCallRo is a helper method to define mock.On call

  • ctx context.Context
  • function string
  • keys []string
  • args ...interface{}

func (*MockCmdable_Expecter) FlushAll

func (_e *MockCmdable_Expecter) FlushAll(ctx interface{}) *MockCmdable_FlushAll_Call

FlushAll is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) FlushAllAsync

func (_e *MockCmdable_Expecter) FlushAllAsync(ctx interface{}) *MockCmdable_FlushAllAsync_Call

FlushAllAsync is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) FlushDB

func (_e *MockCmdable_Expecter) FlushDB(ctx interface{}) *MockCmdable_FlushDB_Call

FlushDB is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) FlushDBAsync

func (_e *MockCmdable_Expecter) FlushDBAsync(ctx interface{}) *MockCmdable_FlushDBAsync_Call

FlushDBAsync is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) FunctionDelete

func (_e *MockCmdable_Expecter) FunctionDelete(ctx interface{}, libName interface{}) *MockCmdable_FunctionDelete_Call

FunctionDelete is a helper method to define mock.On call

  • ctx context.Context
  • libName string

func (*MockCmdable_Expecter) FunctionDump

func (_e *MockCmdable_Expecter) FunctionDump(ctx interface{}) *MockCmdable_FunctionDump_Call

FunctionDump is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) FunctionFlush

func (_e *MockCmdable_Expecter) FunctionFlush(ctx interface{}) *MockCmdable_FunctionFlush_Call

FunctionFlush is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) FunctionFlushAsync

func (_e *MockCmdable_Expecter) FunctionFlushAsync(ctx interface{}) *MockCmdable_FunctionFlushAsync_Call

FunctionFlushAsync is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) FunctionKill

func (_e *MockCmdable_Expecter) FunctionKill(ctx interface{}) *MockCmdable_FunctionKill_Call

FunctionKill is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) FunctionList

func (_e *MockCmdable_Expecter) FunctionList(ctx interface{}, q interface{}) *MockCmdable_FunctionList_Call

FunctionList is a helper method to define mock.On call

  • ctx context.Context
  • q redis.FunctionListQuery

func (*MockCmdable_Expecter) FunctionLoad

func (_e *MockCmdable_Expecter) FunctionLoad(ctx interface{}, code interface{}) *MockCmdable_FunctionLoad_Call

FunctionLoad is a helper method to define mock.On call

  • ctx context.Context
  • code string

func (*MockCmdable_Expecter) FunctionLoadReplace

func (_e *MockCmdable_Expecter) FunctionLoadReplace(ctx interface{}, code interface{}) *MockCmdable_FunctionLoadReplace_Call

FunctionLoadReplace is a helper method to define mock.On call

  • ctx context.Context
  • code string

func (*MockCmdable_Expecter) FunctionRestore

func (_e *MockCmdable_Expecter) FunctionRestore(ctx interface{}, libDump interface{}) *MockCmdable_FunctionRestore_Call

FunctionRestore is a helper method to define mock.On call

  • ctx context.Context
  • libDump string

func (*MockCmdable_Expecter) FunctionStats

func (_e *MockCmdable_Expecter) FunctionStats(ctx interface{}) *MockCmdable_FunctionStats_Call

FunctionStats is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) GeoAdd

func (_e *MockCmdable_Expecter) GeoAdd(ctx interface{}, key interface{}, geoLocation ...interface{}) *MockCmdable_GeoAdd_Call

GeoAdd is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • geoLocation ...*redis.GeoLocation

func (*MockCmdable_Expecter) GeoDist

func (_e *MockCmdable_Expecter) GeoDist(ctx interface{}, key interface{}, member1 interface{}, member2 interface{}, unit interface{}) *MockCmdable_GeoDist_Call

GeoDist is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • member1 string
  • member2 string
  • unit string

func (*MockCmdable_Expecter) GeoHash

func (_e *MockCmdable_Expecter) GeoHash(ctx interface{}, key interface{}, members ...interface{}) *MockCmdable_GeoHash_Call

GeoHash is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • members ...string

func (*MockCmdable_Expecter) GeoPos

func (_e *MockCmdable_Expecter) GeoPos(ctx interface{}, key interface{}, members ...interface{}) *MockCmdable_GeoPos_Call

GeoPos is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • members ...string

func (*MockCmdable_Expecter) GeoRadius

func (_e *MockCmdable_Expecter) GeoRadius(ctx interface{}, key interface{}, longitude interface{}, latitude interface{}, query interface{}) *MockCmdable_GeoRadius_Call

GeoRadius is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • longitude float64
  • latitude float64
  • query *redis.GeoRadiusQuery

func (*MockCmdable_Expecter) GeoRadiusByMember

func (_e *MockCmdable_Expecter) GeoRadiusByMember(ctx interface{}, key interface{}, member interface{}, query interface{}) *MockCmdable_GeoRadiusByMember_Call

GeoRadiusByMember is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • member string
  • query *redis.GeoRadiusQuery

func (*MockCmdable_Expecter) GeoRadiusByMemberStore

func (_e *MockCmdable_Expecter) GeoRadiusByMemberStore(ctx interface{}, key interface{}, member interface{}, query interface{}) *MockCmdable_GeoRadiusByMemberStore_Call

GeoRadiusByMemberStore is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • member string
  • query *redis.GeoRadiusQuery

func (*MockCmdable_Expecter) GeoRadiusStore

func (_e *MockCmdable_Expecter) GeoRadiusStore(ctx interface{}, key interface{}, longitude interface{}, latitude interface{}, query interface{}) *MockCmdable_GeoRadiusStore_Call

GeoRadiusStore is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • longitude float64
  • latitude float64
  • query *redis.GeoRadiusQuery

func (*MockCmdable_Expecter) GeoSearch

func (_e *MockCmdable_Expecter) GeoSearch(ctx interface{}, key interface{}, q interface{}) *MockCmdable_GeoSearch_Call

GeoSearch is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • q *redis.GeoSearchQuery

func (*MockCmdable_Expecter) GeoSearchLocation

func (_e *MockCmdable_Expecter) GeoSearchLocation(ctx interface{}, key interface{}, q interface{}) *MockCmdable_GeoSearchLocation_Call

GeoSearchLocation is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • q *redis.GeoSearchLocationQuery

func (*MockCmdable_Expecter) GeoSearchStore

func (_e *MockCmdable_Expecter) GeoSearchStore(ctx interface{}, key interface{}, store interface{}, q interface{}) *MockCmdable_GeoSearchStore_Call

GeoSearchStore is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • store string
  • q *redis.GeoSearchStoreQuery

func (*MockCmdable_Expecter) Get

func (_e *MockCmdable_Expecter) Get(ctx interface{}, key interface{}) *MockCmdable_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) GetBit

func (_e *MockCmdable_Expecter) GetBit(ctx interface{}, key interface{}, offset interface{}) *MockCmdable_GetBit_Call

GetBit is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • offset int64

func (*MockCmdable_Expecter) GetDel

func (_e *MockCmdable_Expecter) GetDel(ctx interface{}, key interface{}) *MockCmdable_GetDel_Call

GetDel is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) GetEx

func (_e *MockCmdable_Expecter) GetEx(ctx interface{}, key interface{}, expiration interface{}) *MockCmdable_GetEx_Call

GetEx is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • expiration time.Duration

func (*MockCmdable_Expecter) GetRange

func (_e *MockCmdable_Expecter) GetRange(ctx interface{}, key interface{}, start interface{}, end interface{}) *MockCmdable_GetRange_Call

GetRange is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • start int64
  • end int64

func (*MockCmdable_Expecter) GetSet

func (_e *MockCmdable_Expecter) GetSet(ctx interface{}, key interface{}, value interface{}) *MockCmdable_GetSet_Call

GetSet is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • value interface{}

func (*MockCmdable_Expecter) HDel

func (_e *MockCmdable_Expecter) HDel(ctx interface{}, key interface{}, fields ...interface{}) *MockCmdable_HDel_Call

HDel is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • fields ...string

func (*MockCmdable_Expecter) HExists

func (_e *MockCmdable_Expecter) HExists(ctx interface{}, key interface{}, field interface{}) *MockCmdable_HExists_Call

HExists is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • field string

func (*MockCmdable_Expecter) HGet

func (_e *MockCmdable_Expecter) HGet(ctx interface{}, key interface{}, field interface{}) *MockCmdable_HGet_Call

HGet is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • field string

func (*MockCmdable_Expecter) HGetAll

func (_e *MockCmdable_Expecter) HGetAll(ctx interface{}, key interface{}) *MockCmdable_HGetAll_Call

HGetAll is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) HIncrBy

func (_e *MockCmdable_Expecter) HIncrBy(ctx interface{}, key interface{}, field interface{}, incr interface{}) *MockCmdable_HIncrBy_Call

HIncrBy is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • field string
  • incr int64

func (*MockCmdable_Expecter) HIncrByFloat

func (_e *MockCmdable_Expecter) HIncrByFloat(ctx interface{}, key interface{}, field interface{}, incr interface{}) *MockCmdable_HIncrByFloat_Call

HIncrByFloat is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • field string
  • incr float64

func (*MockCmdable_Expecter) HKeys

func (_e *MockCmdable_Expecter) HKeys(ctx interface{}, key interface{}) *MockCmdable_HKeys_Call

HKeys is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) HLen

func (_e *MockCmdable_Expecter) HLen(ctx interface{}, key interface{}) *MockCmdable_HLen_Call

HLen is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) HMGet

func (_e *MockCmdable_Expecter) HMGet(ctx interface{}, key interface{}, fields ...interface{}) *MockCmdable_HMGet_Call

HMGet is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • fields ...string

func (*MockCmdable_Expecter) HMSet

func (_e *MockCmdable_Expecter) HMSet(ctx interface{}, key interface{}, values ...interface{}) *MockCmdable_HMSet_Call

HMSet is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • values ...interface{}

func (*MockCmdable_Expecter) HRandField

func (_e *MockCmdable_Expecter) HRandField(ctx interface{}, key interface{}, count interface{}) *MockCmdable_HRandField_Call

HRandField is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • count int

func (*MockCmdable_Expecter) HRandFieldWithValues

func (_e *MockCmdable_Expecter) HRandFieldWithValues(ctx interface{}, key interface{}, count interface{}) *MockCmdable_HRandFieldWithValues_Call

HRandFieldWithValues is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • count int

func (*MockCmdable_Expecter) HScan

func (_e *MockCmdable_Expecter) HScan(ctx interface{}, key interface{}, cursor interface{}, match interface{}, count interface{}) *MockCmdable_HScan_Call

HScan is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • cursor uint64
  • match string
  • count int64

func (*MockCmdable_Expecter) HSet

func (_e *MockCmdable_Expecter) HSet(ctx interface{}, key interface{}, values ...interface{}) *MockCmdable_HSet_Call

HSet is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • values ...interface{}

func (*MockCmdable_Expecter) HSetNX

func (_e *MockCmdable_Expecter) HSetNX(ctx interface{}, key interface{}, field interface{}, value interface{}) *MockCmdable_HSetNX_Call

HSetNX is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • field string
  • value interface{}

func (*MockCmdable_Expecter) HVals

func (_e *MockCmdable_Expecter) HVals(ctx interface{}, key interface{}) *MockCmdable_HVals_Call

HVals is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) Incr

func (_e *MockCmdable_Expecter) Incr(ctx interface{}, key interface{}) *MockCmdable_Incr_Call

Incr is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) IncrBy

func (_e *MockCmdable_Expecter) IncrBy(ctx interface{}, key interface{}, value interface{}) *MockCmdable_IncrBy_Call

IncrBy is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • value int64

func (*MockCmdable_Expecter) IncrByFloat

func (_e *MockCmdable_Expecter) IncrByFloat(ctx interface{}, key interface{}, value interface{}) *MockCmdable_IncrByFloat_Call

IncrByFloat is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • value float64

func (*MockCmdable_Expecter) Info

func (_e *MockCmdable_Expecter) Info(ctx interface{}, section ...interface{}) *MockCmdable_Info_Call

Info is a helper method to define mock.On call

  • ctx context.Context
  • section ...string

func (*MockCmdable_Expecter) JSONArrAppend

func (_e *MockCmdable_Expecter) JSONArrAppend(ctx interface{}, key interface{}, path interface{}, values ...interface{}) *MockCmdable_JSONArrAppend_Call

JSONArrAppend is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string
  • values ...interface{}

func (*MockCmdable_Expecter) JSONArrIndex

func (_e *MockCmdable_Expecter) JSONArrIndex(ctx interface{}, key interface{}, path interface{}, value ...interface{}) *MockCmdable_JSONArrIndex_Call

JSONArrIndex is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string
  • value ...interface{}

func (*MockCmdable_Expecter) JSONArrIndexWithArgs

func (_e *MockCmdable_Expecter) JSONArrIndexWithArgs(ctx interface{}, key interface{}, path interface{}, options interface{}, value ...interface{}) *MockCmdable_JSONArrIndexWithArgs_Call

JSONArrIndexWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string
  • options *redis.JSONArrIndexArgs
  • value ...interface{}

func (*MockCmdable_Expecter) JSONArrInsert

func (_e *MockCmdable_Expecter) JSONArrInsert(ctx interface{}, key interface{}, path interface{}, index interface{}, values ...interface{}) *MockCmdable_JSONArrInsert_Call

JSONArrInsert is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string
  • index int64
  • values ...interface{}

func (*MockCmdable_Expecter) JSONArrLen

func (_e *MockCmdable_Expecter) JSONArrLen(ctx interface{}, key interface{}, path interface{}) *MockCmdable_JSONArrLen_Call

JSONArrLen is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string

func (*MockCmdable_Expecter) JSONArrPop

func (_e *MockCmdable_Expecter) JSONArrPop(ctx interface{}, key interface{}, path interface{}, index interface{}) *MockCmdable_JSONArrPop_Call

JSONArrPop is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string
  • index int

func (*MockCmdable_Expecter) JSONArrTrim

func (_e *MockCmdable_Expecter) JSONArrTrim(ctx interface{}, key interface{}, path interface{}) *MockCmdable_JSONArrTrim_Call

JSONArrTrim is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string

func (*MockCmdable_Expecter) JSONArrTrimWithArgs

func (_e *MockCmdable_Expecter) JSONArrTrimWithArgs(ctx interface{}, key interface{}, path interface{}, options interface{}) *MockCmdable_JSONArrTrimWithArgs_Call

JSONArrTrimWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string
  • options *redis.JSONArrTrimArgs

func (*MockCmdable_Expecter) JSONClear

func (_e *MockCmdable_Expecter) JSONClear(ctx interface{}, key interface{}, path interface{}) *MockCmdable_JSONClear_Call

JSONClear is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string

func (*MockCmdable_Expecter) JSONDebugMemory

func (_e *MockCmdable_Expecter) JSONDebugMemory(ctx interface{}, key interface{}, path interface{}) *MockCmdable_JSONDebugMemory_Call

JSONDebugMemory is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string

func (*MockCmdable_Expecter) JSONDel

func (_e *MockCmdable_Expecter) JSONDel(ctx interface{}, key interface{}, path interface{}) *MockCmdable_JSONDel_Call

JSONDel is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string

func (*MockCmdable_Expecter) JSONForget

func (_e *MockCmdable_Expecter) JSONForget(ctx interface{}, key interface{}, path interface{}) *MockCmdable_JSONForget_Call

JSONForget is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string

func (*MockCmdable_Expecter) JSONGet

func (_e *MockCmdable_Expecter) JSONGet(ctx interface{}, key interface{}, paths ...interface{}) *MockCmdable_JSONGet_Call

JSONGet is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • paths ...string

func (*MockCmdable_Expecter) JSONGetWithArgs

func (_e *MockCmdable_Expecter) JSONGetWithArgs(ctx interface{}, key interface{}, options interface{}, paths ...interface{}) *MockCmdable_JSONGetWithArgs_Call

JSONGetWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • options *redis.JSONGetArgs
  • paths ...string

func (*MockCmdable_Expecter) JSONMGet

func (_e *MockCmdable_Expecter) JSONMGet(ctx interface{}, path interface{}, keys ...interface{}) *MockCmdable_JSONMGet_Call

JSONMGet is a helper method to define mock.On call

  • ctx context.Context
  • path string
  • keys ...string

func (*MockCmdable_Expecter) JSONMSet

func (_e *MockCmdable_Expecter) JSONMSet(ctx interface{}, params ...interface{}) *MockCmdable_JSONMSet_Call

JSONMSet is a helper method to define mock.On call

  • ctx context.Context
  • params ...interface{}

func (*MockCmdable_Expecter) JSONMSetArgs

func (_e *MockCmdable_Expecter) JSONMSetArgs(ctx interface{}, docs interface{}) *MockCmdable_JSONMSetArgs_Call

JSONMSetArgs is a helper method to define mock.On call

  • ctx context.Context
  • docs []redis.JSONSetArgs

func (*MockCmdable_Expecter) JSONMerge

func (_e *MockCmdable_Expecter) JSONMerge(ctx interface{}, key interface{}, path interface{}, value interface{}) *MockCmdable_JSONMerge_Call

JSONMerge is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string
  • value string

func (*MockCmdable_Expecter) JSONNumIncrBy

func (_e *MockCmdable_Expecter) JSONNumIncrBy(ctx interface{}, key interface{}, path interface{}, value interface{}) *MockCmdable_JSONNumIncrBy_Call

JSONNumIncrBy is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string
  • value float64

func (*MockCmdable_Expecter) JSONObjKeys

func (_e *MockCmdable_Expecter) JSONObjKeys(ctx interface{}, key interface{}, path interface{}) *MockCmdable_JSONObjKeys_Call

JSONObjKeys is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string

func (*MockCmdable_Expecter) JSONObjLen

func (_e *MockCmdable_Expecter) JSONObjLen(ctx interface{}, key interface{}, path interface{}) *MockCmdable_JSONObjLen_Call

JSONObjLen is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string

func (*MockCmdable_Expecter) JSONSet

func (_e *MockCmdable_Expecter) JSONSet(ctx interface{}, key interface{}, path interface{}, value interface{}) *MockCmdable_JSONSet_Call

JSONSet is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string
  • value interface{}

func (*MockCmdable_Expecter) JSONSetMode

func (_e *MockCmdable_Expecter) JSONSetMode(ctx interface{}, key interface{}, path interface{}, value interface{}, mode interface{}) *MockCmdable_JSONSetMode_Call

JSONSetMode is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string
  • value interface{}
  • mode string

func (*MockCmdable_Expecter) JSONStrAppend

func (_e *MockCmdable_Expecter) JSONStrAppend(ctx interface{}, key interface{}, path interface{}, value interface{}) *MockCmdable_JSONStrAppend_Call

JSONStrAppend is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string
  • value string

func (*MockCmdable_Expecter) JSONStrLen

func (_e *MockCmdable_Expecter) JSONStrLen(ctx interface{}, key interface{}, path interface{}) *MockCmdable_JSONStrLen_Call

JSONStrLen is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string

func (*MockCmdable_Expecter) JSONToggle

func (_e *MockCmdable_Expecter) JSONToggle(ctx interface{}, key interface{}, path interface{}) *MockCmdable_JSONToggle_Call

JSONToggle is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string

func (*MockCmdable_Expecter) JSONType

func (_e *MockCmdable_Expecter) JSONType(ctx interface{}, key interface{}, path interface{}) *MockCmdable_JSONType_Call

JSONType is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string

func (*MockCmdable_Expecter) Keys

func (_e *MockCmdable_Expecter) Keys(ctx interface{}, pattern interface{}) *MockCmdable_Keys_Call

Keys is a helper method to define mock.On call

  • ctx context.Context
  • pattern string

func (*MockCmdable_Expecter) LCS

func (_e *MockCmdable_Expecter) LCS(ctx interface{}, q interface{}) *MockCmdable_LCS_Call

LCS is a helper method to define mock.On call

  • ctx context.Context
  • q *redis.LCSQuery

func (*MockCmdable_Expecter) LIndex

func (_e *MockCmdable_Expecter) LIndex(ctx interface{}, key interface{}, index interface{}) *MockCmdable_LIndex_Call

LIndex is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • index int64

func (*MockCmdable_Expecter) LInsert

func (_e *MockCmdable_Expecter) LInsert(ctx interface{}, key interface{}, op interface{}, pivot interface{}, value interface{}) *MockCmdable_LInsert_Call

LInsert is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • op string
  • pivot interface{}
  • value interface{}

func (*MockCmdable_Expecter) LInsertAfter

func (_e *MockCmdable_Expecter) LInsertAfter(ctx interface{}, key interface{}, pivot interface{}, value interface{}) *MockCmdable_LInsertAfter_Call

LInsertAfter is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • pivot interface{}
  • value interface{}

func (*MockCmdable_Expecter) LInsertBefore

func (_e *MockCmdable_Expecter) LInsertBefore(ctx interface{}, key interface{}, pivot interface{}, value interface{}) *MockCmdable_LInsertBefore_Call

LInsertBefore is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • pivot interface{}
  • value interface{}

func (*MockCmdable_Expecter) LLen

func (_e *MockCmdable_Expecter) LLen(ctx interface{}, key interface{}) *MockCmdable_LLen_Call

LLen is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) LMPop

func (_e *MockCmdable_Expecter) LMPop(ctx interface{}, direction interface{}, count interface{}, keys ...interface{}) *MockCmdable_LMPop_Call

LMPop is a helper method to define mock.On call

  • ctx context.Context
  • direction string
  • count int64
  • keys ...string

func (*MockCmdable_Expecter) LMove

func (_e *MockCmdable_Expecter) LMove(ctx interface{}, source interface{}, destination interface{}, srcpos interface{}, destpos interface{}) *MockCmdable_LMove_Call

LMove is a helper method to define mock.On call

  • ctx context.Context
  • source string
  • destination string
  • srcpos string
  • destpos string

func (*MockCmdable_Expecter) LPop

func (_e *MockCmdable_Expecter) LPop(ctx interface{}, key interface{}) *MockCmdable_LPop_Call

LPop is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) LPopCount

func (_e *MockCmdable_Expecter) LPopCount(ctx interface{}, key interface{}, count interface{}) *MockCmdable_LPopCount_Call

LPopCount is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • count int

func (*MockCmdable_Expecter) LPos

func (_e *MockCmdable_Expecter) LPos(ctx interface{}, key interface{}, value interface{}, args interface{}) *MockCmdable_LPos_Call

LPos is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • value string
  • args redis.LPosArgs

func (*MockCmdable_Expecter) LPosCount

func (_e *MockCmdable_Expecter) LPosCount(ctx interface{}, key interface{}, value interface{}, count interface{}, args interface{}) *MockCmdable_LPosCount_Call

LPosCount is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • value string
  • count int64
  • args redis.LPosArgs

func (*MockCmdable_Expecter) LPush

func (_e *MockCmdable_Expecter) LPush(ctx interface{}, key interface{}, values ...interface{}) *MockCmdable_LPush_Call

LPush is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • values ...interface{}

func (*MockCmdable_Expecter) LPushX

func (_e *MockCmdable_Expecter) LPushX(ctx interface{}, key interface{}, values ...interface{}) *MockCmdable_LPushX_Call

LPushX is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • values ...interface{}

func (*MockCmdable_Expecter) LRange

func (_e *MockCmdable_Expecter) LRange(ctx interface{}, key interface{}, start interface{}, stop interface{}) *MockCmdable_LRange_Call

LRange is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • start int64
  • stop int64

func (*MockCmdable_Expecter) LRem

func (_e *MockCmdable_Expecter) LRem(ctx interface{}, key interface{}, count interface{}, value interface{}) *MockCmdable_LRem_Call

LRem is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • count int64
  • value interface{}

func (*MockCmdable_Expecter) LSet

func (_e *MockCmdable_Expecter) LSet(ctx interface{}, key interface{}, index interface{}, value interface{}) *MockCmdable_LSet_Call

LSet is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • index int64
  • value interface{}

func (*MockCmdable_Expecter) LTrim

func (_e *MockCmdable_Expecter) LTrim(ctx interface{}, key interface{}, start interface{}, stop interface{}) *MockCmdable_LTrim_Call

LTrim is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • start int64
  • stop int64

func (*MockCmdable_Expecter) LastSave

func (_e *MockCmdable_Expecter) LastSave(ctx interface{}) *MockCmdable_LastSave_Call

LastSave is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) MGet

func (_e *MockCmdable_Expecter) MGet(ctx interface{}, keys ...interface{}) *MockCmdable_MGet_Call

MGet is a helper method to define mock.On call

  • ctx context.Context
  • keys ...string

func (*MockCmdable_Expecter) MSet

func (_e *MockCmdable_Expecter) MSet(ctx interface{}, values ...interface{}) *MockCmdable_MSet_Call

MSet is a helper method to define mock.On call

  • ctx context.Context
  • values ...interface{}

func (*MockCmdable_Expecter) MSetNX

func (_e *MockCmdable_Expecter) MSetNX(ctx interface{}, values ...interface{}) *MockCmdable_MSetNX_Call

MSetNX is a helper method to define mock.On call

  • ctx context.Context
  • values ...interface{}

func (*MockCmdable_Expecter) MemoryUsage

func (_e *MockCmdable_Expecter) MemoryUsage(ctx interface{}, key interface{}, samples ...interface{}) *MockCmdable_MemoryUsage_Call

MemoryUsage is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • samples ...int

func (*MockCmdable_Expecter) Migrate

func (_e *MockCmdable_Expecter) Migrate(ctx interface{}, host interface{}, port interface{}, key interface{}, db interface{}, timeout interface{}) *MockCmdable_Migrate_Call

Migrate is a helper method to define mock.On call

  • ctx context.Context
  • host string
  • port string
  • key string
  • db int
  • timeout time.Duration

func (*MockCmdable_Expecter) ModuleLoadex

func (_e *MockCmdable_Expecter) ModuleLoadex(ctx interface{}, conf interface{}) *MockCmdable_ModuleLoadex_Call

ModuleLoadex is a helper method to define mock.On call

  • ctx context.Context
  • conf *redis.ModuleLoadexConfig

func (*MockCmdable_Expecter) Move

func (_e *MockCmdable_Expecter) Move(ctx interface{}, key interface{}, db interface{}) *MockCmdable_Move_Call

Move is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • db int

func (*MockCmdable_Expecter) ObjectEncoding

func (_e *MockCmdable_Expecter) ObjectEncoding(ctx interface{}, key interface{}) *MockCmdable_ObjectEncoding_Call

ObjectEncoding is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) ObjectFreq

func (_e *MockCmdable_Expecter) ObjectFreq(ctx interface{}, key interface{}) *MockCmdable_ObjectFreq_Call

ObjectFreq is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) ObjectIdleTime

func (_e *MockCmdable_Expecter) ObjectIdleTime(ctx interface{}, key interface{}) *MockCmdable_ObjectIdleTime_Call

ObjectIdleTime is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) ObjectRefCount

func (_e *MockCmdable_Expecter) ObjectRefCount(ctx interface{}, key interface{}) *MockCmdable_ObjectRefCount_Call

ObjectRefCount is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) PExpire

func (_e *MockCmdable_Expecter) PExpire(ctx interface{}, key interface{}, expiration interface{}) *MockCmdable_PExpire_Call

PExpire is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • expiration time.Duration

func (*MockCmdable_Expecter) PExpireAt

func (_e *MockCmdable_Expecter) PExpireAt(ctx interface{}, key interface{}, tm interface{}) *MockCmdable_PExpireAt_Call

PExpireAt is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • tm time.Time

func (*MockCmdable_Expecter) PExpireTime

func (_e *MockCmdable_Expecter) PExpireTime(ctx interface{}, key interface{}) *MockCmdable_PExpireTime_Call

PExpireTime is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) PFAdd

func (_e *MockCmdable_Expecter) PFAdd(ctx interface{}, key interface{}, els ...interface{}) *MockCmdable_PFAdd_Call

PFAdd is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • els ...interface{}

func (*MockCmdable_Expecter) PFCount

func (_e *MockCmdable_Expecter) PFCount(ctx interface{}, keys ...interface{}) *MockCmdable_PFCount_Call

PFCount is a helper method to define mock.On call

  • ctx context.Context
  • keys ...string

func (*MockCmdable_Expecter) PFMerge

func (_e *MockCmdable_Expecter) PFMerge(ctx interface{}, dest interface{}, keys ...interface{}) *MockCmdable_PFMerge_Call

PFMerge is a helper method to define mock.On call

  • ctx context.Context
  • dest string
  • keys ...string

func (*MockCmdable_Expecter) PTTL

func (_e *MockCmdable_Expecter) PTTL(ctx interface{}, key interface{}) *MockCmdable_PTTL_Call

PTTL is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) Persist

func (_e *MockCmdable_Expecter) Persist(ctx interface{}, key interface{}) *MockCmdable_Persist_Call

Persist is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) Ping

func (_e *MockCmdable_Expecter) Ping(ctx interface{}) *MockCmdable_Ping_Call

Ping is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) Pipeline

Pipeline is a helper method to define mock.On call

func (*MockCmdable_Expecter) Pipelined

func (_e *MockCmdable_Expecter) Pipelined(ctx interface{}, fn interface{}) *MockCmdable_Pipelined_Call

Pipelined is a helper method to define mock.On call

  • ctx context.Context
  • fn func(redis.Pipeliner) error

func (*MockCmdable_Expecter) PubSubChannels

func (_e *MockCmdable_Expecter) PubSubChannels(ctx interface{}, pattern interface{}) *MockCmdable_PubSubChannels_Call

PubSubChannels is a helper method to define mock.On call

  • ctx context.Context
  • pattern string

func (*MockCmdable_Expecter) PubSubNumPat

func (_e *MockCmdable_Expecter) PubSubNumPat(ctx interface{}) *MockCmdable_PubSubNumPat_Call

PubSubNumPat is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) PubSubNumSub

func (_e *MockCmdable_Expecter) PubSubNumSub(ctx interface{}, channels ...interface{}) *MockCmdable_PubSubNumSub_Call

PubSubNumSub is a helper method to define mock.On call

  • ctx context.Context
  • channels ...string

func (*MockCmdable_Expecter) PubSubShardChannels

func (_e *MockCmdable_Expecter) PubSubShardChannels(ctx interface{}, pattern interface{}) *MockCmdable_PubSubShardChannels_Call

PubSubShardChannels is a helper method to define mock.On call

  • ctx context.Context
  • pattern string

func (*MockCmdable_Expecter) PubSubShardNumSub

func (_e *MockCmdable_Expecter) PubSubShardNumSub(ctx interface{}, channels ...interface{}) *MockCmdable_PubSubShardNumSub_Call

PubSubShardNumSub is a helper method to define mock.On call

  • ctx context.Context
  • channels ...string

func (*MockCmdable_Expecter) Publish

func (_e *MockCmdable_Expecter) Publish(ctx interface{}, channel interface{}, message interface{}) *MockCmdable_Publish_Call

Publish is a helper method to define mock.On call

  • ctx context.Context
  • channel string
  • message interface{}

func (*MockCmdable_Expecter) Quit

func (_e *MockCmdable_Expecter) Quit(ctx interface{}) *MockCmdable_Quit_Call

Quit is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) RPop

func (_e *MockCmdable_Expecter) RPop(ctx interface{}, key interface{}) *MockCmdable_RPop_Call

RPop is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) RPopCount

func (_e *MockCmdable_Expecter) RPopCount(ctx interface{}, key interface{}, count interface{}) *MockCmdable_RPopCount_Call

RPopCount is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • count int

func (*MockCmdable_Expecter) RPopLPush

func (_e *MockCmdable_Expecter) RPopLPush(ctx interface{}, source interface{}, destination interface{}) *MockCmdable_RPopLPush_Call

RPopLPush is a helper method to define mock.On call

  • ctx context.Context
  • source string
  • destination string

func (*MockCmdable_Expecter) RPush

func (_e *MockCmdable_Expecter) RPush(ctx interface{}, key interface{}, values ...interface{}) *MockCmdable_RPush_Call

RPush is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • values ...interface{}

func (*MockCmdable_Expecter) RPushX

func (_e *MockCmdable_Expecter) RPushX(ctx interface{}, key interface{}, values ...interface{}) *MockCmdable_RPushX_Call

RPushX is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • values ...interface{}

func (*MockCmdable_Expecter) RandomKey

func (_e *MockCmdable_Expecter) RandomKey(ctx interface{}) *MockCmdable_RandomKey_Call

RandomKey is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) ReadOnly

func (_e *MockCmdable_Expecter) ReadOnly(ctx interface{}) *MockCmdable_ReadOnly_Call

ReadOnly is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) ReadWrite

func (_e *MockCmdable_Expecter) ReadWrite(ctx interface{}) *MockCmdable_ReadWrite_Call

ReadWrite is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) Rename

func (_e *MockCmdable_Expecter) Rename(ctx interface{}, key interface{}, newkey interface{}) *MockCmdable_Rename_Call

Rename is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • newkey string

func (*MockCmdable_Expecter) RenameNX

func (_e *MockCmdable_Expecter) RenameNX(ctx interface{}, key interface{}, newkey interface{}) *MockCmdable_RenameNX_Call

RenameNX is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • newkey string

func (*MockCmdable_Expecter) Restore

func (_e *MockCmdable_Expecter) Restore(ctx interface{}, key interface{}, ttl interface{}, value interface{}) *MockCmdable_Restore_Call

Restore is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • ttl time.Duration
  • value string

func (*MockCmdable_Expecter) RestoreReplace

func (_e *MockCmdable_Expecter) RestoreReplace(ctx interface{}, key interface{}, ttl interface{}, value interface{}) *MockCmdable_RestoreReplace_Call

RestoreReplace is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • ttl time.Duration
  • value string

func (*MockCmdable_Expecter) SAdd

func (_e *MockCmdable_Expecter) SAdd(ctx interface{}, key interface{}, members ...interface{}) *MockCmdable_SAdd_Call

SAdd is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • members ...interface{}

func (*MockCmdable_Expecter) SCard

func (_e *MockCmdable_Expecter) SCard(ctx interface{}, key interface{}) *MockCmdable_SCard_Call

SCard is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) SDiff

func (_e *MockCmdable_Expecter) SDiff(ctx interface{}, keys ...interface{}) *MockCmdable_SDiff_Call

SDiff is a helper method to define mock.On call

  • ctx context.Context
  • keys ...string

func (*MockCmdable_Expecter) SDiffStore

func (_e *MockCmdable_Expecter) SDiffStore(ctx interface{}, destination interface{}, keys ...interface{}) *MockCmdable_SDiffStore_Call

SDiffStore is a helper method to define mock.On call

  • ctx context.Context
  • destination string
  • keys ...string

func (*MockCmdable_Expecter) SInter

func (_e *MockCmdable_Expecter) SInter(ctx interface{}, keys ...interface{}) *MockCmdable_SInter_Call

SInter is a helper method to define mock.On call

  • ctx context.Context
  • keys ...string

func (*MockCmdable_Expecter) SInterCard

func (_e *MockCmdable_Expecter) SInterCard(ctx interface{}, limit interface{}, keys ...interface{}) *MockCmdable_SInterCard_Call

SInterCard is a helper method to define mock.On call

  • ctx context.Context
  • limit int64
  • keys ...string

func (*MockCmdable_Expecter) SInterStore

func (_e *MockCmdable_Expecter) SInterStore(ctx interface{}, destination interface{}, keys ...interface{}) *MockCmdable_SInterStore_Call

SInterStore is a helper method to define mock.On call

  • ctx context.Context
  • destination string
  • keys ...string

func (*MockCmdable_Expecter) SIsMember

func (_e *MockCmdable_Expecter) SIsMember(ctx interface{}, key interface{}, member interface{}) *MockCmdable_SIsMember_Call

SIsMember is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • member interface{}

func (*MockCmdable_Expecter) SMIsMember

func (_e *MockCmdable_Expecter) SMIsMember(ctx interface{}, key interface{}, members ...interface{}) *MockCmdable_SMIsMember_Call

SMIsMember is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • members ...interface{}

func (*MockCmdable_Expecter) SMembers

func (_e *MockCmdable_Expecter) SMembers(ctx interface{}, key interface{}) *MockCmdable_SMembers_Call

SMembers is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) SMembersMap

func (_e *MockCmdable_Expecter) SMembersMap(ctx interface{}, key interface{}) *MockCmdable_SMembersMap_Call

SMembersMap is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) SMove

func (_e *MockCmdable_Expecter) SMove(ctx interface{}, source interface{}, destination interface{}, member interface{}) *MockCmdable_SMove_Call

SMove is a helper method to define mock.On call

  • ctx context.Context
  • source string
  • destination string
  • member interface{}

func (*MockCmdable_Expecter) SPop

func (_e *MockCmdable_Expecter) SPop(ctx interface{}, key interface{}) *MockCmdable_SPop_Call

SPop is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) SPopN

func (_e *MockCmdable_Expecter) SPopN(ctx interface{}, key interface{}, count interface{}) *MockCmdable_SPopN_Call

SPopN is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • count int64

func (*MockCmdable_Expecter) SPublish

func (_e *MockCmdable_Expecter) SPublish(ctx interface{}, channel interface{}, message interface{}) *MockCmdable_SPublish_Call

SPublish is a helper method to define mock.On call

  • ctx context.Context
  • channel string
  • message interface{}

func (*MockCmdable_Expecter) SRandMember

func (_e *MockCmdable_Expecter) SRandMember(ctx interface{}, key interface{}) *MockCmdable_SRandMember_Call

SRandMember is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) SRandMemberN

func (_e *MockCmdable_Expecter) SRandMemberN(ctx interface{}, key interface{}, count interface{}) *MockCmdable_SRandMemberN_Call

SRandMemberN is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • count int64

func (*MockCmdable_Expecter) SRem

func (_e *MockCmdable_Expecter) SRem(ctx interface{}, key interface{}, members ...interface{}) *MockCmdable_SRem_Call

SRem is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • members ...interface{}

func (*MockCmdable_Expecter) SScan

func (_e *MockCmdable_Expecter) SScan(ctx interface{}, key interface{}, cursor interface{}, match interface{}, count interface{}) *MockCmdable_SScan_Call

SScan is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • cursor uint64
  • match string
  • count int64

func (*MockCmdable_Expecter) SUnion

func (_e *MockCmdable_Expecter) SUnion(ctx interface{}, keys ...interface{}) *MockCmdable_SUnion_Call

SUnion is a helper method to define mock.On call

  • ctx context.Context
  • keys ...string

func (*MockCmdable_Expecter) SUnionStore

func (_e *MockCmdable_Expecter) SUnionStore(ctx interface{}, destination interface{}, keys ...interface{}) *MockCmdable_SUnionStore_Call

SUnionStore is a helper method to define mock.On call

  • ctx context.Context
  • destination string
  • keys ...string

func (*MockCmdable_Expecter) Save

func (_e *MockCmdable_Expecter) Save(ctx interface{}) *MockCmdable_Save_Call

Save is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) Scan

func (_e *MockCmdable_Expecter) Scan(ctx interface{}, cursor interface{}, match interface{}, count interface{}) *MockCmdable_Scan_Call

Scan is a helper method to define mock.On call

  • ctx context.Context
  • cursor uint64
  • match string
  • count int64

func (*MockCmdable_Expecter) ScanType

func (_e *MockCmdable_Expecter) ScanType(ctx interface{}, cursor interface{}, match interface{}, count interface{}, keyType interface{}) *MockCmdable_ScanType_Call

ScanType is a helper method to define mock.On call

  • ctx context.Context
  • cursor uint64
  • match string
  • count int64
  • keyType string

func (*MockCmdable_Expecter) ScriptExists

func (_e *MockCmdable_Expecter) ScriptExists(ctx interface{}, hashes ...interface{}) *MockCmdable_ScriptExists_Call

ScriptExists is a helper method to define mock.On call

  • ctx context.Context
  • hashes ...string

func (*MockCmdable_Expecter) ScriptFlush

func (_e *MockCmdable_Expecter) ScriptFlush(ctx interface{}) *MockCmdable_ScriptFlush_Call

ScriptFlush is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) ScriptKill

func (_e *MockCmdable_Expecter) ScriptKill(ctx interface{}) *MockCmdable_ScriptKill_Call

ScriptKill is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) ScriptLoad

func (_e *MockCmdable_Expecter) ScriptLoad(ctx interface{}, script interface{}) *MockCmdable_ScriptLoad_Call

ScriptLoad is a helper method to define mock.On call

  • ctx context.Context
  • script string

func (*MockCmdable_Expecter) Set

func (_e *MockCmdable_Expecter) Set(ctx interface{}, key interface{}, value interface{}, expiration interface{}) *MockCmdable_Set_Call

Set is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • value interface{}
  • expiration time.Duration

func (*MockCmdable_Expecter) SetArgs

func (_e *MockCmdable_Expecter) SetArgs(ctx interface{}, key interface{}, value interface{}, a interface{}) *MockCmdable_SetArgs_Call

SetArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • value interface{}
  • a redis.SetArgs

func (*MockCmdable_Expecter) SetBit

func (_e *MockCmdable_Expecter) SetBit(ctx interface{}, key interface{}, offset interface{}, value interface{}) *MockCmdable_SetBit_Call

SetBit is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • offset int64
  • value int

func (*MockCmdable_Expecter) SetEx

func (_e *MockCmdable_Expecter) SetEx(ctx interface{}, key interface{}, value interface{}, expiration interface{}) *MockCmdable_SetEx_Call

SetEx is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • value interface{}
  • expiration time.Duration

func (*MockCmdable_Expecter) SetNX

func (_e *MockCmdable_Expecter) SetNX(ctx interface{}, key interface{}, value interface{}, expiration interface{}) *MockCmdable_SetNX_Call

SetNX is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • value interface{}
  • expiration time.Duration

func (*MockCmdable_Expecter) SetRange

func (_e *MockCmdable_Expecter) SetRange(ctx interface{}, key interface{}, offset interface{}, value interface{}) *MockCmdable_SetRange_Call

SetRange is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • offset int64
  • value string

func (*MockCmdable_Expecter) SetXX

func (_e *MockCmdable_Expecter) SetXX(ctx interface{}, key interface{}, value interface{}, expiration interface{}) *MockCmdable_SetXX_Call

SetXX is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • value interface{}
  • expiration time.Duration

func (*MockCmdable_Expecter) Shutdown

func (_e *MockCmdable_Expecter) Shutdown(ctx interface{}) *MockCmdable_Shutdown_Call

Shutdown is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) ShutdownNoSave

func (_e *MockCmdable_Expecter) ShutdownNoSave(ctx interface{}) *MockCmdable_ShutdownNoSave_Call

ShutdownNoSave is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) ShutdownSave

func (_e *MockCmdable_Expecter) ShutdownSave(ctx interface{}) *MockCmdable_ShutdownSave_Call

ShutdownSave is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) SlaveOf

func (_e *MockCmdable_Expecter) SlaveOf(ctx interface{}, host interface{}, port interface{}) *MockCmdable_SlaveOf_Call

SlaveOf is a helper method to define mock.On call

  • ctx context.Context
  • host string
  • port string

func (*MockCmdable_Expecter) SlowLogGet

func (_e *MockCmdable_Expecter) SlowLogGet(ctx interface{}, num interface{}) *MockCmdable_SlowLogGet_Call

SlowLogGet is a helper method to define mock.On call

  • ctx context.Context
  • num int64

func (*MockCmdable_Expecter) Sort

func (_e *MockCmdable_Expecter) Sort(ctx interface{}, key interface{}, sort interface{}) *MockCmdable_Sort_Call

Sort is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • sort *redis.Sort

func (*MockCmdable_Expecter) SortInterfaces

func (_e *MockCmdable_Expecter) SortInterfaces(ctx interface{}, key interface{}, sort interface{}) *MockCmdable_SortInterfaces_Call

SortInterfaces is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • sort *redis.Sort

func (*MockCmdable_Expecter) SortRO

func (_e *MockCmdable_Expecter) SortRO(ctx interface{}, key interface{}, sort interface{}) *MockCmdable_SortRO_Call

SortRO is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • sort *redis.Sort

func (*MockCmdable_Expecter) SortStore

func (_e *MockCmdable_Expecter) SortStore(ctx interface{}, key interface{}, store interface{}, sort interface{}) *MockCmdable_SortStore_Call

SortStore is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • store string
  • sort *redis.Sort

func (*MockCmdable_Expecter) StrLen

func (_e *MockCmdable_Expecter) StrLen(ctx interface{}, key interface{}) *MockCmdable_StrLen_Call

StrLen is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) Subscribe

func (_e *MockCmdable_Expecter) Subscribe(ctx interface{}, channels ...interface{}) *MockCmdable_Subscribe_Call

Subscribe is a helper method to define mock.On call

  • ctx context.Context
  • channels ...string

func (*MockCmdable_Expecter) TDigestAdd

func (_e *MockCmdable_Expecter) TDigestAdd(ctx interface{}, key interface{}, elements ...interface{}) *MockCmdable_TDigestAdd_Call

TDigestAdd is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • elements ...float64

func (*MockCmdable_Expecter) TDigestByRank

func (_e *MockCmdable_Expecter) TDigestByRank(ctx interface{}, key interface{}, rank ...interface{}) *MockCmdable_TDigestByRank_Call

TDigestByRank is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • rank ...uint64

func (*MockCmdable_Expecter) TDigestByRevRank

func (_e *MockCmdable_Expecter) TDigestByRevRank(ctx interface{}, key interface{}, rank ...interface{}) *MockCmdable_TDigestByRevRank_Call

TDigestByRevRank is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • rank ...uint64

func (*MockCmdable_Expecter) TDigestCDF

func (_e *MockCmdable_Expecter) TDigestCDF(ctx interface{}, key interface{}, elements ...interface{}) *MockCmdable_TDigestCDF_Call

TDigestCDF is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • elements ...float64

func (*MockCmdable_Expecter) TDigestCreate

func (_e *MockCmdable_Expecter) TDigestCreate(ctx interface{}, key interface{}) *MockCmdable_TDigestCreate_Call

TDigestCreate is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) TDigestCreateWithCompression

func (_e *MockCmdable_Expecter) TDigestCreateWithCompression(ctx interface{}, key interface{}, compression interface{}) *MockCmdable_TDigestCreateWithCompression_Call

TDigestCreateWithCompression is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • compression int64

func (*MockCmdable_Expecter) TDigestInfo

func (_e *MockCmdable_Expecter) TDigestInfo(ctx interface{}, key interface{}) *MockCmdable_TDigestInfo_Call

TDigestInfo is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) TDigestMax

func (_e *MockCmdable_Expecter) TDigestMax(ctx interface{}, key interface{}) *MockCmdable_TDigestMax_Call

TDigestMax is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) TDigestMerge

func (_e *MockCmdable_Expecter) TDigestMerge(ctx interface{}, destKey interface{}, options interface{}, sourceKeys ...interface{}) *MockCmdable_TDigestMerge_Call

TDigestMerge is a helper method to define mock.On call

  • ctx context.Context
  • destKey string
  • options *redis.TDigestMergeOptions
  • sourceKeys ...string

func (*MockCmdable_Expecter) TDigestMin

func (_e *MockCmdable_Expecter) TDigestMin(ctx interface{}, key interface{}) *MockCmdable_TDigestMin_Call

TDigestMin is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) TDigestQuantile

func (_e *MockCmdable_Expecter) TDigestQuantile(ctx interface{}, key interface{}, elements ...interface{}) *MockCmdable_TDigestQuantile_Call

TDigestQuantile is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • elements ...float64

func (*MockCmdable_Expecter) TDigestRank

func (_e *MockCmdable_Expecter) TDigestRank(ctx interface{}, key interface{}, values ...interface{}) *MockCmdable_TDigestRank_Call

TDigestRank is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • values ...float64

func (*MockCmdable_Expecter) TDigestReset

func (_e *MockCmdable_Expecter) TDigestReset(ctx interface{}, key interface{}) *MockCmdable_TDigestReset_Call

TDigestReset is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) TDigestRevRank

func (_e *MockCmdable_Expecter) TDigestRevRank(ctx interface{}, key interface{}, values ...interface{}) *MockCmdable_TDigestRevRank_Call

TDigestRevRank is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • values ...float64

func (*MockCmdable_Expecter) TDigestTrimmedMean

func (_e *MockCmdable_Expecter) TDigestTrimmedMean(ctx interface{}, key interface{}, lowCutQuantile interface{}, highCutQuantile interface{}) *MockCmdable_TDigestTrimmedMean_Call

TDigestTrimmedMean is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • lowCutQuantile float64
  • highCutQuantile float64

func (*MockCmdable_Expecter) TFCall

func (_e *MockCmdable_Expecter) TFCall(ctx interface{}, libName interface{}, funcName interface{}, numKeys interface{}) *MockCmdable_TFCall_Call

TFCall is a helper method to define mock.On call

  • ctx context.Context
  • libName string
  • funcName string
  • numKeys int

func (*MockCmdable_Expecter) TFCallASYNC

func (_e *MockCmdable_Expecter) TFCallASYNC(ctx interface{}, libName interface{}, funcName interface{}, numKeys interface{}) *MockCmdable_TFCallASYNC_Call

TFCallASYNC is a helper method to define mock.On call

  • ctx context.Context
  • libName string
  • funcName string
  • numKeys int

func (*MockCmdable_Expecter) TFCallASYNCArgs

func (_e *MockCmdable_Expecter) TFCallASYNCArgs(ctx interface{}, libName interface{}, funcName interface{}, numKeys interface{}, options interface{}) *MockCmdable_TFCallASYNCArgs_Call

TFCallASYNCArgs is a helper method to define mock.On call

  • ctx context.Context
  • libName string
  • funcName string
  • numKeys int
  • options *redis.TFCallOptions

func (*MockCmdable_Expecter) TFCallArgs

func (_e *MockCmdable_Expecter) TFCallArgs(ctx interface{}, libName interface{}, funcName interface{}, numKeys interface{}, options interface{}) *MockCmdable_TFCallArgs_Call

TFCallArgs is a helper method to define mock.On call

  • ctx context.Context
  • libName string
  • funcName string
  • numKeys int
  • options *redis.TFCallOptions

func (*MockCmdable_Expecter) TFunctionDelete

func (_e *MockCmdable_Expecter) TFunctionDelete(ctx interface{}, libName interface{}) *MockCmdable_TFunctionDelete_Call

TFunctionDelete is a helper method to define mock.On call

  • ctx context.Context
  • libName string

func (*MockCmdable_Expecter) TFunctionList

func (_e *MockCmdable_Expecter) TFunctionList(ctx interface{}) *MockCmdable_TFunctionList_Call

TFunctionList is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) TFunctionListArgs

func (_e *MockCmdable_Expecter) TFunctionListArgs(ctx interface{}, options interface{}) *MockCmdable_TFunctionListArgs_Call

TFunctionListArgs is a helper method to define mock.On call

  • ctx context.Context
  • options *redis.TFunctionListOptions

func (*MockCmdable_Expecter) TFunctionLoad

func (_e *MockCmdable_Expecter) TFunctionLoad(ctx interface{}, lib interface{}) *MockCmdable_TFunctionLoad_Call

TFunctionLoad is a helper method to define mock.On call

  • ctx context.Context
  • lib string

func (*MockCmdable_Expecter) TFunctionLoadArgs

func (_e *MockCmdable_Expecter) TFunctionLoadArgs(ctx interface{}, lib interface{}, options interface{}) *MockCmdable_TFunctionLoadArgs_Call

TFunctionLoadArgs is a helper method to define mock.On call

  • ctx context.Context
  • lib string
  • options *redis.TFunctionLoadOptions

func (*MockCmdable_Expecter) TSAdd

func (_e *MockCmdable_Expecter) TSAdd(ctx interface{}, key interface{}, timestamp interface{}, value interface{}) *MockCmdable_TSAdd_Call

TSAdd is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • timestamp interface{}
  • value float64

func (*MockCmdable_Expecter) TSAddWithArgs

func (_e *MockCmdable_Expecter) TSAddWithArgs(ctx interface{}, key interface{}, timestamp interface{}, value interface{}, options interface{}) *MockCmdable_TSAddWithArgs_Call

TSAddWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • timestamp interface{}
  • value float64
  • options *redis.TSOptions

func (*MockCmdable_Expecter) TSAlter

func (_e *MockCmdable_Expecter) TSAlter(ctx interface{}, key interface{}, options interface{}) *MockCmdable_TSAlter_Call

TSAlter is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • options *redis.TSAlterOptions

func (*MockCmdable_Expecter) TSCreate

func (_e *MockCmdable_Expecter) TSCreate(ctx interface{}, key interface{}) *MockCmdable_TSCreate_Call

TSCreate is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) TSCreateRule

func (_e *MockCmdable_Expecter) TSCreateRule(ctx interface{}, sourceKey interface{}, destKey interface{}, aggregator interface{}, bucketDuration interface{}) *MockCmdable_TSCreateRule_Call

TSCreateRule is a helper method to define mock.On call

  • ctx context.Context
  • sourceKey string
  • destKey string
  • aggregator redis.Aggregator
  • bucketDuration int

func (*MockCmdable_Expecter) TSCreateRuleWithArgs

func (_e *MockCmdable_Expecter) TSCreateRuleWithArgs(ctx interface{}, sourceKey interface{}, destKey interface{}, aggregator interface{}, bucketDuration interface{}, options interface{}) *MockCmdable_TSCreateRuleWithArgs_Call

TSCreateRuleWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • sourceKey string
  • destKey string
  • aggregator redis.Aggregator
  • bucketDuration int
  • options *redis.TSCreateRuleOptions

func (*MockCmdable_Expecter) TSCreateWithArgs

func (_e *MockCmdable_Expecter) TSCreateWithArgs(ctx interface{}, key interface{}, options interface{}) *MockCmdable_TSCreateWithArgs_Call

TSCreateWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • options *redis.TSOptions

func (*MockCmdable_Expecter) TSDecrBy

func (_e *MockCmdable_Expecter) TSDecrBy(ctx interface{}, Key interface{}, timestamp interface{}) *MockCmdable_TSDecrBy_Call

TSDecrBy is a helper method to define mock.On call

  • ctx context.Context
  • Key string
  • timestamp float64

func (*MockCmdable_Expecter) TSDecrByWithArgs

func (_e *MockCmdable_Expecter) TSDecrByWithArgs(ctx interface{}, key interface{}, timestamp interface{}, options interface{}) *MockCmdable_TSDecrByWithArgs_Call

TSDecrByWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • timestamp float64
  • options *redis.TSIncrDecrOptions

func (*MockCmdable_Expecter) TSDel

func (_e *MockCmdable_Expecter) TSDel(ctx interface{}, Key interface{}, fromTimestamp interface{}, toTimestamp interface{}) *MockCmdable_TSDel_Call

TSDel is a helper method to define mock.On call

  • ctx context.Context
  • Key string
  • fromTimestamp int
  • toTimestamp int

func (*MockCmdable_Expecter) TSDeleteRule

func (_e *MockCmdable_Expecter) TSDeleteRule(ctx interface{}, sourceKey interface{}, destKey interface{}) *MockCmdable_TSDeleteRule_Call

TSDeleteRule is a helper method to define mock.On call

  • ctx context.Context
  • sourceKey string
  • destKey string

func (*MockCmdable_Expecter) TSGet

func (_e *MockCmdable_Expecter) TSGet(ctx interface{}, key interface{}) *MockCmdable_TSGet_Call

TSGet is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) TSGetWithArgs

func (_e *MockCmdable_Expecter) TSGetWithArgs(ctx interface{}, key interface{}, options interface{}) *MockCmdable_TSGetWithArgs_Call

TSGetWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • options *redis.TSGetOptions

func (*MockCmdable_Expecter) TSIncrBy

func (_e *MockCmdable_Expecter) TSIncrBy(ctx interface{}, Key interface{}, timestamp interface{}) *MockCmdable_TSIncrBy_Call

TSIncrBy is a helper method to define mock.On call

  • ctx context.Context
  • Key string
  • timestamp float64

func (*MockCmdable_Expecter) TSIncrByWithArgs

func (_e *MockCmdable_Expecter) TSIncrByWithArgs(ctx interface{}, key interface{}, timestamp interface{}, options interface{}) *MockCmdable_TSIncrByWithArgs_Call

TSIncrByWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • timestamp float64
  • options *redis.TSIncrDecrOptions

func (*MockCmdable_Expecter) TSInfo

func (_e *MockCmdable_Expecter) TSInfo(ctx interface{}, key interface{}) *MockCmdable_TSInfo_Call

TSInfo is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) TSInfoWithArgs

func (_e *MockCmdable_Expecter) TSInfoWithArgs(ctx interface{}, key interface{}, options interface{}) *MockCmdable_TSInfoWithArgs_Call

TSInfoWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • options *redis.TSInfoOptions

func (*MockCmdable_Expecter) TSMAdd

func (_e *MockCmdable_Expecter) TSMAdd(ctx interface{}, ktvSlices interface{}) *MockCmdable_TSMAdd_Call

TSMAdd is a helper method to define mock.On call

  • ctx context.Context
  • ktvSlices [][]interface{}

func (*MockCmdable_Expecter) TSMGet

func (_e *MockCmdable_Expecter) TSMGet(ctx interface{}, filters interface{}) *MockCmdable_TSMGet_Call

TSMGet is a helper method to define mock.On call

  • ctx context.Context
  • filters []string

func (*MockCmdable_Expecter) TSMGetWithArgs

func (_e *MockCmdable_Expecter) TSMGetWithArgs(ctx interface{}, filters interface{}, options interface{}) *MockCmdable_TSMGetWithArgs_Call

TSMGetWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • filters []string
  • options *redis.TSMGetOptions

func (*MockCmdable_Expecter) TSMRange

func (_e *MockCmdable_Expecter) TSMRange(ctx interface{}, fromTimestamp interface{}, toTimestamp interface{}, filterExpr interface{}) *MockCmdable_TSMRange_Call

TSMRange is a helper method to define mock.On call

  • ctx context.Context
  • fromTimestamp int
  • toTimestamp int
  • filterExpr []string

func (*MockCmdable_Expecter) TSMRangeWithArgs

func (_e *MockCmdable_Expecter) TSMRangeWithArgs(ctx interface{}, fromTimestamp interface{}, toTimestamp interface{}, filterExpr interface{}, options interface{}) *MockCmdable_TSMRangeWithArgs_Call

TSMRangeWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • fromTimestamp int
  • toTimestamp int
  • filterExpr []string
  • options *redis.TSMRangeOptions

func (*MockCmdable_Expecter) TSMRevRange

func (_e *MockCmdable_Expecter) TSMRevRange(ctx interface{}, fromTimestamp interface{}, toTimestamp interface{}, filterExpr interface{}) *MockCmdable_TSMRevRange_Call

TSMRevRange is a helper method to define mock.On call

  • ctx context.Context
  • fromTimestamp int
  • toTimestamp int
  • filterExpr []string

func (*MockCmdable_Expecter) TSMRevRangeWithArgs

func (_e *MockCmdable_Expecter) TSMRevRangeWithArgs(ctx interface{}, fromTimestamp interface{}, toTimestamp interface{}, filterExpr interface{}, options interface{}) *MockCmdable_TSMRevRangeWithArgs_Call

TSMRevRangeWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • fromTimestamp int
  • toTimestamp int
  • filterExpr []string
  • options *redis.TSMRevRangeOptions

func (*MockCmdable_Expecter) TSQueryIndex

func (_e *MockCmdable_Expecter) TSQueryIndex(ctx interface{}, filterExpr interface{}) *MockCmdable_TSQueryIndex_Call

TSQueryIndex is a helper method to define mock.On call

  • ctx context.Context
  • filterExpr []string

func (*MockCmdable_Expecter) TSRange

func (_e *MockCmdable_Expecter) TSRange(ctx interface{}, key interface{}, fromTimestamp interface{}, toTimestamp interface{}) *MockCmdable_TSRange_Call

TSRange is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • fromTimestamp int
  • toTimestamp int

func (*MockCmdable_Expecter) TSRangeWithArgs

func (_e *MockCmdable_Expecter) TSRangeWithArgs(ctx interface{}, key interface{}, fromTimestamp interface{}, toTimestamp interface{}, options interface{}) *MockCmdable_TSRangeWithArgs_Call

TSRangeWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • fromTimestamp int
  • toTimestamp int
  • options *redis.TSRangeOptions

func (*MockCmdable_Expecter) TSRevRange

func (_e *MockCmdable_Expecter) TSRevRange(ctx interface{}, key interface{}, fromTimestamp interface{}, toTimestamp interface{}) *MockCmdable_TSRevRange_Call

TSRevRange is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • fromTimestamp int
  • toTimestamp int

func (*MockCmdable_Expecter) TSRevRangeWithArgs

func (_e *MockCmdable_Expecter) TSRevRangeWithArgs(ctx interface{}, key interface{}, fromTimestamp interface{}, toTimestamp interface{}, options interface{}) *MockCmdable_TSRevRangeWithArgs_Call

TSRevRangeWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • fromTimestamp int
  • toTimestamp int
  • options *redis.TSRevRangeOptions

func (*MockCmdable_Expecter) TTL

func (_e *MockCmdable_Expecter) TTL(ctx interface{}, key interface{}) *MockCmdable_TTL_Call

TTL is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) Time

func (_e *MockCmdable_Expecter) Time(ctx interface{}) *MockCmdable_Time_Call

Time is a helper method to define mock.On call

  • ctx context.Context

func (*MockCmdable_Expecter) TopKAdd

func (_e *MockCmdable_Expecter) TopKAdd(ctx interface{}, key interface{}, elements ...interface{}) *MockCmdable_TopKAdd_Call

TopKAdd is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • elements ...interface{}

func (*MockCmdable_Expecter) TopKCount

func (_e *MockCmdable_Expecter) TopKCount(ctx interface{}, key interface{}, elements ...interface{}) *MockCmdable_TopKCount_Call

TopKCount is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • elements ...interface{}

func (*MockCmdable_Expecter) TopKIncrBy

func (_e *MockCmdable_Expecter) TopKIncrBy(ctx interface{}, key interface{}, elements ...interface{}) *MockCmdable_TopKIncrBy_Call

TopKIncrBy is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • elements ...interface{}

func (*MockCmdable_Expecter) TopKInfo

func (_e *MockCmdable_Expecter) TopKInfo(ctx interface{}, key interface{}) *MockCmdable_TopKInfo_Call

TopKInfo is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) TopKList

func (_e *MockCmdable_Expecter) TopKList(ctx interface{}, key interface{}) *MockCmdable_TopKList_Call

TopKList is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) TopKListWithCount

func (_e *MockCmdable_Expecter) TopKListWithCount(ctx interface{}, key interface{}) *MockCmdable_TopKListWithCount_Call

TopKListWithCount is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) TopKQuery

func (_e *MockCmdable_Expecter) TopKQuery(ctx interface{}, key interface{}, elements ...interface{}) *MockCmdable_TopKQuery_Call

TopKQuery is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • elements ...interface{}

func (*MockCmdable_Expecter) TopKReserve

func (_e *MockCmdable_Expecter) TopKReserve(ctx interface{}, key interface{}, k interface{}) *MockCmdable_TopKReserve_Call

TopKReserve is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • k int64

func (*MockCmdable_Expecter) TopKReserveWithOptions

func (_e *MockCmdable_Expecter) TopKReserveWithOptions(ctx interface{}, key interface{}, k interface{}, width interface{}, depth interface{}, decay interface{}) *MockCmdable_TopKReserveWithOptions_Call

TopKReserveWithOptions is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • k int64
  • width int64
  • depth int64
  • decay float64

func (*MockCmdable_Expecter) Touch

func (_e *MockCmdable_Expecter) Touch(ctx interface{}, keys ...interface{}) *MockCmdable_Touch_Call

Touch is a helper method to define mock.On call

  • ctx context.Context
  • keys ...string

func (*MockCmdable_Expecter) TxPipeline

TxPipeline is a helper method to define mock.On call

func (*MockCmdable_Expecter) TxPipelined

func (_e *MockCmdable_Expecter) TxPipelined(ctx interface{}, fn interface{}) *MockCmdable_TxPipelined_Call

TxPipelined is a helper method to define mock.On call

  • ctx context.Context
  • fn func(redis.Pipeliner) error

func (*MockCmdable_Expecter) Type

func (_e *MockCmdable_Expecter) Type(ctx interface{}, key interface{}) *MockCmdable_Type_Call

Type is a helper method to define mock.On call

  • ctx context.Context
  • key string
func (_e *MockCmdable_Expecter) Unlink(ctx interface{}, keys ...interface{}) *MockCmdable_Unlink_Call

Unlink is a helper method to define mock.On call

  • ctx context.Context
  • keys ...string

func (*MockCmdable_Expecter) XAck

func (_e *MockCmdable_Expecter) XAck(ctx interface{}, stream interface{}, group interface{}, ids ...interface{}) *MockCmdable_XAck_Call

XAck is a helper method to define mock.On call

  • ctx context.Context
  • stream string
  • group string
  • ids ...string

func (*MockCmdable_Expecter) XAdd

func (_e *MockCmdable_Expecter) XAdd(ctx interface{}, a interface{}) *MockCmdable_XAdd_Call

XAdd is a helper method to define mock.On call

  • ctx context.Context
  • a *redis.XAddArgs

func (*MockCmdable_Expecter) XAutoClaim

func (_e *MockCmdable_Expecter) XAutoClaim(ctx interface{}, a interface{}) *MockCmdable_XAutoClaim_Call

XAutoClaim is a helper method to define mock.On call

  • ctx context.Context
  • a *redis.XAutoClaimArgs

func (*MockCmdable_Expecter) XAutoClaimJustID

func (_e *MockCmdable_Expecter) XAutoClaimJustID(ctx interface{}, a interface{}) *MockCmdable_XAutoClaimJustID_Call

XAutoClaimJustID is a helper method to define mock.On call

  • ctx context.Context
  • a *redis.XAutoClaimArgs

func (*MockCmdable_Expecter) XClaim

func (_e *MockCmdable_Expecter) XClaim(ctx interface{}, a interface{}) *MockCmdable_XClaim_Call

XClaim is a helper method to define mock.On call

  • ctx context.Context
  • a *redis.XClaimArgs

func (*MockCmdable_Expecter) XClaimJustID

func (_e *MockCmdable_Expecter) XClaimJustID(ctx interface{}, a interface{}) *MockCmdable_XClaimJustID_Call

XClaimJustID is a helper method to define mock.On call

  • ctx context.Context
  • a *redis.XClaimArgs

func (*MockCmdable_Expecter) XDel

func (_e *MockCmdable_Expecter) XDel(ctx interface{}, stream interface{}, ids ...interface{}) *MockCmdable_XDel_Call

XDel is a helper method to define mock.On call

  • ctx context.Context
  • stream string
  • ids ...string

func (*MockCmdable_Expecter) XGroupCreate

func (_e *MockCmdable_Expecter) XGroupCreate(ctx interface{}, stream interface{}, group interface{}, start interface{}) *MockCmdable_XGroupCreate_Call

XGroupCreate is a helper method to define mock.On call

  • ctx context.Context
  • stream string
  • group string
  • start string

func (*MockCmdable_Expecter) XGroupCreateConsumer

func (_e *MockCmdable_Expecter) XGroupCreateConsumer(ctx interface{}, stream interface{}, group interface{}, consumer interface{}) *MockCmdable_XGroupCreateConsumer_Call

XGroupCreateConsumer is a helper method to define mock.On call

  • ctx context.Context
  • stream string
  • group string
  • consumer string

func (*MockCmdable_Expecter) XGroupCreateMkStream

func (_e *MockCmdable_Expecter) XGroupCreateMkStream(ctx interface{}, stream interface{}, group interface{}, start interface{}) *MockCmdable_XGroupCreateMkStream_Call

XGroupCreateMkStream is a helper method to define mock.On call

  • ctx context.Context
  • stream string
  • group string
  • start string

func (*MockCmdable_Expecter) XGroupDelConsumer

func (_e *MockCmdable_Expecter) XGroupDelConsumer(ctx interface{}, stream interface{}, group interface{}, consumer interface{}) *MockCmdable_XGroupDelConsumer_Call

XGroupDelConsumer is a helper method to define mock.On call

  • ctx context.Context
  • stream string
  • group string
  • consumer string

func (*MockCmdable_Expecter) XGroupDestroy

func (_e *MockCmdable_Expecter) XGroupDestroy(ctx interface{}, stream interface{}, group interface{}) *MockCmdable_XGroupDestroy_Call

XGroupDestroy is a helper method to define mock.On call

  • ctx context.Context
  • stream string
  • group string

func (*MockCmdable_Expecter) XGroupSetID

func (_e *MockCmdable_Expecter) XGroupSetID(ctx interface{}, stream interface{}, group interface{}, start interface{}) *MockCmdable_XGroupSetID_Call

XGroupSetID is a helper method to define mock.On call

  • ctx context.Context
  • stream string
  • group string
  • start string

func (*MockCmdable_Expecter) XInfoConsumers

func (_e *MockCmdable_Expecter) XInfoConsumers(ctx interface{}, key interface{}, group interface{}) *MockCmdable_XInfoConsumers_Call

XInfoConsumers is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • group string

func (*MockCmdable_Expecter) XInfoGroups

func (_e *MockCmdable_Expecter) XInfoGroups(ctx interface{}, key interface{}) *MockCmdable_XInfoGroups_Call

XInfoGroups is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) XInfoStream

func (_e *MockCmdable_Expecter) XInfoStream(ctx interface{}, key interface{}) *MockCmdable_XInfoStream_Call

XInfoStream is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) XInfoStreamFull

func (_e *MockCmdable_Expecter) XInfoStreamFull(ctx interface{}, key interface{}, count interface{}) *MockCmdable_XInfoStreamFull_Call

XInfoStreamFull is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • count int

func (*MockCmdable_Expecter) XLen

func (_e *MockCmdable_Expecter) XLen(ctx interface{}, stream interface{}) *MockCmdable_XLen_Call

XLen is a helper method to define mock.On call

  • ctx context.Context
  • stream string

func (*MockCmdable_Expecter) XPending

func (_e *MockCmdable_Expecter) XPending(ctx interface{}, stream interface{}, group interface{}) *MockCmdable_XPending_Call

XPending is a helper method to define mock.On call

  • ctx context.Context
  • stream string
  • group string

func (*MockCmdable_Expecter) XPendingExt

func (_e *MockCmdable_Expecter) XPendingExt(ctx interface{}, a interface{}) *MockCmdable_XPendingExt_Call

XPendingExt is a helper method to define mock.On call

  • ctx context.Context
  • a *redis.XPendingExtArgs

func (*MockCmdable_Expecter) XRange

func (_e *MockCmdable_Expecter) XRange(ctx interface{}, stream interface{}, start interface{}, stop interface{}) *MockCmdable_XRange_Call

XRange is a helper method to define mock.On call

  • ctx context.Context
  • stream string
  • start string
  • stop string

func (*MockCmdable_Expecter) XRangeN

func (_e *MockCmdable_Expecter) XRangeN(ctx interface{}, stream interface{}, start interface{}, stop interface{}, count interface{}) *MockCmdable_XRangeN_Call

XRangeN is a helper method to define mock.On call

  • ctx context.Context
  • stream string
  • start string
  • stop string
  • count int64

func (*MockCmdable_Expecter) XRead

func (_e *MockCmdable_Expecter) XRead(ctx interface{}, a interface{}) *MockCmdable_XRead_Call

XRead is a helper method to define mock.On call

  • ctx context.Context
  • a *redis.XReadArgs

func (*MockCmdable_Expecter) XReadGroup

func (_e *MockCmdable_Expecter) XReadGroup(ctx interface{}, a interface{}) *MockCmdable_XReadGroup_Call

XReadGroup is a helper method to define mock.On call

  • ctx context.Context
  • a *redis.XReadGroupArgs

func (*MockCmdable_Expecter) XReadStreams

func (_e *MockCmdable_Expecter) XReadStreams(ctx interface{}, streams ...interface{}) *MockCmdable_XReadStreams_Call

XReadStreams is a helper method to define mock.On call

  • ctx context.Context
  • streams ...string

func (*MockCmdable_Expecter) XRevRange

func (_e *MockCmdable_Expecter) XRevRange(ctx interface{}, stream interface{}, start interface{}, stop interface{}) *MockCmdable_XRevRange_Call

XRevRange is a helper method to define mock.On call

  • ctx context.Context
  • stream string
  • start string
  • stop string

func (*MockCmdable_Expecter) XRevRangeN

func (_e *MockCmdable_Expecter) XRevRangeN(ctx interface{}, stream interface{}, start interface{}, stop interface{}, count interface{}) *MockCmdable_XRevRangeN_Call

XRevRangeN is a helper method to define mock.On call

  • ctx context.Context
  • stream string
  • start string
  • stop string
  • count int64

func (*MockCmdable_Expecter) XTrimMaxLen

func (_e *MockCmdable_Expecter) XTrimMaxLen(ctx interface{}, key interface{}, maxLen interface{}) *MockCmdable_XTrimMaxLen_Call

XTrimMaxLen is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • maxLen int64

func (*MockCmdable_Expecter) XTrimMaxLenApprox

func (_e *MockCmdable_Expecter) XTrimMaxLenApprox(ctx interface{}, key interface{}, maxLen interface{}, limit interface{}) *MockCmdable_XTrimMaxLenApprox_Call

XTrimMaxLenApprox is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • maxLen int64
  • limit int64

func (*MockCmdable_Expecter) XTrimMinID

func (_e *MockCmdable_Expecter) XTrimMinID(ctx interface{}, key interface{}, minID interface{}) *MockCmdable_XTrimMinID_Call

XTrimMinID is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • minID string

func (*MockCmdable_Expecter) XTrimMinIDApprox

func (_e *MockCmdable_Expecter) XTrimMinIDApprox(ctx interface{}, key interface{}, minID interface{}, limit interface{}) *MockCmdable_XTrimMinIDApprox_Call

XTrimMinIDApprox is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • minID string
  • limit int64

func (*MockCmdable_Expecter) ZAdd

func (_e *MockCmdable_Expecter) ZAdd(ctx interface{}, key interface{}, members ...interface{}) *MockCmdable_ZAdd_Call

ZAdd is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • members ...redis.Z

func (*MockCmdable_Expecter) ZAddArgs

func (_e *MockCmdable_Expecter) ZAddArgs(ctx interface{}, key interface{}, args interface{}) *MockCmdable_ZAddArgs_Call

ZAddArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • args redis.ZAddArgs

func (*MockCmdable_Expecter) ZAddArgsIncr

func (_e *MockCmdable_Expecter) ZAddArgsIncr(ctx interface{}, key interface{}, args interface{}) *MockCmdable_ZAddArgsIncr_Call

ZAddArgsIncr is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • args redis.ZAddArgs

func (*MockCmdable_Expecter) ZAddGT

func (_e *MockCmdable_Expecter) ZAddGT(ctx interface{}, key interface{}, members ...interface{}) *MockCmdable_ZAddGT_Call

ZAddGT is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • members ...redis.Z

func (*MockCmdable_Expecter) ZAddLT

func (_e *MockCmdable_Expecter) ZAddLT(ctx interface{}, key interface{}, members ...interface{}) *MockCmdable_ZAddLT_Call

ZAddLT is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • members ...redis.Z

func (*MockCmdable_Expecter) ZAddNX

func (_e *MockCmdable_Expecter) ZAddNX(ctx interface{}, key interface{}, members ...interface{}) *MockCmdable_ZAddNX_Call

ZAddNX is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • members ...redis.Z

func (*MockCmdable_Expecter) ZAddXX

func (_e *MockCmdable_Expecter) ZAddXX(ctx interface{}, key interface{}, members ...interface{}) *MockCmdable_ZAddXX_Call

ZAddXX is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • members ...redis.Z

func (*MockCmdable_Expecter) ZCard

func (_e *MockCmdable_Expecter) ZCard(ctx interface{}, key interface{}) *MockCmdable_ZCard_Call

ZCard is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockCmdable_Expecter) ZCount

func (_e *MockCmdable_Expecter) ZCount(ctx interface{}, key interface{}, min interface{}, max interface{}) *MockCmdable_ZCount_Call

ZCount is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • min string
  • max string

func (*MockCmdable_Expecter) ZDiff

func (_e *MockCmdable_Expecter) ZDiff(ctx interface{}, keys ...interface{}) *MockCmdable_ZDiff_Call

ZDiff is a helper method to define mock.On call

  • ctx context.Context
  • keys ...string

func (*MockCmdable_Expecter) ZDiffStore

func (_e *MockCmdable_Expecter) ZDiffStore(ctx interface{}, destination interface{}, keys ...interface{}) *MockCmdable_ZDiffStore_Call

ZDiffStore is a helper method to define mock.On call

  • ctx context.Context
  • destination string
  • keys ...string

func (*MockCmdable_Expecter) ZDiffWithScores

func (_e *MockCmdable_Expecter) ZDiffWithScores(ctx interface{}, keys ...interface{}) *MockCmdable_ZDiffWithScores_Call

ZDiffWithScores is a helper method to define mock.On call

  • ctx context.Context
  • keys ...string

func (*MockCmdable_Expecter) ZIncrBy

func (_e *MockCmdable_Expecter) ZIncrBy(ctx interface{}, key interface{}, increment interface{}, member interface{}) *MockCmdable_ZIncrBy_Call

ZIncrBy is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • increment float64
  • member string

func (*MockCmdable_Expecter) ZInter

func (_e *MockCmdable_Expecter) ZInter(ctx interface{}, store interface{}) *MockCmdable_ZInter_Call

ZInter is a helper method to define mock.On call

  • ctx context.Context
  • store *redis.ZStore

func (*MockCmdable_Expecter) ZInterCard

func (_e *MockCmdable_Expecter) ZInterCard(ctx interface{}, limit interface{}, keys ...interface{}) *MockCmdable_ZInterCard_Call

ZInterCard is a helper method to define mock.On call

  • ctx context.Context
  • limit int64
  • keys ...string

func (*MockCmdable_Expecter) ZInterStore

func (_e *MockCmdable_Expecter) ZInterStore(ctx interface{}, destination interface{}, store interface{}) *MockCmdable_ZInterStore_Call

ZInterStore is a helper method to define mock.On call

  • ctx context.Context
  • destination string
  • store *redis.ZStore

func (*MockCmdable_Expecter) ZInterWithScores

func (_e *MockCmdable_Expecter) ZInterWithScores(ctx interface{}, store interface{}) *MockCmdable_ZInterWithScores_Call

ZInterWithScores is a helper method to define mock.On call

  • ctx context.Context
  • store *redis.ZStore

func (*MockCmdable_Expecter) ZLexCount

func (_e *MockCmdable_Expecter) ZLexCount(ctx interface{}, key interface{}, min interface{}, max interface{}) *MockCmdable_ZLexCount_Call

ZLexCount is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • min string
  • max string

func (*MockCmdable_Expecter) ZMPop

func (_e *MockCmdable_Expecter) ZMPop(ctx interface{}, order interface{}, count interface{}, keys ...interface{}) *MockCmdable_ZMPop_Call

ZMPop is a helper method to define mock.On call

  • ctx context.Context
  • order string
  • count int64
  • keys ...string

func (*MockCmdable_Expecter) ZMScore

func (_e *MockCmdable_Expecter) ZMScore(ctx interface{}, key interface{}, members ...interface{}) *MockCmdable_ZMScore_Call

ZMScore is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • members ...string

func (*MockCmdable_Expecter) ZPopMax

func (_e *MockCmdable_Expecter) ZPopMax(ctx interface{}, key interface{}, count ...interface{}) *MockCmdable_ZPopMax_Call

ZPopMax is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • count ...int64

func (*MockCmdable_Expecter) ZPopMin

func (_e *MockCmdable_Expecter) ZPopMin(ctx interface{}, key interface{}, count ...interface{}) *MockCmdable_ZPopMin_Call

ZPopMin is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • count ...int64

func (*MockCmdable_Expecter) ZRandMember

func (_e *MockCmdable_Expecter) ZRandMember(ctx interface{}, key interface{}, count interface{}) *MockCmdable_ZRandMember_Call

ZRandMember is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • count int

func (*MockCmdable_Expecter) ZRandMemberWithScores

func (_e *MockCmdable_Expecter) ZRandMemberWithScores(ctx interface{}, key interface{}, count interface{}) *MockCmdable_ZRandMemberWithScores_Call

ZRandMemberWithScores is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • count int

func (*MockCmdable_Expecter) ZRange

func (_e *MockCmdable_Expecter) ZRange(ctx interface{}, key interface{}, start interface{}, stop interface{}) *MockCmdable_ZRange_Call

ZRange is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • start int64
  • stop int64

func (*MockCmdable_Expecter) ZRangeArgs

func (_e *MockCmdable_Expecter) ZRangeArgs(ctx interface{}, z interface{}) *MockCmdable_ZRangeArgs_Call

ZRangeArgs is a helper method to define mock.On call

  • ctx context.Context
  • z redis.ZRangeArgs

func (*MockCmdable_Expecter) ZRangeArgsWithScores

func (_e *MockCmdable_Expecter) ZRangeArgsWithScores(ctx interface{}, z interface{}) *MockCmdable_ZRangeArgsWithScores_Call

ZRangeArgsWithScores is a helper method to define mock.On call

  • ctx context.Context
  • z redis.ZRangeArgs

func (*MockCmdable_Expecter) ZRangeByLex

func (_e *MockCmdable_Expecter) ZRangeByLex(ctx interface{}, key interface{}, opt interface{}) *MockCmdable_ZRangeByLex_Call

ZRangeByLex is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • opt *redis.ZRangeBy

func (*MockCmdable_Expecter) ZRangeByScore

func (_e *MockCmdable_Expecter) ZRangeByScore(ctx interface{}, key interface{}, opt interface{}) *MockCmdable_ZRangeByScore_Call

ZRangeByScore is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • opt *redis.ZRangeBy

func (*MockCmdable_Expecter) ZRangeByScoreWithScores

func (_e *MockCmdable_Expecter) ZRangeByScoreWithScores(ctx interface{}, key interface{}, opt interface{}) *MockCmdable_ZRangeByScoreWithScores_Call

ZRangeByScoreWithScores is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • opt *redis.ZRangeBy

func (*MockCmdable_Expecter) ZRangeStore

func (_e *MockCmdable_Expecter) ZRangeStore(ctx interface{}, dst interface{}, z interface{}) *MockCmdable_ZRangeStore_Call

ZRangeStore is a helper method to define mock.On call

  • ctx context.Context
  • dst string
  • z redis.ZRangeArgs

func (*MockCmdable_Expecter) ZRangeWithScores

func (_e *MockCmdable_Expecter) ZRangeWithScores(ctx interface{}, key interface{}, start interface{}, stop interface{}) *MockCmdable_ZRangeWithScores_Call

ZRangeWithScores is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • start int64
  • stop int64

func (*MockCmdable_Expecter) ZRank

func (_e *MockCmdable_Expecter) ZRank(ctx interface{}, key interface{}, member interface{}) *MockCmdable_ZRank_Call

ZRank is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • member string

func (*MockCmdable_Expecter) ZRankWithScore

func (_e *MockCmdable_Expecter) ZRankWithScore(ctx interface{}, key interface{}, member interface{}) *MockCmdable_ZRankWithScore_Call

ZRankWithScore is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • member string

func (*MockCmdable_Expecter) ZRem

func (_e *MockCmdable_Expecter) ZRem(ctx interface{}, key interface{}, members ...interface{}) *MockCmdable_ZRem_Call

ZRem is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • members ...interface{}

func (*MockCmdable_Expecter) ZRemRangeByLex

func (_e *MockCmdable_Expecter) ZRemRangeByLex(ctx interface{}, key interface{}, min interface{}, max interface{}) *MockCmdable_ZRemRangeByLex_Call

ZRemRangeByLex is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • min string
  • max string

func (*MockCmdable_Expecter) ZRemRangeByRank

func (_e *MockCmdable_Expecter) ZRemRangeByRank(ctx interface{}, key interface{}, start interface{}, stop interface{}) *MockCmdable_ZRemRangeByRank_Call

ZRemRangeByRank is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • start int64
  • stop int64

func (*MockCmdable_Expecter) ZRemRangeByScore

func (_e *MockCmdable_Expecter) ZRemRangeByScore(ctx interface{}, key interface{}, min interface{}, max interface{}) *MockCmdable_ZRemRangeByScore_Call

ZRemRangeByScore is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • min string
  • max string

func (*MockCmdable_Expecter) ZRevRange

func (_e *MockCmdable_Expecter) ZRevRange(ctx interface{}, key interface{}, start interface{}, stop interface{}) *MockCmdable_ZRevRange_Call

ZRevRange is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • start int64
  • stop int64

func (*MockCmdable_Expecter) ZRevRangeByLex

func (_e *MockCmdable_Expecter) ZRevRangeByLex(ctx interface{}, key interface{}, opt interface{}) *MockCmdable_ZRevRangeByLex_Call

ZRevRangeByLex is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • opt *redis.ZRangeBy

func (*MockCmdable_Expecter) ZRevRangeByScore

func (_e *MockCmdable_Expecter) ZRevRangeByScore(ctx interface{}, key interface{}, opt interface{}) *MockCmdable_ZRevRangeByScore_Call

ZRevRangeByScore is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • opt *redis.ZRangeBy

func (*MockCmdable_Expecter) ZRevRangeByScoreWithScores

func (_e *MockCmdable_Expecter) ZRevRangeByScoreWithScores(ctx interface{}, key interface{}, opt interface{}) *MockCmdable_ZRevRangeByScoreWithScores_Call

ZRevRangeByScoreWithScores is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • opt *redis.ZRangeBy

func (*MockCmdable_Expecter) ZRevRangeWithScores

func (_e *MockCmdable_Expecter) ZRevRangeWithScores(ctx interface{}, key interface{}, start interface{}, stop interface{}) *MockCmdable_ZRevRangeWithScores_Call

ZRevRangeWithScores is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • start int64
  • stop int64

func (*MockCmdable_Expecter) ZRevRank

func (_e *MockCmdable_Expecter) ZRevRank(ctx interface{}, key interface{}, member interface{}) *MockCmdable_ZRevRank_Call

ZRevRank is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • member string

func (*MockCmdable_Expecter) ZRevRankWithScore

func (_e *MockCmdable_Expecter) ZRevRankWithScore(ctx interface{}, key interface{}, member interface{}) *MockCmdable_ZRevRankWithScore_Call

ZRevRankWithScore is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • member string

func (*MockCmdable_Expecter) ZScan

func (_e *MockCmdable_Expecter) ZScan(ctx interface{}, key interface{}, cursor interface{}, match interface{}, count interface{}) *MockCmdable_ZScan_Call

ZScan is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • cursor uint64
  • match string
  • count int64

func (*MockCmdable_Expecter) ZScore

func (_e *MockCmdable_Expecter) ZScore(ctx interface{}, key interface{}, member interface{}) *MockCmdable_ZScore_Call

ZScore is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • member string

func (*MockCmdable_Expecter) ZUnion

func (_e *MockCmdable_Expecter) ZUnion(ctx interface{}, store interface{}) *MockCmdable_ZUnion_Call

ZUnion is a helper method to define mock.On call

  • ctx context.Context
  • store redis.ZStore

func (*MockCmdable_Expecter) ZUnionStore

func (_e *MockCmdable_Expecter) ZUnionStore(ctx interface{}, dest interface{}, store interface{}) *MockCmdable_ZUnionStore_Call

ZUnionStore is a helper method to define mock.On call

  • ctx context.Context
  • dest string
  • store *redis.ZStore

func (*MockCmdable_Expecter) ZUnionWithScores

func (_e *MockCmdable_Expecter) ZUnionWithScores(ctx interface{}, store interface{}) *MockCmdable_ZUnionWithScores_Call

ZUnionWithScores is a helper method to define mock.On call

  • ctx context.Context
  • store redis.ZStore

type MockCmdable_ExpireAt_Call

type MockCmdable_ExpireAt_Call struct {
	*mock.Call
}

MockCmdable_ExpireAt_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExpireAt'

func (*MockCmdable_ExpireAt_Call) Return

func (*MockCmdable_ExpireAt_Call) Run

func (*MockCmdable_ExpireAt_Call) RunAndReturn

type MockCmdable_ExpireGT_Call

type MockCmdable_ExpireGT_Call struct {
	*mock.Call
}

MockCmdable_ExpireGT_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExpireGT'

func (*MockCmdable_ExpireGT_Call) Return

func (*MockCmdable_ExpireGT_Call) Run

func (_c *MockCmdable_ExpireGT_Call) Run(run func(ctx context.Context, key string, expiration time.Duration)) *MockCmdable_ExpireGT_Call

func (*MockCmdable_ExpireGT_Call) RunAndReturn

type MockCmdable_ExpireLT_Call

type MockCmdable_ExpireLT_Call struct {
	*mock.Call
}

MockCmdable_ExpireLT_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExpireLT'

func (*MockCmdable_ExpireLT_Call) Return

func (*MockCmdable_ExpireLT_Call) Run

func (_c *MockCmdable_ExpireLT_Call) Run(run func(ctx context.Context, key string, expiration time.Duration)) *MockCmdable_ExpireLT_Call

func (*MockCmdable_ExpireLT_Call) RunAndReturn

type MockCmdable_ExpireNX_Call

type MockCmdable_ExpireNX_Call struct {
	*mock.Call
}

MockCmdable_ExpireNX_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExpireNX'

func (*MockCmdable_ExpireNX_Call) Return

func (*MockCmdable_ExpireNX_Call) Run

func (_c *MockCmdable_ExpireNX_Call) Run(run func(ctx context.Context, key string, expiration time.Duration)) *MockCmdable_ExpireNX_Call

func (*MockCmdable_ExpireNX_Call) RunAndReturn

type MockCmdable_ExpireTime_Call

type MockCmdable_ExpireTime_Call struct {
	*mock.Call
}

MockCmdable_ExpireTime_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExpireTime'

func (*MockCmdable_ExpireTime_Call) Return

func (*MockCmdable_ExpireTime_Call) Run

func (*MockCmdable_ExpireTime_Call) RunAndReturn

type MockCmdable_ExpireXX_Call

type MockCmdable_ExpireXX_Call struct {
	*mock.Call
}

MockCmdable_ExpireXX_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExpireXX'

func (*MockCmdable_ExpireXX_Call) Return

func (*MockCmdable_ExpireXX_Call) Run

func (_c *MockCmdable_ExpireXX_Call) Run(run func(ctx context.Context, key string, expiration time.Duration)) *MockCmdable_ExpireXX_Call

func (*MockCmdable_ExpireXX_Call) RunAndReturn

type MockCmdable_Expire_Call

type MockCmdable_Expire_Call struct {
	*mock.Call
}

MockCmdable_Expire_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Expire'

func (*MockCmdable_Expire_Call) Return

func (*MockCmdable_Expire_Call) Run

func (_c *MockCmdable_Expire_Call) Run(run func(ctx context.Context, key string, expiration time.Duration)) *MockCmdable_Expire_Call

func (*MockCmdable_Expire_Call) RunAndReturn

type MockCmdable_FCallRO_Call

type MockCmdable_FCallRO_Call struct {
	*mock.Call
}

MockCmdable_FCallRO_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FCallRO'

func (*MockCmdable_FCallRO_Call) Return

func (*MockCmdable_FCallRO_Call) Run

func (_c *MockCmdable_FCallRO_Call) Run(run func(ctx context.Context, function string, keys []string, args ...interface{})) *MockCmdable_FCallRO_Call

func (*MockCmdable_FCallRO_Call) RunAndReturn

func (_c *MockCmdable_FCallRO_Call) RunAndReturn(run func(context.Context, string, []string, ...interface{}) *redis.Cmd) *MockCmdable_FCallRO_Call

type MockCmdable_FCallRo_Call

type MockCmdable_FCallRo_Call struct {
	*mock.Call
}

MockCmdable_FCallRo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FCallRo'

func (*MockCmdable_FCallRo_Call) Return

func (*MockCmdable_FCallRo_Call) Run

func (_c *MockCmdable_FCallRo_Call) Run(run func(ctx context.Context, function string, keys []string, args ...interface{})) *MockCmdable_FCallRo_Call

func (*MockCmdable_FCallRo_Call) RunAndReturn

func (_c *MockCmdable_FCallRo_Call) RunAndReturn(run func(context.Context, string, []string, ...interface{}) *redis.Cmd) *MockCmdable_FCallRo_Call

type MockCmdable_FCall_Call

type MockCmdable_FCall_Call struct {
	*mock.Call
}

MockCmdable_FCall_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FCall'

func (*MockCmdable_FCall_Call) Return

func (*MockCmdable_FCall_Call) Run

func (_c *MockCmdable_FCall_Call) Run(run func(ctx context.Context, function string, keys []string, args ...interface{})) *MockCmdable_FCall_Call

func (*MockCmdable_FCall_Call) RunAndReturn

func (_c *MockCmdable_FCall_Call) RunAndReturn(run func(context.Context, string, []string, ...interface{}) *redis.Cmd) *MockCmdable_FCall_Call

type MockCmdable_FlushAllAsync_Call

type MockCmdable_FlushAllAsync_Call struct {
	*mock.Call
}

MockCmdable_FlushAllAsync_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FlushAllAsync'

func (*MockCmdable_FlushAllAsync_Call) Return

func (*MockCmdable_FlushAllAsync_Call) Run

func (*MockCmdable_FlushAllAsync_Call) RunAndReturn

type MockCmdable_FlushAll_Call

type MockCmdable_FlushAll_Call struct {
	*mock.Call
}

MockCmdable_FlushAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FlushAll'

func (*MockCmdable_FlushAll_Call) Return

func (*MockCmdable_FlushAll_Call) Run

func (*MockCmdable_FlushAll_Call) RunAndReturn

type MockCmdable_FlushDBAsync_Call

type MockCmdable_FlushDBAsync_Call struct {
	*mock.Call
}

MockCmdable_FlushDBAsync_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FlushDBAsync'

func (*MockCmdable_FlushDBAsync_Call) Return

func (*MockCmdable_FlushDBAsync_Call) Run

func (*MockCmdable_FlushDBAsync_Call) RunAndReturn

type MockCmdable_FlushDB_Call

type MockCmdable_FlushDB_Call struct {
	*mock.Call
}

MockCmdable_FlushDB_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FlushDB'

func (*MockCmdable_FlushDB_Call) Return

func (*MockCmdable_FlushDB_Call) Run

func (*MockCmdable_FlushDB_Call) RunAndReturn

type MockCmdable_FunctionDelete_Call

type MockCmdable_FunctionDelete_Call struct {
	*mock.Call
}

MockCmdable_FunctionDelete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FunctionDelete'

func (*MockCmdable_FunctionDelete_Call) Return

func (*MockCmdable_FunctionDelete_Call) Run

func (*MockCmdable_FunctionDelete_Call) RunAndReturn

type MockCmdable_FunctionDump_Call

type MockCmdable_FunctionDump_Call struct {
	*mock.Call
}

MockCmdable_FunctionDump_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FunctionDump'

func (*MockCmdable_FunctionDump_Call) Return

func (*MockCmdable_FunctionDump_Call) Run

func (*MockCmdable_FunctionDump_Call) RunAndReturn

type MockCmdable_FunctionFlushAsync_Call

type MockCmdable_FunctionFlushAsync_Call struct {
	*mock.Call
}

MockCmdable_FunctionFlushAsync_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FunctionFlushAsync'

func (*MockCmdable_FunctionFlushAsync_Call) Return

func (*MockCmdable_FunctionFlushAsync_Call) Run

func (*MockCmdable_FunctionFlushAsync_Call) RunAndReturn

type MockCmdable_FunctionFlush_Call

type MockCmdable_FunctionFlush_Call struct {
	*mock.Call
}

MockCmdable_FunctionFlush_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FunctionFlush'

func (*MockCmdable_FunctionFlush_Call) Return

func (*MockCmdable_FunctionFlush_Call) Run

func (*MockCmdable_FunctionFlush_Call) RunAndReturn

type MockCmdable_FunctionKill_Call

type MockCmdable_FunctionKill_Call struct {
	*mock.Call
}

MockCmdable_FunctionKill_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FunctionKill'

func (*MockCmdable_FunctionKill_Call) Return

func (*MockCmdable_FunctionKill_Call) Run

func (*MockCmdable_FunctionKill_Call) RunAndReturn

type MockCmdable_FunctionList_Call

type MockCmdable_FunctionList_Call struct {
	*mock.Call
}

MockCmdable_FunctionList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FunctionList'

func (*MockCmdable_FunctionList_Call) Return

func (*MockCmdable_FunctionList_Call) Run

func (*MockCmdable_FunctionList_Call) RunAndReturn

type MockCmdable_FunctionLoadReplace_Call

type MockCmdable_FunctionLoadReplace_Call struct {
	*mock.Call
}

MockCmdable_FunctionLoadReplace_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FunctionLoadReplace'

func (*MockCmdable_FunctionLoadReplace_Call) Return

func (*MockCmdable_FunctionLoadReplace_Call) Run

func (*MockCmdable_FunctionLoadReplace_Call) RunAndReturn

type MockCmdable_FunctionLoad_Call

type MockCmdable_FunctionLoad_Call struct {
	*mock.Call
}

MockCmdable_FunctionLoad_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FunctionLoad'

func (*MockCmdable_FunctionLoad_Call) Return

func (*MockCmdable_FunctionLoad_Call) Run

func (*MockCmdable_FunctionLoad_Call) RunAndReturn

type MockCmdable_FunctionRestore_Call

type MockCmdable_FunctionRestore_Call struct {
	*mock.Call
}

MockCmdable_FunctionRestore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FunctionRestore'

func (*MockCmdable_FunctionRestore_Call) Return

func (*MockCmdable_FunctionRestore_Call) Run

func (*MockCmdable_FunctionRestore_Call) RunAndReturn

type MockCmdable_FunctionStats_Call

type MockCmdable_FunctionStats_Call struct {
	*mock.Call
}

MockCmdable_FunctionStats_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FunctionStats'

func (*MockCmdable_FunctionStats_Call) Return

func (*MockCmdable_FunctionStats_Call) Run

func (*MockCmdable_FunctionStats_Call) RunAndReturn

type MockCmdable_GeoAdd_Call

type MockCmdable_GeoAdd_Call struct {
	*mock.Call
}

MockCmdable_GeoAdd_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GeoAdd'

func (*MockCmdable_GeoAdd_Call) Return

func (*MockCmdable_GeoAdd_Call) Run

func (_c *MockCmdable_GeoAdd_Call) Run(run func(ctx context.Context, key string, geoLocation ...*redis.GeoLocation)) *MockCmdable_GeoAdd_Call

func (*MockCmdable_GeoAdd_Call) RunAndReturn

type MockCmdable_GeoDist_Call

type MockCmdable_GeoDist_Call struct {
	*mock.Call
}

MockCmdable_GeoDist_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GeoDist'

func (*MockCmdable_GeoDist_Call) Return

func (*MockCmdable_GeoDist_Call) Run

func (_c *MockCmdable_GeoDist_Call) Run(run func(ctx context.Context, key string, member1 string, member2 string, unit string)) *MockCmdable_GeoDist_Call

func (*MockCmdable_GeoDist_Call) RunAndReturn

type MockCmdable_GeoHash_Call

type MockCmdable_GeoHash_Call struct {
	*mock.Call
}

MockCmdable_GeoHash_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GeoHash'

func (*MockCmdable_GeoHash_Call) Return

func (*MockCmdable_GeoHash_Call) Run

func (_c *MockCmdable_GeoHash_Call) Run(run func(ctx context.Context, key string, members ...string)) *MockCmdable_GeoHash_Call

func (*MockCmdable_GeoHash_Call) RunAndReturn

type MockCmdable_GeoPos_Call

type MockCmdable_GeoPos_Call struct {
	*mock.Call
}

MockCmdable_GeoPos_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GeoPos'

func (*MockCmdable_GeoPos_Call) Return

func (*MockCmdable_GeoPos_Call) Run

func (_c *MockCmdable_GeoPos_Call) Run(run func(ctx context.Context, key string, members ...string)) *MockCmdable_GeoPos_Call

func (*MockCmdable_GeoPos_Call) RunAndReturn

type MockCmdable_GeoRadiusByMemberStore_Call

type MockCmdable_GeoRadiusByMemberStore_Call struct {
	*mock.Call
}

MockCmdable_GeoRadiusByMemberStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GeoRadiusByMemberStore'

func (*MockCmdable_GeoRadiusByMemberStore_Call) Return

func (*MockCmdable_GeoRadiusByMemberStore_Call) Run

func (*MockCmdable_GeoRadiusByMemberStore_Call) RunAndReturn

type MockCmdable_GeoRadiusByMember_Call

type MockCmdable_GeoRadiusByMember_Call struct {
	*mock.Call
}

MockCmdable_GeoRadiusByMember_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GeoRadiusByMember'

func (*MockCmdable_GeoRadiusByMember_Call) Return

func (*MockCmdable_GeoRadiusByMember_Call) Run

type MockCmdable_GeoRadiusStore_Call

type MockCmdable_GeoRadiusStore_Call struct {
	*mock.Call
}

MockCmdable_GeoRadiusStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GeoRadiusStore'

func (*MockCmdable_GeoRadiusStore_Call) Return

func (*MockCmdable_GeoRadiusStore_Call) Run

func (*MockCmdable_GeoRadiusStore_Call) RunAndReturn

type MockCmdable_GeoRadius_Call

type MockCmdable_GeoRadius_Call struct {
	*mock.Call
}

MockCmdable_GeoRadius_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GeoRadius'

func (*MockCmdable_GeoRadius_Call) Return

func (*MockCmdable_GeoRadius_Call) Run

func (_c *MockCmdable_GeoRadius_Call) Run(run func(ctx context.Context, key string, longitude float64, latitude float64, query *redis.GeoRadiusQuery)) *MockCmdable_GeoRadius_Call

type MockCmdable_GeoSearchLocation_Call

type MockCmdable_GeoSearchLocation_Call struct {
	*mock.Call
}

MockCmdable_GeoSearchLocation_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GeoSearchLocation'

func (*MockCmdable_GeoSearchLocation_Call) Return

func (*MockCmdable_GeoSearchLocation_Call) Run

type MockCmdable_GeoSearchStore_Call

type MockCmdable_GeoSearchStore_Call struct {
	*mock.Call
}

MockCmdable_GeoSearchStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GeoSearchStore'

func (*MockCmdable_GeoSearchStore_Call) Return

func (*MockCmdable_GeoSearchStore_Call) Run

func (*MockCmdable_GeoSearchStore_Call) RunAndReturn

type MockCmdable_GeoSearch_Call

type MockCmdable_GeoSearch_Call struct {
	*mock.Call
}

MockCmdable_GeoSearch_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GeoSearch'

func (*MockCmdable_GeoSearch_Call) Return

func (*MockCmdable_GeoSearch_Call) Run

func (*MockCmdable_GeoSearch_Call) RunAndReturn

type MockCmdable_GetBit_Call

type MockCmdable_GetBit_Call struct {
	*mock.Call
}

MockCmdable_GetBit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBit'

func (*MockCmdable_GetBit_Call) Return

func (*MockCmdable_GetBit_Call) Run

func (_c *MockCmdable_GetBit_Call) Run(run func(ctx context.Context, key string, offset int64)) *MockCmdable_GetBit_Call

func (*MockCmdable_GetBit_Call) RunAndReturn

type MockCmdable_GetDel_Call

type MockCmdable_GetDel_Call struct {
	*mock.Call
}

MockCmdable_GetDel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetDel'

func (*MockCmdable_GetDel_Call) Return

func (*MockCmdable_GetDel_Call) Run

func (*MockCmdable_GetDel_Call) RunAndReturn

type MockCmdable_GetEx_Call

type MockCmdable_GetEx_Call struct {
	*mock.Call
}

MockCmdable_GetEx_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetEx'

func (*MockCmdable_GetEx_Call) Return

func (*MockCmdable_GetEx_Call) Run

func (_c *MockCmdable_GetEx_Call) Run(run func(ctx context.Context, key string, expiration time.Duration)) *MockCmdable_GetEx_Call

func (*MockCmdable_GetEx_Call) RunAndReturn

type MockCmdable_GetRange_Call

type MockCmdable_GetRange_Call struct {
	*mock.Call
}

MockCmdable_GetRange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetRange'

func (*MockCmdable_GetRange_Call) Return

func (*MockCmdable_GetRange_Call) Run

func (_c *MockCmdable_GetRange_Call) Run(run func(ctx context.Context, key string, start int64, end int64)) *MockCmdable_GetRange_Call

func (*MockCmdable_GetRange_Call) RunAndReturn

type MockCmdable_GetSet_Call

type MockCmdable_GetSet_Call struct {
	*mock.Call
}

MockCmdable_GetSet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSet'

func (*MockCmdable_GetSet_Call) Return

func (*MockCmdable_GetSet_Call) Run

func (_c *MockCmdable_GetSet_Call) Run(run func(ctx context.Context, key string, value interface{})) *MockCmdable_GetSet_Call

func (*MockCmdable_GetSet_Call) RunAndReturn

func (_c *MockCmdable_GetSet_Call) RunAndReturn(run func(context.Context, string, interface{}) *redis.StringCmd) *MockCmdable_GetSet_Call

type MockCmdable_Get_Call

type MockCmdable_Get_Call struct {
	*mock.Call
}

MockCmdable_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*MockCmdable_Get_Call) Return

func (*MockCmdable_Get_Call) Run

func (_c *MockCmdable_Get_Call) Run(run func(ctx context.Context, key string)) *MockCmdable_Get_Call

func (*MockCmdable_Get_Call) RunAndReturn

type MockCmdable_HDel_Call

type MockCmdable_HDel_Call struct {
	*mock.Call
}

MockCmdable_HDel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HDel'

func (*MockCmdable_HDel_Call) Return

func (*MockCmdable_HDel_Call) Run

func (_c *MockCmdable_HDel_Call) Run(run func(ctx context.Context, key string, fields ...string)) *MockCmdable_HDel_Call

func (*MockCmdable_HDel_Call) RunAndReturn

type MockCmdable_HExists_Call

type MockCmdable_HExists_Call struct {
	*mock.Call
}

MockCmdable_HExists_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HExists'

func (*MockCmdable_HExists_Call) Return

func (*MockCmdable_HExists_Call) Run

func (_c *MockCmdable_HExists_Call) Run(run func(ctx context.Context, key string, field string)) *MockCmdable_HExists_Call

func (*MockCmdable_HExists_Call) RunAndReturn

type MockCmdable_HGetAll_Call

type MockCmdable_HGetAll_Call struct {
	*mock.Call
}

MockCmdable_HGetAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HGetAll'

func (*MockCmdable_HGetAll_Call) Return

func (*MockCmdable_HGetAll_Call) Run

func (*MockCmdable_HGetAll_Call) RunAndReturn

type MockCmdable_HGet_Call

type MockCmdable_HGet_Call struct {
	*mock.Call
}

MockCmdable_HGet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HGet'

func (*MockCmdable_HGet_Call) Return

func (*MockCmdable_HGet_Call) Run

func (_c *MockCmdable_HGet_Call) Run(run func(ctx context.Context, key string, field string)) *MockCmdable_HGet_Call

func (*MockCmdable_HGet_Call) RunAndReturn

type MockCmdable_HIncrByFloat_Call

type MockCmdable_HIncrByFloat_Call struct {
	*mock.Call
}

MockCmdable_HIncrByFloat_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HIncrByFloat'

func (*MockCmdable_HIncrByFloat_Call) Return

func (*MockCmdable_HIncrByFloat_Call) Run

func (*MockCmdable_HIncrByFloat_Call) RunAndReturn

type MockCmdable_HIncrBy_Call

type MockCmdable_HIncrBy_Call struct {
	*mock.Call
}

MockCmdable_HIncrBy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HIncrBy'

func (*MockCmdable_HIncrBy_Call) Return

func (*MockCmdable_HIncrBy_Call) Run

func (_c *MockCmdable_HIncrBy_Call) Run(run func(ctx context.Context, key string, field string, incr int64)) *MockCmdable_HIncrBy_Call

func (*MockCmdable_HIncrBy_Call) RunAndReturn

type MockCmdable_HKeys_Call

type MockCmdable_HKeys_Call struct {
	*mock.Call
}

MockCmdable_HKeys_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HKeys'

func (*MockCmdable_HKeys_Call) Return

func (*MockCmdable_HKeys_Call) Run

func (*MockCmdable_HKeys_Call) RunAndReturn

type MockCmdable_HLen_Call

type MockCmdable_HLen_Call struct {
	*mock.Call
}

MockCmdable_HLen_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HLen'

func (*MockCmdable_HLen_Call) Return

func (*MockCmdable_HLen_Call) Run

func (_c *MockCmdable_HLen_Call) Run(run func(ctx context.Context, key string)) *MockCmdable_HLen_Call

func (*MockCmdable_HLen_Call) RunAndReturn

type MockCmdable_HMGet_Call

type MockCmdable_HMGet_Call struct {
	*mock.Call
}

MockCmdable_HMGet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HMGet'

func (*MockCmdable_HMGet_Call) Return

func (*MockCmdable_HMGet_Call) Run

func (_c *MockCmdable_HMGet_Call) Run(run func(ctx context.Context, key string, fields ...string)) *MockCmdable_HMGet_Call

func (*MockCmdable_HMGet_Call) RunAndReturn

type MockCmdable_HMSet_Call

type MockCmdable_HMSet_Call struct {
	*mock.Call
}

MockCmdable_HMSet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HMSet'

func (*MockCmdable_HMSet_Call) Return

func (*MockCmdable_HMSet_Call) Run

func (_c *MockCmdable_HMSet_Call) Run(run func(ctx context.Context, key string, values ...interface{})) *MockCmdable_HMSet_Call

func (*MockCmdable_HMSet_Call) RunAndReturn

func (_c *MockCmdable_HMSet_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.BoolCmd) *MockCmdable_HMSet_Call

type MockCmdable_HRandFieldWithValues_Call

type MockCmdable_HRandFieldWithValues_Call struct {
	*mock.Call
}

MockCmdable_HRandFieldWithValues_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HRandFieldWithValues'

func (*MockCmdable_HRandFieldWithValues_Call) Return

func (*MockCmdable_HRandFieldWithValues_Call) Run

func (*MockCmdable_HRandFieldWithValues_Call) RunAndReturn

type MockCmdable_HRandField_Call

type MockCmdable_HRandField_Call struct {
	*mock.Call
}

MockCmdable_HRandField_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HRandField'

func (*MockCmdable_HRandField_Call) Return

func (*MockCmdable_HRandField_Call) Run

func (*MockCmdable_HRandField_Call) RunAndReturn

type MockCmdable_HScan_Call

type MockCmdable_HScan_Call struct {
	*mock.Call
}

MockCmdable_HScan_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HScan'

func (*MockCmdable_HScan_Call) Return

func (*MockCmdable_HScan_Call) Run

func (_c *MockCmdable_HScan_Call) Run(run func(ctx context.Context, key string, cursor uint64, match string, count int64)) *MockCmdable_HScan_Call

func (*MockCmdable_HScan_Call) RunAndReturn

type MockCmdable_HSetNX_Call

type MockCmdable_HSetNX_Call struct {
	*mock.Call
}

MockCmdable_HSetNX_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HSetNX'

func (*MockCmdable_HSetNX_Call) Return

func (*MockCmdable_HSetNX_Call) Run

func (_c *MockCmdable_HSetNX_Call) Run(run func(ctx context.Context, key string, field string, value interface{})) *MockCmdable_HSetNX_Call

func (*MockCmdable_HSetNX_Call) RunAndReturn

func (_c *MockCmdable_HSetNX_Call) RunAndReturn(run func(context.Context, string, string, interface{}) *redis.BoolCmd) *MockCmdable_HSetNX_Call

type MockCmdable_HSet_Call

type MockCmdable_HSet_Call struct {
	*mock.Call
}

MockCmdable_HSet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HSet'

func (*MockCmdable_HSet_Call) Return

func (*MockCmdable_HSet_Call) Run

func (_c *MockCmdable_HSet_Call) Run(run func(ctx context.Context, key string, values ...interface{})) *MockCmdable_HSet_Call

func (*MockCmdable_HSet_Call) RunAndReturn

func (_c *MockCmdable_HSet_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.IntCmd) *MockCmdable_HSet_Call

type MockCmdable_HVals_Call

type MockCmdable_HVals_Call struct {
	*mock.Call
}

MockCmdable_HVals_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HVals'

func (*MockCmdable_HVals_Call) Return

func (*MockCmdable_HVals_Call) Run

func (*MockCmdable_HVals_Call) RunAndReturn

type MockCmdable_IncrByFloat_Call

type MockCmdable_IncrByFloat_Call struct {
	*mock.Call
}

MockCmdable_IncrByFloat_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IncrByFloat'

func (*MockCmdable_IncrByFloat_Call) Return

func (*MockCmdable_IncrByFloat_Call) Run

func (*MockCmdable_IncrByFloat_Call) RunAndReturn

type MockCmdable_IncrBy_Call

type MockCmdable_IncrBy_Call struct {
	*mock.Call
}

MockCmdable_IncrBy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IncrBy'

func (*MockCmdable_IncrBy_Call) Return

func (*MockCmdable_IncrBy_Call) Run

func (_c *MockCmdable_IncrBy_Call) Run(run func(ctx context.Context, key string, value int64)) *MockCmdable_IncrBy_Call

func (*MockCmdable_IncrBy_Call) RunAndReturn

type MockCmdable_Incr_Call

type MockCmdable_Incr_Call struct {
	*mock.Call
}

MockCmdable_Incr_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Incr'

func (*MockCmdable_Incr_Call) Return

func (*MockCmdable_Incr_Call) Run

func (_c *MockCmdable_Incr_Call) Run(run func(ctx context.Context, key string)) *MockCmdable_Incr_Call

func (*MockCmdable_Incr_Call) RunAndReturn

type MockCmdable_Info_Call

type MockCmdable_Info_Call struct {
	*mock.Call
}

MockCmdable_Info_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Info'

func (*MockCmdable_Info_Call) Return

func (*MockCmdable_Info_Call) Run

func (_c *MockCmdable_Info_Call) Run(run func(ctx context.Context, section ...string)) *MockCmdable_Info_Call

func (*MockCmdable_Info_Call) RunAndReturn

type MockCmdable_JSONArrAppend_Call

type MockCmdable_JSONArrAppend_Call struct {
	*mock.Call
}

MockCmdable_JSONArrAppend_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONArrAppend'

func (*MockCmdable_JSONArrAppend_Call) Return

func (*MockCmdable_JSONArrAppend_Call) Run

func (_c *MockCmdable_JSONArrAppend_Call) Run(run func(ctx context.Context, key string, path string, values ...interface{})) *MockCmdable_JSONArrAppend_Call

func (*MockCmdable_JSONArrAppend_Call) RunAndReturn

type MockCmdable_JSONArrIndexWithArgs_Call

type MockCmdable_JSONArrIndexWithArgs_Call struct {
	*mock.Call
}

MockCmdable_JSONArrIndexWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONArrIndexWithArgs'

func (*MockCmdable_JSONArrIndexWithArgs_Call) Return

func (*MockCmdable_JSONArrIndexWithArgs_Call) Run

func (_c *MockCmdable_JSONArrIndexWithArgs_Call) Run(run func(ctx context.Context, key string, path string, options *redis.JSONArrIndexArgs, value ...interface{})) *MockCmdable_JSONArrIndexWithArgs_Call

func (*MockCmdable_JSONArrIndexWithArgs_Call) RunAndReturn

type MockCmdable_JSONArrIndex_Call

type MockCmdable_JSONArrIndex_Call struct {
	*mock.Call
}

MockCmdable_JSONArrIndex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONArrIndex'

func (*MockCmdable_JSONArrIndex_Call) Return

func (*MockCmdable_JSONArrIndex_Call) Run

func (_c *MockCmdable_JSONArrIndex_Call) Run(run func(ctx context.Context, key string, path string, value ...interface{})) *MockCmdable_JSONArrIndex_Call

func (*MockCmdable_JSONArrIndex_Call) RunAndReturn

type MockCmdable_JSONArrInsert_Call

type MockCmdable_JSONArrInsert_Call struct {
	*mock.Call
}

MockCmdable_JSONArrInsert_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONArrInsert'

func (*MockCmdable_JSONArrInsert_Call) Return

func (*MockCmdable_JSONArrInsert_Call) Run

func (_c *MockCmdable_JSONArrInsert_Call) Run(run func(ctx context.Context, key string, path string, index int64, values ...interface{})) *MockCmdable_JSONArrInsert_Call

func (*MockCmdable_JSONArrInsert_Call) RunAndReturn

type MockCmdable_JSONArrLen_Call

type MockCmdable_JSONArrLen_Call struct {
	*mock.Call
}

MockCmdable_JSONArrLen_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONArrLen'

func (*MockCmdable_JSONArrLen_Call) Return

func (*MockCmdable_JSONArrLen_Call) Run

func (*MockCmdable_JSONArrLen_Call) RunAndReturn

type MockCmdable_JSONArrPop_Call

type MockCmdable_JSONArrPop_Call struct {
	*mock.Call
}

MockCmdable_JSONArrPop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONArrPop'

func (*MockCmdable_JSONArrPop_Call) Return

func (*MockCmdable_JSONArrPop_Call) Run

func (_c *MockCmdable_JSONArrPop_Call) Run(run func(ctx context.Context, key string, path string, index int)) *MockCmdable_JSONArrPop_Call

func (*MockCmdable_JSONArrPop_Call) RunAndReturn

type MockCmdable_JSONArrTrimWithArgs_Call

type MockCmdable_JSONArrTrimWithArgs_Call struct {
	*mock.Call
}

MockCmdable_JSONArrTrimWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONArrTrimWithArgs'

func (*MockCmdable_JSONArrTrimWithArgs_Call) Return

func (*MockCmdable_JSONArrTrimWithArgs_Call) Run

func (*MockCmdable_JSONArrTrimWithArgs_Call) RunAndReturn

type MockCmdable_JSONArrTrim_Call

type MockCmdable_JSONArrTrim_Call struct {
	*mock.Call
}

MockCmdable_JSONArrTrim_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONArrTrim'

func (*MockCmdable_JSONArrTrim_Call) Return

func (*MockCmdable_JSONArrTrim_Call) Run

func (*MockCmdable_JSONArrTrim_Call) RunAndReturn

type MockCmdable_JSONClear_Call

type MockCmdable_JSONClear_Call struct {
	*mock.Call
}

MockCmdable_JSONClear_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONClear'

func (*MockCmdable_JSONClear_Call) Return

func (*MockCmdable_JSONClear_Call) Run

func (*MockCmdable_JSONClear_Call) RunAndReturn

type MockCmdable_JSONDebugMemory_Call

type MockCmdable_JSONDebugMemory_Call struct {
	*mock.Call
}

MockCmdable_JSONDebugMemory_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONDebugMemory'

func (*MockCmdable_JSONDebugMemory_Call) Return

func (*MockCmdable_JSONDebugMemory_Call) Run

func (*MockCmdable_JSONDebugMemory_Call) RunAndReturn

type MockCmdable_JSONDel_Call

type MockCmdable_JSONDel_Call struct {
	*mock.Call
}

MockCmdable_JSONDel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONDel'

func (*MockCmdable_JSONDel_Call) Return

func (*MockCmdable_JSONDel_Call) Run

func (*MockCmdable_JSONDel_Call) RunAndReturn

type MockCmdable_JSONForget_Call

type MockCmdable_JSONForget_Call struct {
	*mock.Call
}

MockCmdable_JSONForget_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONForget'

func (*MockCmdable_JSONForget_Call) Return

func (*MockCmdable_JSONForget_Call) Run

func (*MockCmdable_JSONForget_Call) RunAndReturn

type MockCmdable_JSONGetWithArgs_Call

type MockCmdable_JSONGetWithArgs_Call struct {
	*mock.Call
}

MockCmdable_JSONGetWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONGetWithArgs'

func (*MockCmdable_JSONGetWithArgs_Call) Return

func (*MockCmdable_JSONGetWithArgs_Call) Run

func (*MockCmdable_JSONGetWithArgs_Call) RunAndReturn

type MockCmdable_JSONGet_Call

type MockCmdable_JSONGet_Call struct {
	*mock.Call
}

MockCmdable_JSONGet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONGet'

func (*MockCmdable_JSONGet_Call) Return

func (*MockCmdable_JSONGet_Call) Run

func (_c *MockCmdable_JSONGet_Call) Run(run func(ctx context.Context, key string, paths ...string)) *MockCmdable_JSONGet_Call

func (*MockCmdable_JSONGet_Call) RunAndReturn

type MockCmdable_JSONMGet_Call

type MockCmdable_JSONMGet_Call struct {
	*mock.Call
}

MockCmdable_JSONMGet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONMGet'

func (*MockCmdable_JSONMGet_Call) Return

func (*MockCmdable_JSONMGet_Call) Run

func (_c *MockCmdable_JSONMGet_Call) Run(run func(ctx context.Context, path string, keys ...string)) *MockCmdable_JSONMGet_Call

func (*MockCmdable_JSONMGet_Call) RunAndReturn

type MockCmdable_JSONMSetArgs_Call

type MockCmdable_JSONMSetArgs_Call struct {
	*mock.Call
}

MockCmdable_JSONMSetArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONMSetArgs'

func (*MockCmdable_JSONMSetArgs_Call) Return

func (*MockCmdable_JSONMSetArgs_Call) Run

func (*MockCmdable_JSONMSetArgs_Call) RunAndReturn

type MockCmdable_JSONMSet_Call

type MockCmdable_JSONMSet_Call struct {
	*mock.Call
}

MockCmdable_JSONMSet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONMSet'

func (*MockCmdable_JSONMSet_Call) Return

func (*MockCmdable_JSONMSet_Call) Run

func (_c *MockCmdable_JSONMSet_Call) Run(run func(ctx context.Context, params ...interface{})) *MockCmdable_JSONMSet_Call

func (*MockCmdable_JSONMSet_Call) RunAndReturn

func (_c *MockCmdable_JSONMSet_Call) RunAndReturn(run func(context.Context, ...interface{}) *redis.StatusCmd) *MockCmdable_JSONMSet_Call

type MockCmdable_JSONMerge_Call

type MockCmdable_JSONMerge_Call struct {
	*mock.Call
}

MockCmdable_JSONMerge_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONMerge'

func (*MockCmdable_JSONMerge_Call) Return

func (*MockCmdable_JSONMerge_Call) Run

func (_c *MockCmdable_JSONMerge_Call) Run(run func(ctx context.Context, key string, path string, value string)) *MockCmdable_JSONMerge_Call

func (*MockCmdable_JSONMerge_Call) RunAndReturn

type MockCmdable_JSONNumIncrBy_Call

type MockCmdable_JSONNumIncrBy_Call struct {
	*mock.Call
}

MockCmdable_JSONNumIncrBy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONNumIncrBy'

func (*MockCmdable_JSONNumIncrBy_Call) Return

func (*MockCmdable_JSONNumIncrBy_Call) Run

func (*MockCmdable_JSONNumIncrBy_Call) RunAndReturn

type MockCmdable_JSONObjKeys_Call

type MockCmdable_JSONObjKeys_Call struct {
	*mock.Call
}

MockCmdable_JSONObjKeys_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONObjKeys'

func (*MockCmdable_JSONObjKeys_Call) Return

func (*MockCmdable_JSONObjKeys_Call) Run

func (*MockCmdable_JSONObjKeys_Call) RunAndReturn

type MockCmdable_JSONObjLen_Call

type MockCmdable_JSONObjLen_Call struct {
	*mock.Call
}

MockCmdable_JSONObjLen_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONObjLen'

func (*MockCmdable_JSONObjLen_Call) Return

func (*MockCmdable_JSONObjLen_Call) Run

func (*MockCmdable_JSONObjLen_Call) RunAndReturn

type MockCmdable_JSONSetMode_Call

type MockCmdable_JSONSetMode_Call struct {
	*mock.Call
}

MockCmdable_JSONSetMode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONSetMode'

func (*MockCmdable_JSONSetMode_Call) Return

func (*MockCmdable_JSONSetMode_Call) Run

func (_c *MockCmdable_JSONSetMode_Call) Run(run func(ctx context.Context, key string, path string, value interface{}, mode string)) *MockCmdable_JSONSetMode_Call

func (*MockCmdable_JSONSetMode_Call) RunAndReturn

type MockCmdable_JSONSet_Call

type MockCmdable_JSONSet_Call struct {
	*mock.Call
}

MockCmdable_JSONSet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONSet'

func (*MockCmdable_JSONSet_Call) Return

func (*MockCmdable_JSONSet_Call) Run

func (_c *MockCmdable_JSONSet_Call) Run(run func(ctx context.Context, key string, path string, value interface{})) *MockCmdable_JSONSet_Call

func (*MockCmdable_JSONSet_Call) RunAndReturn

func (_c *MockCmdable_JSONSet_Call) RunAndReturn(run func(context.Context, string, string, interface{}) *redis.StatusCmd) *MockCmdable_JSONSet_Call

type MockCmdable_JSONStrAppend_Call

type MockCmdable_JSONStrAppend_Call struct {
	*mock.Call
}

MockCmdable_JSONStrAppend_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONStrAppend'

func (*MockCmdable_JSONStrAppend_Call) Return

func (*MockCmdable_JSONStrAppend_Call) Run

func (*MockCmdable_JSONStrAppend_Call) RunAndReturn

type MockCmdable_JSONStrLen_Call

type MockCmdable_JSONStrLen_Call struct {
	*mock.Call
}

MockCmdable_JSONStrLen_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONStrLen'

func (*MockCmdable_JSONStrLen_Call) Return

func (*MockCmdable_JSONStrLen_Call) Run

func (*MockCmdable_JSONStrLen_Call) RunAndReturn

type MockCmdable_JSONToggle_Call

type MockCmdable_JSONToggle_Call struct {
	*mock.Call
}

MockCmdable_JSONToggle_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONToggle'

func (*MockCmdable_JSONToggle_Call) Return

func (*MockCmdable_JSONToggle_Call) Run

func (*MockCmdable_JSONToggle_Call) RunAndReturn

type MockCmdable_JSONType_Call

type MockCmdable_JSONType_Call struct {
	*mock.Call
}

MockCmdable_JSONType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONType'

func (*MockCmdable_JSONType_Call) Return

func (*MockCmdable_JSONType_Call) Run

func (*MockCmdable_JSONType_Call) RunAndReturn

type MockCmdable_Keys_Call

type MockCmdable_Keys_Call struct {
	*mock.Call
}

MockCmdable_Keys_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Keys'

func (*MockCmdable_Keys_Call) Return

func (*MockCmdable_Keys_Call) Run

func (_c *MockCmdable_Keys_Call) Run(run func(ctx context.Context, pattern string)) *MockCmdable_Keys_Call

func (*MockCmdable_Keys_Call) RunAndReturn

type MockCmdable_LCS_Call

type MockCmdable_LCS_Call struct {
	*mock.Call
}

MockCmdable_LCS_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LCS'

func (*MockCmdable_LCS_Call) Return

func (*MockCmdable_LCS_Call) Run

func (*MockCmdable_LCS_Call) RunAndReturn

type MockCmdable_LIndex_Call

type MockCmdable_LIndex_Call struct {
	*mock.Call
}

MockCmdable_LIndex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LIndex'

func (*MockCmdable_LIndex_Call) Return

func (*MockCmdable_LIndex_Call) Run

func (_c *MockCmdable_LIndex_Call) Run(run func(ctx context.Context, key string, index int64)) *MockCmdable_LIndex_Call

func (*MockCmdable_LIndex_Call) RunAndReturn

type MockCmdable_LInsertAfter_Call

type MockCmdable_LInsertAfter_Call struct {
	*mock.Call
}

MockCmdable_LInsertAfter_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LInsertAfter'

func (*MockCmdable_LInsertAfter_Call) Return

func (*MockCmdable_LInsertAfter_Call) Run

func (_c *MockCmdable_LInsertAfter_Call) Run(run func(ctx context.Context, key string, pivot interface{}, value interface{})) *MockCmdable_LInsertAfter_Call

func (*MockCmdable_LInsertAfter_Call) RunAndReturn

func (_c *MockCmdable_LInsertAfter_Call) RunAndReturn(run func(context.Context, string, interface{}, interface{}) *redis.IntCmd) *MockCmdable_LInsertAfter_Call

type MockCmdable_LInsertBefore_Call

type MockCmdable_LInsertBefore_Call struct {
	*mock.Call
}

MockCmdable_LInsertBefore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LInsertBefore'

func (*MockCmdable_LInsertBefore_Call) Return

func (*MockCmdable_LInsertBefore_Call) Run

func (_c *MockCmdable_LInsertBefore_Call) Run(run func(ctx context.Context, key string, pivot interface{}, value interface{})) *MockCmdable_LInsertBefore_Call

func (*MockCmdable_LInsertBefore_Call) RunAndReturn

func (_c *MockCmdable_LInsertBefore_Call) RunAndReturn(run func(context.Context, string, interface{}, interface{}) *redis.IntCmd) *MockCmdable_LInsertBefore_Call

type MockCmdable_LInsert_Call

type MockCmdable_LInsert_Call struct {
	*mock.Call
}

MockCmdable_LInsert_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LInsert'

func (*MockCmdable_LInsert_Call) Return

func (*MockCmdable_LInsert_Call) Run

func (_c *MockCmdable_LInsert_Call) Run(run func(ctx context.Context, key string, op string, pivot interface{}, value interface{})) *MockCmdable_LInsert_Call

func (*MockCmdable_LInsert_Call) RunAndReturn

func (_c *MockCmdable_LInsert_Call) RunAndReturn(run func(context.Context, string, string, interface{}, interface{}) *redis.IntCmd) *MockCmdable_LInsert_Call

type MockCmdable_LLen_Call

type MockCmdable_LLen_Call struct {
	*mock.Call
}

MockCmdable_LLen_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LLen'

func (*MockCmdable_LLen_Call) Return

func (*MockCmdable_LLen_Call) Run

func (_c *MockCmdable_LLen_Call) Run(run func(ctx context.Context, key string)) *MockCmdable_LLen_Call

func (*MockCmdable_LLen_Call) RunAndReturn

type MockCmdable_LMPop_Call

type MockCmdable_LMPop_Call struct {
	*mock.Call
}

MockCmdable_LMPop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LMPop'

func (*MockCmdable_LMPop_Call) Return

func (*MockCmdable_LMPop_Call) Run

func (_c *MockCmdable_LMPop_Call) Run(run func(ctx context.Context, direction string, count int64, keys ...string)) *MockCmdable_LMPop_Call

func (*MockCmdable_LMPop_Call) RunAndReturn

type MockCmdable_LMove_Call

type MockCmdable_LMove_Call struct {
	*mock.Call
}

MockCmdable_LMove_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LMove'

func (*MockCmdable_LMove_Call) Return

func (*MockCmdable_LMove_Call) Run

func (_c *MockCmdable_LMove_Call) Run(run func(ctx context.Context, source string, destination string, srcpos string, destpos string)) *MockCmdable_LMove_Call

func (*MockCmdable_LMove_Call) RunAndReturn

type MockCmdable_LPopCount_Call

type MockCmdable_LPopCount_Call struct {
	*mock.Call
}

MockCmdable_LPopCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LPopCount'

func (*MockCmdable_LPopCount_Call) Return

func (*MockCmdable_LPopCount_Call) Run

func (_c *MockCmdable_LPopCount_Call) Run(run func(ctx context.Context, key string, count int)) *MockCmdable_LPopCount_Call

func (*MockCmdable_LPopCount_Call) RunAndReturn

type MockCmdable_LPop_Call

type MockCmdable_LPop_Call struct {
	*mock.Call
}

MockCmdable_LPop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LPop'

func (*MockCmdable_LPop_Call) Return

func (*MockCmdable_LPop_Call) Run

func (_c *MockCmdable_LPop_Call) Run(run func(ctx context.Context, key string)) *MockCmdable_LPop_Call

func (*MockCmdable_LPop_Call) RunAndReturn

type MockCmdable_LPosCount_Call

type MockCmdable_LPosCount_Call struct {
	*mock.Call
}

MockCmdable_LPosCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LPosCount'

func (*MockCmdable_LPosCount_Call) Return

func (*MockCmdable_LPosCount_Call) Run

func (_c *MockCmdable_LPosCount_Call) Run(run func(ctx context.Context, key string, value string, count int64, args redis.LPosArgs)) *MockCmdable_LPosCount_Call

func (*MockCmdable_LPosCount_Call) RunAndReturn

type MockCmdable_LPos_Call

type MockCmdable_LPos_Call struct {
	*mock.Call
}

MockCmdable_LPos_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LPos'

func (*MockCmdable_LPos_Call) Return

func (*MockCmdable_LPos_Call) Run

func (_c *MockCmdable_LPos_Call) Run(run func(ctx context.Context, key string, value string, args redis.LPosArgs)) *MockCmdable_LPos_Call

func (*MockCmdable_LPos_Call) RunAndReturn

type MockCmdable_LPushX_Call

type MockCmdable_LPushX_Call struct {
	*mock.Call
}

MockCmdable_LPushX_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LPushX'

func (*MockCmdable_LPushX_Call) Return

func (*MockCmdable_LPushX_Call) Run

func (_c *MockCmdable_LPushX_Call) Run(run func(ctx context.Context, key string, values ...interface{})) *MockCmdable_LPushX_Call

func (*MockCmdable_LPushX_Call) RunAndReturn

func (_c *MockCmdable_LPushX_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.IntCmd) *MockCmdable_LPushX_Call

type MockCmdable_LPush_Call

type MockCmdable_LPush_Call struct {
	*mock.Call
}

MockCmdable_LPush_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LPush'

func (*MockCmdable_LPush_Call) Return

func (*MockCmdable_LPush_Call) Run

func (_c *MockCmdable_LPush_Call) Run(run func(ctx context.Context, key string, values ...interface{})) *MockCmdable_LPush_Call

func (*MockCmdable_LPush_Call) RunAndReturn

func (_c *MockCmdable_LPush_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.IntCmd) *MockCmdable_LPush_Call

type MockCmdable_LRange_Call

type MockCmdable_LRange_Call struct {
	*mock.Call
}

MockCmdable_LRange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LRange'

func (*MockCmdable_LRange_Call) Return

func (*MockCmdable_LRange_Call) Run

func (_c *MockCmdable_LRange_Call) Run(run func(ctx context.Context, key string, start int64, stop int64)) *MockCmdable_LRange_Call

func (*MockCmdable_LRange_Call) RunAndReturn

type MockCmdable_LRem_Call

type MockCmdable_LRem_Call struct {
	*mock.Call
}

MockCmdable_LRem_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LRem'

func (*MockCmdable_LRem_Call) Return

func (*MockCmdable_LRem_Call) Run

func (_c *MockCmdable_LRem_Call) Run(run func(ctx context.Context, key string, count int64, value interface{})) *MockCmdable_LRem_Call

func (*MockCmdable_LRem_Call) RunAndReturn

func (_c *MockCmdable_LRem_Call) RunAndReturn(run func(context.Context, string, int64, interface{}) *redis.IntCmd) *MockCmdable_LRem_Call

type MockCmdable_LSet_Call

type MockCmdable_LSet_Call struct {
	*mock.Call
}

MockCmdable_LSet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LSet'

func (*MockCmdable_LSet_Call) Return

func (*MockCmdable_LSet_Call) Run

func (_c *MockCmdable_LSet_Call) Run(run func(ctx context.Context, key string, index int64, value interface{})) *MockCmdable_LSet_Call

func (*MockCmdable_LSet_Call) RunAndReturn

func (_c *MockCmdable_LSet_Call) RunAndReturn(run func(context.Context, string, int64, interface{}) *redis.StatusCmd) *MockCmdable_LSet_Call

type MockCmdable_LTrim_Call

type MockCmdable_LTrim_Call struct {
	*mock.Call
}

MockCmdable_LTrim_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LTrim'

func (*MockCmdable_LTrim_Call) Return

func (*MockCmdable_LTrim_Call) Run

func (_c *MockCmdable_LTrim_Call) Run(run func(ctx context.Context, key string, start int64, stop int64)) *MockCmdable_LTrim_Call

func (*MockCmdable_LTrim_Call) RunAndReturn

type MockCmdable_LastSave_Call

type MockCmdable_LastSave_Call struct {
	*mock.Call
}

MockCmdable_LastSave_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LastSave'

func (*MockCmdable_LastSave_Call) Return

func (*MockCmdable_LastSave_Call) Run

func (*MockCmdable_LastSave_Call) RunAndReturn

type MockCmdable_MGet_Call

type MockCmdable_MGet_Call struct {
	*mock.Call
}

MockCmdable_MGet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'MGet'

func (*MockCmdable_MGet_Call) Return

func (*MockCmdable_MGet_Call) Run

func (_c *MockCmdable_MGet_Call) Run(run func(ctx context.Context, keys ...string)) *MockCmdable_MGet_Call

func (*MockCmdable_MGet_Call) RunAndReturn

type MockCmdable_MSetNX_Call

type MockCmdable_MSetNX_Call struct {
	*mock.Call
}

MockCmdable_MSetNX_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'MSetNX'

func (*MockCmdable_MSetNX_Call) Return

func (*MockCmdable_MSetNX_Call) Run

func (_c *MockCmdable_MSetNX_Call) Run(run func(ctx context.Context, values ...interface{})) *MockCmdable_MSetNX_Call

func (*MockCmdable_MSetNX_Call) RunAndReturn

func (_c *MockCmdable_MSetNX_Call) RunAndReturn(run func(context.Context, ...interface{}) *redis.BoolCmd) *MockCmdable_MSetNX_Call

type MockCmdable_MSet_Call

type MockCmdable_MSet_Call struct {
	*mock.Call
}

MockCmdable_MSet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'MSet'

func (*MockCmdable_MSet_Call) Return

func (*MockCmdable_MSet_Call) Run

func (_c *MockCmdable_MSet_Call) Run(run func(ctx context.Context, values ...interface{})) *MockCmdable_MSet_Call

func (*MockCmdable_MSet_Call) RunAndReturn

func (_c *MockCmdable_MSet_Call) RunAndReturn(run func(context.Context, ...interface{}) *redis.StatusCmd) *MockCmdable_MSet_Call

type MockCmdable_MemoryUsage_Call

type MockCmdable_MemoryUsage_Call struct {
	*mock.Call
}

MockCmdable_MemoryUsage_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'MemoryUsage'

func (*MockCmdable_MemoryUsage_Call) Return

func (*MockCmdable_MemoryUsage_Call) Run

func (_c *MockCmdable_MemoryUsage_Call) Run(run func(ctx context.Context, key string, samples ...int)) *MockCmdable_MemoryUsage_Call

func (*MockCmdable_MemoryUsage_Call) RunAndReturn

type MockCmdable_Migrate_Call

type MockCmdable_Migrate_Call struct {
	*mock.Call
}

MockCmdable_Migrate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Migrate'

func (*MockCmdable_Migrate_Call) Return

func (*MockCmdable_Migrate_Call) Run

func (_c *MockCmdable_Migrate_Call) Run(run func(ctx context.Context, host string, port string, key string, db int, timeout time.Duration)) *MockCmdable_Migrate_Call

func (*MockCmdable_Migrate_Call) RunAndReturn

type MockCmdable_ModuleLoadex_Call

type MockCmdable_ModuleLoadex_Call struct {
	*mock.Call
}

MockCmdable_ModuleLoadex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ModuleLoadex'

func (*MockCmdable_ModuleLoadex_Call) Return

func (*MockCmdable_ModuleLoadex_Call) Run

func (*MockCmdable_ModuleLoadex_Call) RunAndReturn

type MockCmdable_Move_Call

type MockCmdable_Move_Call struct {
	*mock.Call
}

MockCmdable_Move_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Move'

func (*MockCmdable_Move_Call) Return

func (*MockCmdable_Move_Call) Run

func (_c *MockCmdable_Move_Call) Run(run func(ctx context.Context, key string, db int)) *MockCmdable_Move_Call

func (*MockCmdable_Move_Call) RunAndReturn

type MockCmdable_ObjectEncoding_Call

type MockCmdable_ObjectEncoding_Call struct {
	*mock.Call
}

MockCmdable_ObjectEncoding_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ObjectEncoding'

func (*MockCmdable_ObjectEncoding_Call) Return

func (*MockCmdable_ObjectEncoding_Call) Run

func (*MockCmdable_ObjectEncoding_Call) RunAndReturn

type MockCmdable_ObjectFreq_Call

type MockCmdable_ObjectFreq_Call struct {
	*mock.Call
}

MockCmdable_ObjectFreq_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ObjectFreq'

func (*MockCmdable_ObjectFreq_Call) Return

func (*MockCmdable_ObjectFreq_Call) Run

func (*MockCmdable_ObjectFreq_Call) RunAndReturn

type MockCmdable_ObjectIdleTime_Call

type MockCmdable_ObjectIdleTime_Call struct {
	*mock.Call
}

MockCmdable_ObjectIdleTime_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ObjectIdleTime'

func (*MockCmdable_ObjectIdleTime_Call) Return

func (*MockCmdable_ObjectIdleTime_Call) Run

func (*MockCmdable_ObjectIdleTime_Call) RunAndReturn

type MockCmdable_ObjectRefCount_Call

type MockCmdable_ObjectRefCount_Call struct {
	*mock.Call
}

MockCmdable_ObjectRefCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ObjectRefCount'

func (*MockCmdable_ObjectRefCount_Call) Return

func (*MockCmdable_ObjectRefCount_Call) Run

func (*MockCmdable_ObjectRefCount_Call) RunAndReturn

type MockCmdable_PExpireAt_Call

type MockCmdable_PExpireAt_Call struct {
	*mock.Call
}

MockCmdable_PExpireAt_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PExpireAt'

func (*MockCmdable_PExpireAt_Call) Return

func (*MockCmdable_PExpireAt_Call) Run

func (*MockCmdable_PExpireAt_Call) RunAndReturn

type MockCmdable_PExpireTime_Call

type MockCmdable_PExpireTime_Call struct {
	*mock.Call
}

MockCmdable_PExpireTime_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PExpireTime'

func (*MockCmdable_PExpireTime_Call) Return

func (*MockCmdable_PExpireTime_Call) Run

func (*MockCmdable_PExpireTime_Call) RunAndReturn

type MockCmdable_PExpire_Call

type MockCmdable_PExpire_Call struct {
	*mock.Call
}

MockCmdable_PExpire_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PExpire'

func (*MockCmdable_PExpire_Call) Return

func (*MockCmdable_PExpire_Call) Run

func (_c *MockCmdable_PExpire_Call) Run(run func(ctx context.Context, key string, expiration time.Duration)) *MockCmdable_PExpire_Call

func (*MockCmdable_PExpire_Call) RunAndReturn

type MockCmdable_PFAdd_Call

type MockCmdable_PFAdd_Call struct {
	*mock.Call
}

MockCmdable_PFAdd_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PFAdd'

func (*MockCmdable_PFAdd_Call) Return

func (*MockCmdable_PFAdd_Call) Run

func (_c *MockCmdable_PFAdd_Call) Run(run func(ctx context.Context, key string, els ...interface{})) *MockCmdable_PFAdd_Call

func (*MockCmdable_PFAdd_Call) RunAndReturn

func (_c *MockCmdable_PFAdd_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.IntCmd) *MockCmdable_PFAdd_Call

type MockCmdable_PFCount_Call

type MockCmdable_PFCount_Call struct {
	*mock.Call
}

MockCmdable_PFCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PFCount'

func (*MockCmdable_PFCount_Call) Return

func (*MockCmdable_PFCount_Call) Run

func (_c *MockCmdable_PFCount_Call) Run(run func(ctx context.Context, keys ...string)) *MockCmdable_PFCount_Call

func (*MockCmdable_PFCount_Call) RunAndReturn

type MockCmdable_PFMerge_Call

type MockCmdable_PFMerge_Call struct {
	*mock.Call
}

MockCmdable_PFMerge_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PFMerge'

func (*MockCmdable_PFMerge_Call) Return

func (*MockCmdable_PFMerge_Call) Run

func (_c *MockCmdable_PFMerge_Call) Run(run func(ctx context.Context, dest string, keys ...string)) *MockCmdable_PFMerge_Call

func (*MockCmdable_PFMerge_Call) RunAndReturn

type MockCmdable_PTTL_Call

type MockCmdable_PTTL_Call struct {
	*mock.Call
}

MockCmdable_PTTL_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PTTL'

func (*MockCmdable_PTTL_Call) Return

func (*MockCmdable_PTTL_Call) Run

func (_c *MockCmdable_PTTL_Call) Run(run func(ctx context.Context, key string)) *MockCmdable_PTTL_Call

func (*MockCmdable_PTTL_Call) RunAndReturn

type MockCmdable_Persist_Call

type MockCmdable_Persist_Call struct {
	*mock.Call
}

MockCmdable_Persist_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Persist'

func (*MockCmdable_Persist_Call) Return

func (*MockCmdable_Persist_Call) Run

func (*MockCmdable_Persist_Call) RunAndReturn

type MockCmdable_Ping_Call

type MockCmdable_Ping_Call struct {
	*mock.Call
}

MockCmdable_Ping_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Ping'

func (*MockCmdable_Ping_Call) Return

func (*MockCmdable_Ping_Call) Run

func (*MockCmdable_Ping_Call) RunAndReturn

type MockCmdable_Pipeline_Call

type MockCmdable_Pipeline_Call struct {
	*mock.Call
}

MockCmdable_Pipeline_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Pipeline'

func (*MockCmdable_Pipeline_Call) Return

func (*MockCmdable_Pipeline_Call) Run

func (*MockCmdable_Pipeline_Call) RunAndReturn

type MockCmdable_Pipelined_Call

type MockCmdable_Pipelined_Call struct {
	*mock.Call
}

MockCmdable_Pipelined_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Pipelined'

func (*MockCmdable_Pipelined_Call) Return

func (*MockCmdable_Pipelined_Call) Run

func (*MockCmdable_Pipelined_Call) RunAndReturn

type MockCmdable_PubSubChannels_Call

type MockCmdable_PubSubChannels_Call struct {
	*mock.Call
}

MockCmdable_PubSubChannels_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PubSubChannels'

func (*MockCmdable_PubSubChannels_Call) Return

func (*MockCmdable_PubSubChannels_Call) Run

func (*MockCmdable_PubSubChannels_Call) RunAndReturn

type MockCmdable_PubSubNumPat_Call

type MockCmdable_PubSubNumPat_Call struct {
	*mock.Call
}

MockCmdable_PubSubNumPat_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PubSubNumPat'

func (*MockCmdable_PubSubNumPat_Call) Return

func (*MockCmdable_PubSubNumPat_Call) Run

func (*MockCmdable_PubSubNumPat_Call) RunAndReturn

type MockCmdable_PubSubNumSub_Call

type MockCmdable_PubSubNumSub_Call struct {
	*mock.Call
}

MockCmdable_PubSubNumSub_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PubSubNumSub'

func (*MockCmdable_PubSubNumSub_Call) Return

func (*MockCmdable_PubSubNumSub_Call) Run

func (*MockCmdable_PubSubNumSub_Call) RunAndReturn

type MockCmdable_PubSubShardChannels_Call

type MockCmdable_PubSubShardChannels_Call struct {
	*mock.Call
}

MockCmdable_PubSubShardChannels_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PubSubShardChannels'

func (*MockCmdable_PubSubShardChannels_Call) Return

func (*MockCmdable_PubSubShardChannels_Call) Run

func (*MockCmdable_PubSubShardChannels_Call) RunAndReturn

type MockCmdable_PubSubShardNumSub_Call

type MockCmdable_PubSubShardNumSub_Call struct {
	*mock.Call
}

MockCmdable_PubSubShardNumSub_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PubSubShardNumSub'

func (*MockCmdable_PubSubShardNumSub_Call) Return

func (*MockCmdable_PubSubShardNumSub_Call) Run

func (*MockCmdable_PubSubShardNumSub_Call) RunAndReturn

type MockCmdable_Publish_Call

type MockCmdable_Publish_Call struct {
	*mock.Call
}

MockCmdable_Publish_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Publish'

func (*MockCmdable_Publish_Call) Return

func (*MockCmdable_Publish_Call) Run

func (_c *MockCmdable_Publish_Call) Run(run func(ctx context.Context, channel string, message interface{})) *MockCmdable_Publish_Call

func (*MockCmdable_Publish_Call) RunAndReturn

func (_c *MockCmdable_Publish_Call) RunAndReturn(run func(context.Context, string, interface{}) *redis.IntCmd) *MockCmdable_Publish_Call

type MockCmdable_Quit_Call

type MockCmdable_Quit_Call struct {
	*mock.Call
}

MockCmdable_Quit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Quit'

func (*MockCmdable_Quit_Call) Return

func (*MockCmdable_Quit_Call) Run

func (*MockCmdable_Quit_Call) RunAndReturn

type MockCmdable_RPopCount_Call

type MockCmdable_RPopCount_Call struct {
	*mock.Call
}

MockCmdable_RPopCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RPopCount'

func (*MockCmdable_RPopCount_Call) Return

func (*MockCmdable_RPopCount_Call) Run

func (_c *MockCmdable_RPopCount_Call) Run(run func(ctx context.Context, key string, count int)) *MockCmdable_RPopCount_Call

func (*MockCmdable_RPopCount_Call) RunAndReturn

type MockCmdable_RPopLPush_Call

type MockCmdable_RPopLPush_Call struct {
	*mock.Call
}

MockCmdable_RPopLPush_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RPopLPush'

func (*MockCmdable_RPopLPush_Call) Return

func (*MockCmdable_RPopLPush_Call) Run

func (_c *MockCmdable_RPopLPush_Call) Run(run func(ctx context.Context, source string, destination string)) *MockCmdable_RPopLPush_Call

func (*MockCmdable_RPopLPush_Call) RunAndReturn

type MockCmdable_RPop_Call

type MockCmdable_RPop_Call struct {
	*mock.Call
}

MockCmdable_RPop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RPop'

func (*MockCmdable_RPop_Call) Return

func (*MockCmdable_RPop_Call) Run

func (_c *MockCmdable_RPop_Call) Run(run func(ctx context.Context, key string)) *MockCmdable_RPop_Call

func (*MockCmdable_RPop_Call) RunAndReturn

type MockCmdable_RPushX_Call

type MockCmdable_RPushX_Call struct {
	*mock.Call
}

MockCmdable_RPushX_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RPushX'

func (*MockCmdable_RPushX_Call) Return

func (*MockCmdable_RPushX_Call) Run

func (_c *MockCmdable_RPushX_Call) Run(run func(ctx context.Context, key string, values ...interface{})) *MockCmdable_RPushX_Call

func (*MockCmdable_RPushX_Call) RunAndReturn

func (_c *MockCmdable_RPushX_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.IntCmd) *MockCmdable_RPushX_Call

type MockCmdable_RPush_Call

type MockCmdable_RPush_Call struct {
	*mock.Call
}

MockCmdable_RPush_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RPush'

func (*MockCmdable_RPush_Call) Return

func (*MockCmdable_RPush_Call) Run

func (_c *MockCmdable_RPush_Call) Run(run func(ctx context.Context, key string, values ...interface{})) *MockCmdable_RPush_Call

func (*MockCmdable_RPush_Call) RunAndReturn

func (_c *MockCmdable_RPush_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.IntCmd) *MockCmdable_RPush_Call

type MockCmdable_RandomKey_Call

type MockCmdable_RandomKey_Call struct {
	*mock.Call
}

MockCmdable_RandomKey_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RandomKey'

func (*MockCmdable_RandomKey_Call) Return

func (*MockCmdable_RandomKey_Call) Run

func (*MockCmdable_RandomKey_Call) RunAndReturn

type MockCmdable_ReadOnly_Call

type MockCmdable_ReadOnly_Call struct {
	*mock.Call
}

MockCmdable_ReadOnly_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReadOnly'

func (*MockCmdable_ReadOnly_Call) Return

func (*MockCmdable_ReadOnly_Call) Run

func (*MockCmdable_ReadOnly_Call) RunAndReturn

type MockCmdable_ReadWrite_Call

type MockCmdable_ReadWrite_Call struct {
	*mock.Call
}

MockCmdable_ReadWrite_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReadWrite'

func (*MockCmdable_ReadWrite_Call) Return

func (*MockCmdable_ReadWrite_Call) Run

func (*MockCmdable_ReadWrite_Call) RunAndReturn

type MockCmdable_RenameNX_Call

type MockCmdable_RenameNX_Call struct {
	*mock.Call
}

MockCmdable_RenameNX_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RenameNX'

func (*MockCmdable_RenameNX_Call) Return

func (*MockCmdable_RenameNX_Call) Run

func (_c *MockCmdable_RenameNX_Call) Run(run func(ctx context.Context, key string, newkey string)) *MockCmdable_RenameNX_Call

func (*MockCmdable_RenameNX_Call) RunAndReturn

type MockCmdable_Rename_Call

type MockCmdable_Rename_Call struct {
	*mock.Call
}

MockCmdable_Rename_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Rename'

func (*MockCmdable_Rename_Call) Return

func (*MockCmdable_Rename_Call) Run

func (_c *MockCmdable_Rename_Call) Run(run func(ctx context.Context, key string, newkey string)) *MockCmdable_Rename_Call

func (*MockCmdable_Rename_Call) RunAndReturn

type MockCmdable_RestoreReplace_Call

type MockCmdable_RestoreReplace_Call struct {
	*mock.Call
}

MockCmdable_RestoreReplace_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RestoreReplace'

func (*MockCmdable_RestoreReplace_Call) Return

func (*MockCmdable_RestoreReplace_Call) Run

func (*MockCmdable_RestoreReplace_Call) RunAndReturn

type MockCmdable_Restore_Call

type MockCmdable_Restore_Call struct {
	*mock.Call
}

MockCmdable_Restore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Restore'

func (*MockCmdable_Restore_Call) Return

func (*MockCmdable_Restore_Call) Run

func (*MockCmdable_Restore_Call) RunAndReturn

type MockCmdable_SAdd_Call

type MockCmdable_SAdd_Call struct {
	*mock.Call
}

MockCmdable_SAdd_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SAdd'

func (*MockCmdable_SAdd_Call) Return

func (*MockCmdable_SAdd_Call) Run

func (_c *MockCmdable_SAdd_Call) Run(run func(ctx context.Context, key string, members ...interface{})) *MockCmdable_SAdd_Call

func (*MockCmdable_SAdd_Call) RunAndReturn

func (_c *MockCmdable_SAdd_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.IntCmd) *MockCmdable_SAdd_Call

type MockCmdable_SCard_Call

type MockCmdable_SCard_Call struct {
	*mock.Call
}

MockCmdable_SCard_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SCard'

func (*MockCmdable_SCard_Call) Return

func (*MockCmdable_SCard_Call) Run

func (*MockCmdable_SCard_Call) RunAndReturn

type MockCmdable_SDiffStore_Call

type MockCmdable_SDiffStore_Call struct {
	*mock.Call
}

MockCmdable_SDiffStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SDiffStore'

func (*MockCmdable_SDiffStore_Call) Return

func (*MockCmdable_SDiffStore_Call) Run

func (_c *MockCmdable_SDiffStore_Call) Run(run func(ctx context.Context, destination string, keys ...string)) *MockCmdable_SDiffStore_Call

func (*MockCmdable_SDiffStore_Call) RunAndReturn

type MockCmdable_SDiff_Call

type MockCmdable_SDiff_Call struct {
	*mock.Call
}

MockCmdable_SDiff_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SDiff'

func (*MockCmdable_SDiff_Call) Return

func (*MockCmdable_SDiff_Call) Run

func (_c *MockCmdable_SDiff_Call) Run(run func(ctx context.Context, keys ...string)) *MockCmdable_SDiff_Call

func (*MockCmdable_SDiff_Call) RunAndReturn

type MockCmdable_SInterCard_Call

type MockCmdable_SInterCard_Call struct {
	*mock.Call
}

MockCmdable_SInterCard_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SInterCard'

func (*MockCmdable_SInterCard_Call) Return

func (*MockCmdable_SInterCard_Call) Run

func (_c *MockCmdable_SInterCard_Call) Run(run func(ctx context.Context, limit int64, keys ...string)) *MockCmdable_SInterCard_Call

func (*MockCmdable_SInterCard_Call) RunAndReturn

type MockCmdable_SInterStore_Call

type MockCmdable_SInterStore_Call struct {
	*mock.Call
}

MockCmdable_SInterStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SInterStore'

func (*MockCmdable_SInterStore_Call) Return

func (*MockCmdable_SInterStore_Call) Run

func (_c *MockCmdable_SInterStore_Call) Run(run func(ctx context.Context, destination string, keys ...string)) *MockCmdable_SInterStore_Call

func (*MockCmdable_SInterStore_Call) RunAndReturn

type MockCmdable_SInter_Call

type MockCmdable_SInter_Call struct {
	*mock.Call
}

MockCmdable_SInter_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SInter'

func (*MockCmdable_SInter_Call) Return

func (*MockCmdable_SInter_Call) Run

func (_c *MockCmdable_SInter_Call) Run(run func(ctx context.Context, keys ...string)) *MockCmdable_SInter_Call

func (*MockCmdable_SInter_Call) RunAndReturn

type MockCmdable_SIsMember_Call

type MockCmdable_SIsMember_Call struct {
	*mock.Call
}

MockCmdable_SIsMember_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SIsMember'

func (*MockCmdable_SIsMember_Call) Return

func (*MockCmdable_SIsMember_Call) Run

func (_c *MockCmdable_SIsMember_Call) Run(run func(ctx context.Context, key string, member interface{})) *MockCmdable_SIsMember_Call

func (*MockCmdable_SIsMember_Call) RunAndReturn

func (_c *MockCmdable_SIsMember_Call) RunAndReturn(run func(context.Context, string, interface{}) *redis.BoolCmd) *MockCmdable_SIsMember_Call

type MockCmdable_SMIsMember_Call

type MockCmdable_SMIsMember_Call struct {
	*mock.Call
}

MockCmdable_SMIsMember_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SMIsMember'

func (*MockCmdable_SMIsMember_Call) Return

func (*MockCmdable_SMIsMember_Call) Run

func (_c *MockCmdable_SMIsMember_Call) Run(run func(ctx context.Context, key string, members ...interface{})) *MockCmdable_SMIsMember_Call

func (*MockCmdable_SMIsMember_Call) RunAndReturn

func (_c *MockCmdable_SMIsMember_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.BoolSliceCmd) *MockCmdable_SMIsMember_Call

type MockCmdable_SMembersMap_Call

type MockCmdable_SMembersMap_Call struct {
	*mock.Call
}

MockCmdable_SMembersMap_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SMembersMap'

func (*MockCmdable_SMembersMap_Call) Return

func (*MockCmdable_SMembersMap_Call) Run

func (*MockCmdable_SMembersMap_Call) RunAndReturn

type MockCmdable_SMembers_Call

type MockCmdable_SMembers_Call struct {
	*mock.Call
}

MockCmdable_SMembers_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SMembers'

func (*MockCmdable_SMembers_Call) Return

func (*MockCmdable_SMembers_Call) Run

func (*MockCmdable_SMembers_Call) RunAndReturn

type MockCmdable_SMove_Call

type MockCmdable_SMove_Call struct {
	*mock.Call
}

MockCmdable_SMove_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SMove'

func (*MockCmdable_SMove_Call) Return

func (*MockCmdable_SMove_Call) Run

func (_c *MockCmdable_SMove_Call) Run(run func(ctx context.Context, source string, destination string, member interface{})) *MockCmdable_SMove_Call

func (*MockCmdable_SMove_Call) RunAndReturn

func (_c *MockCmdable_SMove_Call) RunAndReturn(run func(context.Context, string, string, interface{}) *redis.BoolCmd) *MockCmdable_SMove_Call

type MockCmdable_SPopN_Call

type MockCmdable_SPopN_Call struct {
	*mock.Call
}

MockCmdable_SPopN_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SPopN'

func (*MockCmdable_SPopN_Call) Return

func (*MockCmdable_SPopN_Call) Run

func (_c *MockCmdable_SPopN_Call) Run(run func(ctx context.Context, key string, count int64)) *MockCmdable_SPopN_Call

func (*MockCmdable_SPopN_Call) RunAndReturn

type MockCmdable_SPop_Call

type MockCmdable_SPop_Call struct {
	*mock.Call
}

MockCmdable_SPop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SPop'

func (*MockCmdable_SPop_Call) Return

func (*MockCmdable_SPop_Call) Run

func (_c *MockCmdable_SPop_Call) Run(run func(ctx context.Context, key string)) *MockCmdable_SPop_Call

func (*MockCmdable_SPop_Call) RunAndReturn

type MockCmdable_SPublish_Call

type MockCmdable_SPublish_Call struct {
	*mock.Call
}

MockCmdable_SPublish_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SPublish'

func (*MockCmdable_SPublish_Call) Return

func (*MockCmdable_SPublish_Call) Run

func (_c *MockCmdable_SPublish_Call) Run(run func(ctx context.Context, channel string, message interface{})) *MockCmdable_SPublish_Call

func (*MockCmdable_SPublish_Call) RunAndReturn

func (_c *MockCmdable_SPublish_Call) RunAndReturn(run func(context.Context, string, interface{}) *redis.IntCmd) *MockCmdable_SPublish_Call

type MockCmdable_SRandMemberN_Call

type MockCmdable_SRandMemberN_Call struct {
	*mock.Call
}

MockCmdable_SRandMemberN_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SRandMemberN'

func (*MockCmdable_SRandMemberN_Call) Return

func (*MockCmdable_SRandMemberN_Call) Run

func (*MockCmdable_SRandMemberN_Call) RunAndReturn

type MockCmdable_SRandMember_Call

type MockCmdable_SRandMember_Call struct {
	*mock.Call
}

MockCmdable_SRandMember_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SRandMember'

func (*MockCmdable_SRandMember_Call) Return

func (*MockCmdable_SRandMember_Call) Run

func (*MockCmdable_SRandMember_Call) RunAndReturn

type MockCmdable_SRem_Call

type MockCmdable_SRem_Call struct {
	*mock.Call
}

MockCmdable_SRem_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SRem'

func (*MockCmdable_SRem_Call) Return

func (*MockCmdable_SRem_Call) Run

func (_c *MockCmdable_SRem_Call) Run(run func(ctx context.Context, key string, members ...interface{})) *MockCmdable_SRem_Call

func (*MockCmdable_SRem_Call) RunAndReturn

func (_c *MockCmdable_SRem_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.IntCmd) *MockCmdable_SRem_Call

type MockCmdable_SScan_Call

type MockCmdable_SScan_Call struct {
	*mock.Call
}

MockCmdable_SScan_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SScan'

func (*MockCmdable_SScan_Call) Return

func (*MockCmdable_SScan_Call) Run

func (_c *MockCmdable_SScan_Call) Run(run func(ctx context.Context, key string, cursor uint64, match string, count int64)) *MockCmdable_SScan_Call

func (*MockCmdable_SScan_Call) RunAndReturn

type MockCmdable_SUnionStore_Call

type MockCmdable_SUnionStore_Call struct {
	*mock.Call
}

MockCmdable_SUnionStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SUnionStore'

func (*MockCmdable_SUnionStore_Call) Return

func (*MockCmdable_SUnionStore_Call) Run

func (_c *MockCmdable_SUnionStore_Call) Run(run func(ctx context.Context, destination string, keys ...string)) *MockCmdable_SUnionStore_Call

func (*MockCmdable_SUnionStore_Call) RunAndReturn

type MockCmdable_SUnion_Call

type MockCmdable_SUnion_Call struct {
	*mock.Call
}

MockCmdable_SUnion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SUnion'

func (*MockCmdable_SUnion_Call) Return

func (*MockCmdable_SUnion_Call) Run

func (_c *MockCmdable_SUnion_Call) Run(run func(ctx context.Context, keys ...string)) *MockCmdable_SUnion_Call

func (*MockCmdable_SUnion_Call) RunAndReturn

type MockCmdable_Save_Call

type MockCmdable_Save_Call struct {
	*mock.Call
}

MockCmdable_Save_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Save'

func (*MockCmdable_Save_Call) Return

func (*MockCmdable_Save_Call) Run

func (*MockCmdable_Save_Call) RunAndReturn

type MockCmdable_ScanType_Call

type MockCmdable_ScanType_Call struct {
	*mock.Call
}

MockCmdable_ScanType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ScanType'

func (*MockCmdable_ScanType_Call) Return

func (*MockCmdable_ScanType_Call) Run

func (_c *MockCmdable_ScanType_Call) Run(run func(ctx context.Context, cursor uint64, match string, count int64, keyType string)) *MockCmdable_ScanType_Call

func (*MockCmdable_ScanType_Call) RunAndReturn

type MockCmdable_Scan_Call

type MockCmdable_Scan_Call struct {
	*mock.Call
}

MockCmdable_Scan_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Scan'

func (*MockCmdable_Scan_Call) Return

func (*MockCmdable_Scan_Call) Run

func (_c *MockCmdable_Scan_Call) Run(run func(ctx context.Context, cursor uint64, match string, count int64)) *MockCmdable_Scan_Call

func (*MockCmdable_Scan_Call) RunAndReturn

type MockCmdable_ScriptExists_Call

type MockCmdable_ScriptExists_Call struct {
	*mock.Call
}

MockCmdable_ScriptExists_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ScriptExists'

func (*MockCmdable_ScriptExists_Call) Return

func (*MockCmdable_ScriptExists_Call) Run

func (*MockCmdable_ScriptExists_Call) RunAndReturn

type MockCmdable_ScriptFlush_Call

type MockCmdable_ScriptFlush_Call struct {
	*mock.Call
}

MockCmdable_ScriptFlush_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ScriptFlush'

func (*MockCmdable_ScriptFlush_Call) Return

func (*MockCmdable_ScriptFlush_Call) Run

func (*MockCmdable_ScriptFlush_Call) RunAndReturn

type MockCmdable_ScriptKill_Call

type MockCmdable_ScriptKill_Call struct {
	*mock.Call
}

MockCmdable_ScriptKill_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ScriptKill'

func (*MockCmdable_ScriptKill_Call) Return

func (*MockCmdable_ScriptKill_Call) Run

func (*MockCmdable_ScriptKill_Call) RunAndReturn

type MockCmdable_ScriptLoad_Call

type MockCmdable_ScriptLoad_Call struct {
	*mock.Call
}

MockCmdable_ScriptLoad_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ScriptLoad'

func (*MockCmdable_ScriptLoad_Call) Return

func (*MockCmdable_ScriptLoad_Call) Run

func (*MockCmdable_ScriptLoad_Call) RunAndReturn

type MockCmdable_SetArgs_Call

type MockCmdable_SetArgs_Call struct {
	*mock.Call
}

MockCmdable_SetArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetArgs'

func (*MockCmdable_SetArgs_Call) Return

func (*MockCmdable_SetArgs_Call) Run

func (_c *MockCmdable_SetArgs_Call) Run(run func(ctx context.Context, key string, value interface{}, a redis.SetArgs)) *MockCmdable_SetArgs_Call

func (*MockCmdable_SetArgs_Call) RunAndReturn

type MockCmdable_SetBit_Call

type MockCmdable_SetBit_Call struct {
	*mock.Call
}

MockCmdable_SetBit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetBit'

func (*MockCmdable_SetBit_Call) Return

func (*MockCmdable_SetBit_Call) Run

func (_c *MockCmdable_SetBit_Call) Run(run func(ctx context.Context, key string, offset int64, value int)) *MockCmdable_SetBit_Call

func (*MockCmdable_SetBit_Call) RunAndReturn

type MockCmdable_SetEx_Call

type MockCmdable_SetEx_Call struct {
	*mock.Call
}

MockCmdable_SetEx_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetEx'

func (*MockCmdable_SetEx_Call) Return

func (*MockCmdable_SetEx_Call) Run

func (_c *MockCmdable_SetEx_Call) Run(run func(ctx context.Context, key string, value interface{}, expiration time.Duration)) *MockCmdable_SetEx_Call

func (*MockCmdable_SetEx_Call) RunAndReturn

func (_c *MockCmdable_SetEx_Call) RunAndReturn(run func(context.Context, string, interface{}, time.Duration) *redis.StatusCmd) *MockCmdable_SetEx_Call

type MockCmdable_SetNX_Call

type MockCmdable_SetNX_Call struct {
	*mock.Call
}

MockCmdable_SetNX_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetNX'

func (*MockCmdable_SetNX_Call) Return

func (*MockCmdable_SetNX_Call) Run

func (_c *MockCmdable_SetNX_Call) Run(run func(ctx context.Context, key string, value interface{}, expiration time.Duration)) *MockCmdable_SetNX_Call

func (*MockCmdable_SetNX_Call) RunAndReturn

func (_c *MockCmdable_SetNX_Call) RunAndReturn(run func(context.Context, string, interface{}, time.Duration) *redis.BoolCmd) *MockCmdable_SetNX_Call

type MockCmdable_SetRange_Call

type MockCmdable_SetRange_Call struct {
	*mock.Call
}

MockCmdable_SetRange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetRange'

func (*MockCmdable_SetRange_Call) Return

func (*MockCmdable_SetRange_Call) Run

func (_c *MockCmdable_SetRange_Call) Run(run func(ctx context.Context, key string, offset int64, value string)) *MockCmdable_SetRange_Call

func (*MockCmdable_SetRange_Call) RunAndReturn

type MockCmdable_SetXX_Call

type MockCmdable_SetXX_Call struct {
	*mock.Call
}

MockCmdable_SetXX_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetXX'

func (*MockCmdable_SetXX_Call) Return

func (*MockCmdable_SetXX_Call) Run

func (_c *MockCmdable_SetXX_Call) Run(run func(ctx context.Context, key string, value interface{}, expiration time.Duration)) *MockCmdable_SetXX_Call

func (*MockCmdable_SetXX_Call) RunAndReturn

func (_c *MockCmdable_SetXX_Call) RunAndReturn(run func(context.Context, string, interface{}, time.Duration) *redis.BoolCmd) *MockCmdable_SetXX_Call

type MockCmdable_Set_Call

type MockCmdable_Set_Call struct {
	*mock.Call
}

MockCmdable_Set_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Set'

func (*MockCmdable_Set_Call) Return

func (*MockCmdable_Set_Call) Run

func (_c *MockCmdable_Set_Call) Run(run func(ctx context.Context, key string, value interface{}, expiration time.Duration)) *MockCmdable_Set_Call

func (*MockCmdable_Set_Call) RunAndReturn

func (_c *MockCmdable_Set_Call) RunAndReturn(run func(context.Context, string, interface{}, time.Duration) *redis.StatusCmd) *MockCmdable_Set_Call

type MockCmdable_ShutdownNoSave_Call

type MockCmdable_ShutdownNoSave_Call struct {
	*mock.Call
}

MockCmdable_ShutdownNoSave_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ShutdownNoSave'

func (*MockCmdable_ShutdownNoSave_Call) Return

func (*MockCmdable_ShutdownNoSave_Call) Run

func (*MockCmdable_ShutdownNoSave_Call) RunAndReturn

type MockCmdable_ShutdownSave_Call

type MockCmdable_ShutdownSave_Call struct {
	*mock.Call
}

MockCmdable_ShutdownSave_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ShutdownSave'

func (*MockCmdable_ShutdownSave_Call) Return

func (*MockCmdable_ShutdownSave_Call) Run

func (*MockCmdable_ShutdownSave_Call) RunAndReturn

type MockCmdable_Shutdown_Call

type MockCmdable_Shutdown_Call struct {
	*mock.Call
}

MockCmdable_Shutdown_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Shutdown'

func (*MockCmdable_Shutdown_Call) Return

func (*MockCmdable_Shutdown_Call) Run

func (*MockCmdable_Shutdown_Call) RunAndReturn

type MockCmdable_SlaveOf_Call

type MockCmdable_SlaveOf_Call struct {
	*mock.Call
}

MockCmdable_SlaveOf_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SlaveOf'

func (*MockCmdable_SlaveOf_Call) Return

func (*MockCmdable_SlaveOf_Call) Run

func (_c *MockCmdable_SlaveOf_Call) Run(run func(ctx context.Context, host string, port string)) *MockCmdable_SlaveOf_Call

func (*MockCmdable_SlaveOf_Call) RunAndReturn

type MockCmdable_SlowLogGet_Call

type MockCmdable_SlowLogGet_Call struct {
	*mock.Call
}

MockCmdable_SlowLogGet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SlowLogGet'

func (*MockCmdable_SlowLogGet_Call) Return

func (*MockCmdable_SlowLogGet_Call) Run

func (*MockCmdable_SlowLogGet_Call) RunAndReturn

type MockCmdable_SortInterfaces_Call

type MockCmdable_SortInterfaces_Call struct {
	*mock.Call
}

MockCmdable_SortInterfaces_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SortInterfaces'

func (*MockCmdable_SortInterfaces_Call) Return

func (*MockCmdable_SortInterfaces_Call) Run

func (*MockCmdable_SortInterfaces_Call) RunAndReturn

type MockCmdable_SortRO_Call

type MockCmdable_SortRO_Call struct {
	*mock.Call
}

MockCmdable_SortRO_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SortRO'

func (*MockCmdable_SortRO_Call) Return

func (*MockCmdable_SortRO_Call) Run

func (_c *MockCmdable_SortRO_Call) Run(run func(ctx context.Context, key string, sort *redis.Sort)) *MockCmdable_SortRO_Call

func (*MockCmdable_SortRO_Call) RunAndReturn

type MockCmdable_SortStore_Call

type MockCmdable_SortStore_Call struct {
	*mock.Call
}

MockCmdable_SortStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SortStore'

func (*MockCmdable_SortStore_Call) Return

func (*MockCmdable_SortStore_Call) Run

func (_c *MockCmdable_SortStore_Call) Run(run func(ctx context.Context, key string, store string, sort *redis.Sort)) *MockCmdable_SortStore_Call

func (*MockCmdable_SortStore_Call) RunAndReturn

type MockCmdable_Sort_Call

type MockCmdable_Sort_Call struct {
	*mock.Call
}

MockCmdable_Sort_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Sort'

func (*MockCmdable_Sort_Call) Return

func (*MockCmdable_Sort_Call) Run

func (_c *MockCmdable_Sort_Call) Run(run func(ctx context.Context, key string, sort *redis.Sort)) *MockCmdable_Sort_Call

func (*MockCmdable_Sort_Call) RunAndReturn

type MockCmdable_StrLen_Call

type MockCmdable_StrLen_Call struct {
	*mock.Call
}

MockCmdable_StrLen_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'StrLen'

func (*MockCmdable_StrLen_Call) Return

func (*MockCmdable_StrLen_Call) Run

func (*MockCmdable_StrLen_Call) RunAndReturn

type MockCmdable_Subscribe_Call

type MockCmdable_Subscribe_Call struct {
	*mock.Call
}

MockCmdable_Subscribe_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Subscribe'

func (*MockCmdable_Subscribe_Call) Return

func (*MockCmdable_Subscribe_Call) Run

func (_c *MockCmdable_Subscribe_Call) Run(run func(ctx context.Context, channels ...string)) *MockCmdable_Subscribe_Call

func (*MockCmdable_Subscribe_Call) RunAndReturn

type MockCmdable_TDigestAdd_Call

type MockCmdable_TDigestAdd_Call struct {
	*mock.Call
}

MockCmdable_TDigestAdd_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestAdd'

func (*MockCmdable_TDigestAdd_Call) Return

func (*MockCmdable_TDigestAdd_Call) Run

func (_c *MockCmdable_TDigestAdd_Call) Run(run func(ctx context.Context, key string, elements ...float64)) *MockCmdable_TDigestAdd_Call

func (*MockCmdable_TDigestAdd_Call) RunAndReturn

type MockCmdable_TDigestByRank_Call

type MockCmdable_TDigestByRank_Call struct {
	*mock.Call
}

MockCmdable_TDigestByRank_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestByRank'

func (*MockCmdable_TDigestByRank_Call) Return

func (*MockCmdable_TDigestByRank_Call) Run

func (*MockCmdable_TDigestByRank_Call) RunAndReturn

type MockCmdable_TDigestByRevRank_Call

type MockCmdable_TDigestByRevRank_Call struct {
	*mock.Call
}

MockCmdable_TDigestByRevRank_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestByRevRank'

func (*MockCmdable_TDigestByRevRank_Call) Return

func (*MockCmdable_TDigestByRevRank_Call) Run

func (*MockCmdable_TDigestByRevRank_Call) RunAndReturn

type MockCmdable_TDigestCDF_Call

type MockCmdable_TDigestCDF_Call struct {
	*mock.Call
}

MockCmdable_TDigestCDF_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestCDF'

func (*MockCmdable_TDigestCDF_Call) Return

func (*MockCmdable_TDigestCDF_Call) Run

func (_c *MockCmdable_TDigestCDF_Call) Run(run func(ctx context.Context, key string, elements ...float64)) *MockCmdable_TDigestCDF_Call

func (*MockCmdable_TDigestCDF_Call) RunAndReturn

type MockCmdable_TDigestCreateWithCompression_Call

type MockCmdable_TDigestCreateWithCompression_Call struct {
	*mock.Call
}

MockCmdable_TDigestCreateWithCompression_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestCreateWithCompression'

func (*MockCmdable_TDigestCreateWithCompression_Call) Return

func (*MockCmdable_TDigestCreateWithCompression_Call) Run

func (*MockCmdable_TDigestCreateWithCompression_Call) RunAndReturn

type MockCmdable_TDigestCreate_Call

type MockCmdable_TDigestCreate_Call struct {
	*mock.Call
}

MockCmdable_TDigestCreate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestCreate'

func (*MockCmdable_TDigestCreate_Call) Return

func (*MockCmdable_TDigestCreate_Call) Run

func (*MockCmdable_TDigestCreate_Call) RunAndReturn

type MockCmdable_TDigestInfo_Call

type MockCmdable_TDigestInfo_Call struct {
	*mock.Call
}

MockCmdable_TDigestInfo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestInfo'

func (*MockCmdable_TDigestInfo_Call) Return

func (*MockCmdable_TDigestInfo_Call) Run

func (*MockCmdable_TDigestInfo_Call) RunAndReturn

type MockCmdable_TDigestMax_Call

type MockCmdable_TDigestMax_Call struct {
	*mock.Call
}

MockCmdable_TDigestMax_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestMax'

func (*MockCmdable_TDigestMax_Call) Return

func (*MockCmdable_TDigestMax_Call) Run

func (*MockCmdable_TDigestMax_Call) RunAndReturn

type MockCmdable_TDigestMerge_Call

type MockCmdable_TDigestMerge_Call struct {
	*mock.Call
}

MockCmdable_TDigestMerge_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestMerge'

func (*MockCmdable_TDigestMerge_Call) Return

func (*MockCmdable_TDigestMerge_Call) Run

func (_c *MockCmdable_TDigestMerge_Call) Run(run func(ctx context.Context, destKey string, options *redis.TDigestMergeOptions, sourceKeys ...string)) *MockCmdable_TDigestMerge_Call

func (*MockCmdable_TDigestMerge_Call) RunAndReturn

type MockCmdable_TDigestMin_Call

type MockCmdable_TDigestMin_Call struct {
	*mock.Call
}

MockCmdable_TDigestMin_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestMin'

func (*MockCmdable_TDigestMin_Call) Return

func (*MockCmdable_TDigestMin_Call) Run

func (*MockCmdable_TDigestMin_Call) RunAndReturn

type MockCmdable_TDigestQuantile_Call

type MockCmdable_TDigestQuantile_Call struct {
	*mock.Call
}

MockCmdable_TDigestQuantile_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestQuantile'

func (*MockCmdable_TDigestQuantile_Call) Return

func (*MockCmdable_TDigestQuantile_Call) Run

func (*MockCmdable_TDigestQuantile_Call) RunAndReturn

type MockCmdable_TDigestRank_Call

type MockCmdable_TDigestRank_Call struct {
	*mock.Call
}

MockCmdable_TDigestRank_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestRank'

func (*MockCmdable_TDigestRank_Call) Return

func (*MockCmdable_TDigestRank_Call) Run

func (*MockCmdable_TDigestRank_Call) RunAndReturn

type MockCmdable_TDigestReset_Call

type MockCmdable_TDigestReset_Call struct {
	*mock.Call
}

MockCmdable_TDigestReset_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestReset'

func (*MockCmdable_TDigestReset_Call) Return

func (*MockCmdable_TDigestReset_Call) Run

func (*MockCmdable_TDigestReset_Call) RunAndReturn

type MockCmdable_TDigestRevRank_Call

type MockCmdable_TDigestRevRank_Call struct {
	*mock.Call
}

MockCmdable_TDigestRevRank_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestRevRank'

func (*MockCmdable_TDigestRevRank_Call) Return

func (*MockCmdable_TDigestRevRank_Call) Run

func (*MockCmdable_TDigestRevRank_Call) RunAndReturn

type MockCmdable_TDigestTrimmedMean_Call

type MockCmdable_TDigestTrimmedMean_Call struct {
	*mock.Call
}

MockCmdable_TDigestTrimmedMean_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestTrimmedMean'

func (*MockCmdable_TDigestTrimmedMean_Call) Return

func (*MockCmdable_TDigestTrimmedMean_Call) Run

func (_c *MockCmdable_TDigestTrimmedMean_Call) Run(run func(ctx context.Context, key string, lowCutQuantile float64, highCutQuantile float64)) *MockCmdable_TDigestTrimmedMean_Call

func (*MockCmdable_TDigestTrimmedMean_Call) RunAndReturn

type MockCmdable_TFCallASYNCArgs_Call

type MockCmdable_TFCallASYNCArgs_Call struct {
	*mock.Call
}

MockCmdable_TFCallASYNCArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TFCallASYNCArgs'

func (*MockCmdable_TFCallASYNCArgs_Call) Return

func (*MockCmdable_TFCallASYNCArgs_Call) Run

func (_c *MockCmdable_TFCallASYNCArgs_Call) Run(run func(ctx context.Context, libName string, funcName string, numKeys int, options *redis.TFCallOptions)) *MockCmdable_TFCallASYNCArgs_Call

func (*MockCmdable_TFCallASYNCArgs_Call) RunAndReturn

type MockCmdable_TFCallASYNC_Call

type MockCmdable_TFCallASYNC_Call struct {
	*mock.Call
}

MockCmdable_TFCallASYNC_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TFCallASYNC'

func (*MockCmdable_TFCallASYNC_Call) Return

func (*MockCmdable_TFCallASYNC_Call) Run

func (_c *MockCmdable_TFCallASYNC_Call) Run(run func(ctx context.Context, libName string, funcName string, numKeys int)) *MockCmdable_TFCallASYNC_Call

func (*MockCmdable_TFCallASYNC_Call) RunAndReturn

type MockCmdable_TFCallArgs_Call

type MockCmdable_TFCallArgs_Call struct {
	*mock.Call
}

MockCmdable_TFCallArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TFCallArgs'

func (*MockCmdable_TFCallArgs_Call) Return

func (*MockCmdable_TFCallArgs_Call) Run

func (_c *MockCmdable_TFCallArgs_Call) Run(run func(ctx context.Context, libName string, funcName string, numKeys int, options *redis.TFCallOptions)) *MockCmdable_TFCallArgs_Call

func (*MockCmdable_TFCallArgs_Call) RunAndReturn

type MockCmdable_TFCall_Call

type MockCmdable_TFCall_Call struct {
	*mock.Call
}

MockCmdable_TFCall_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TFCall'

func (*MockCmdable_TFCall_Call) Return

func (*MockCmdable_TFCall_Call) Run

func (_c *MockCmdable_TFCall_Call) Run(run func(ctx context.Context, libName string, funcName string, numKeys int)) *MockCmdable_TFCall_Call

func (*MockCmdable_TFCall_Call) RunAndReturn

type MockCmdable_TFunctionDelete_Call

type MockCmdable_TFunctionDelete_Call struct {
	*mock.Call
}

MockCmdable_TFunctionDelete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TFunctionDelete'

func (*MockCmdable_TFunctionDelete_Call) Return

func (*MockCmdable_TFunctionDelete_Call) Run

func (*MockCmdable_TFunctionDelete_Call) RunAndReturn

type MockCmdable_TFunctionListArgs_Call

type MockCmdable_TFunctionListArgs_Call struct {
	*mock.Call
}

MockCmdable_TFunctionListArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TFunctionListArgs'

func (*MockCmdable_TFunctionListArgs_Call) Return

func (*MockCmdable_TFunctionListArgs_Call) Run

type MockCmdable_TFunctionList_Call

type MockCmdable_TFunctionList_Call struct {
	*mock.Call
}

MockCmdable_TFunctionList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TFunctionList'

func (*MockCmdable_TFunctionList_Call) Return

func (*MockCmdable_TFunctionList_Call) Run

func (*MockCmdable_TFunctionList_Call) RunAndReturn

type MockCmdable_TFunctionLoadArgs_Call

type MockCmdable_TFunctionLoadArgs_Call struct {
	*mock.Call
}

MockCmdable_TFunctionLoadArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TFunctionLoadArgs'

func (*MockCmdable_TFunctionLoadArgs_Call) Return

func (*MockCmdable_TFunctionLoadArgs_Call) Run

func (*MockCmdable_TFunctionLoadArgs_Call) RunAndReturn

type MockCmdable_TFunctionLoad_Call

type MockCmdable_TFunctionLoad_Call struct {
	*mock.Call
}

MockCmdable_TFunctionLoad_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TFunctionLoad'

func (*MockCmdable_TFunctionLoad_Call) Return

func (*MockCmdable_TFunctionLoad_Call) Run

func (*MockCmdable_TFunctionLoad_Call) RunAndReturn

type MockCmdable_TSAddWithArgs_Call

type MockCmdable_TSAddWithArgs_Call struct {
	*mock.Call
}

MockCmdable_TSAddWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSAddWithArgs'

func (*MockCmdable_TSAddWithArgs_Call) Return

func (*MockCmdable_TSAddWithArgs_Call) Run

func (_c *MockCmdable_TSAddWithArgs_Call) Run(run func(ctx context.Context, key string, timestamp interface{}, value float64, options *redis.TSOptions)) *MockCmdable_TSAddWithArgs_Call

func (*MockCmdable_TSAddWithArgs_Call) RunAndReturn

type MockCmdable_TSAdd_Call

type MockCmdable_TSAdd_Call struct {
	*mock.Call
}

MockCmdable_TSAdd_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSAdd'

func (*MockCmdable_TSAdd_Call) Return

func (*MockCmdable_TSAdd_Call) Run

func (_c *MockCmdable_TSAdd_Call) Run(run func(ctx context.Context, key string, timestamp interface{}, value float64)) *MockCmdable_TSAdd_Call

func (*MockCmdable_TSAdd_Call) RunAndReturn

func (_c *MockCmdable_TSAdd_Call) RunAndReturn(run func(context.Context, string, interface{}, float64) *redis.IntCmd) *MockCmdable_TSAdd_Call

type MockCmdable_TSAlter_Call

type MockCmdable_TSAlter_Call struct {
	*mock.Call
}

MockCmdable_TSAlter_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSAlter'

func (*MockCmdable_TSAlter_Call) Return

func (*MockCmdable_TSAlter_Call) Run

func (*MockCmdable_TSAlter_Call) RunAndReturn

type MockCmdable_TSCreateRuleWithArgs_Call

type MockCmdable_TSCreateRuleWithArgs_Call struct {
	*mock.Call
}

MockCmdable_TSCreateRuleWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSCreateRuleWithArgs'

func (*MockCmdable_TSCreateRuleWithArgs_Call) Return

func (*MockCmdable_TSCreateRuleWithArgs_Call) Run

func (_c *MockCmdable_TSCreateRuleWithArgs_Call) Run(run func(ctx context.Context, sourceKey string, destKey string, aggregator redis.Aggregator, bucketDuration int, options *redis.TSCreateRuleOptions)) *MockCmdable_TSCreateRuleWithArgs_Call

type MockCmdable_TSCreateRule_Call

type MockCmdable_TSCreateRule_Call struct {
	*mock.Call
}

MockCmdable_TSCreateRule_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSCreateRule'

func (*MockCmdable_TSCreateRule_Call) Return

func (*MockCmdable_TSCreateRule_Call) Run

func (_c *MockCmdable_TSCreateRule_Call) Run(run func(ctx context.Context, sourceKey string, destKey string, aggregator redis.Aggregator, bucketDuration int)) *MockCmdable_TSCreateRule_Call

func (*MockCmdable_TSCreateRule_Call) RunAndReturn

type MockCmdable_TSCreateWithArgs_Call

type MockCmdable_TSCreateWithArgs_Call struct {
	*mock.Call
}

MockCmdable_TSCreateWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSCreateWithArgs'

func (*MockCmdable_TSCreateWithArgs_Call) Return

func (*MockCmdable_TSCreateWithArgs_Call) Run

func (*MockCmdable_TSCreateWithArgs_Call) RunAndReturn

type MockCmdable_TSCreate_Call

type MockCmdable_TSCreate_Call struct {
	*mock.Call
}

MockCmdable_TSCreate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSCreate'

func (*MockCmdable_TSCreate_Call) Return

func (*MockCmdable_TSCreate_Call) Run

func (*MockCmdable_TSCreate_Call) RunAndReturn

type MockCmdable_TSDecrByWithArgs_Call

type MockCmdable_TSDecrByWithArgs_Call struct {
	*mock.Call
}

MockCmdable_TSDecrByWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSDecrByWithArgs'

func (*MockCmdable_TSDecrByWithArgs_Call) Return

func (*MockCmdable_TSDecrByWithArgs_Call) Run

func (*MockCmdable_TSDecrByWithArgs_Call) RunAndReturn

type MockCmdable_TSDecrBy_Call

type MockCmdable_TSDecrBy_Call struct {
	*mock.Call
}

MockCmdable_TSDecrBy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSDecrBy'

func (*MockCmdable_TSDecrBy_Call) Return

func (*MockCmdable_TSDecrBy_Call) Run

func (_c *MockCmdable_TSDecrBy_Call) Run(run func(ctx context.Context, Key string, timestamp float64)) *MockCmdable_TSDecrBy_Call

func (*MockCmdable_TSDecrBy_Call) RunAndReturn

type MockCmdable_TSDel_Call

type MockCmdable_TSDel_Call struct {
	*mock.Call
}

MockCmdable_TSDel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSDel'

func (*MockCmdable_TSDel_Call) Return

func (*MockCmdable_TSDel_Call) Run

func (_c *MockCmdable_TSDel_Call) Run(run func(ctx context.Context, Key string, fromTimestamp int, toTimestamp int)) *MockCmdable_TSDel_Call

func (*MockCmdable_TSDel_Call) RunAndReturn

type MockCmdable_TSDeleteRule_Call

type MockCmdable_TSDeleteRule_Call struct {
	*mock.Call
}

MockCmdable_TSDeleteRule_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSDeleteRule'

func (*MockCmdable_TSDeleteRule_Call) Return

func (*MockCmdable_TSDeleteRule_Call) Run

func (_c *MockCmdable_TSDeleteRule_Call) Run(run func(ctx context.Context, sourceKey string, destKey string)) *MockCmdable_TSDeleteRule_Call

func (*MockCmdable_TSDeleteRule_Call) RunAndReturn

type MockCmdable_TSGetWithArgs_Call

type MockCmdable_TSGetWithArgs_Call struct {
	*mock.Call
}

MockCmdable_TSGetWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSGetWithArgs'

func (*MockCmdable_TSGetWithArgs_Call) Return

func (*MockCmdable_TSGetWithArgs_Call) Run

func (*MockCmdable_TSGetWithArgs_Call) RunAndReturn

type MockCmdable_TSGet_Call

type MockCmdable_TSGet_Call struct {
	*mock.Call
}

MockCmdable_TSGet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSGet'

func (*MockCmdable_TSGet_Call) Return

func (*MockCmdable_TSGet_Call) Run

func (*MockCmdable_TSGet_Call) RunAndReturn

type MockCmdable_TSIncrByWithArgs_Call

type MockCmdable_TSIncrByWithArgs_Call struct {
	*mock.Call
}

MockCmdable_TSIncrByWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSIncrByWithArgs'

func (*MockCmdable_TSIncrByWithArgs_Call) Return

func (*MockCmdable_TSIncrByWithArgs_Call) Run

func (*MockCmdable_TSIncrByWithArgs_Call) RunAndReturn

type MockCmdable_TSIncrBy_Call

type MockCmdable_TSIncrBy_Call struct {
	*mock.Call
}

MockCmdable_TSIncrBy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSIncrBy'

func (*MockCmdable_TSIncrBy_Call) Return

func (*MockCmdable_TSIncrBy_Call) Run

func (_c *MockCmdable_TSIncrBy_Call) Run(run func(ctx context.Context, Key string, timestamp float64)) *MockCmdable_TSIncrBy_Call

func (*MockCmdable_TSIncrBy_Call) RunAndReturn

type MockCmdable_TSInfoWithArgs_Call

type MockCmdable_TSInfoWithArgs_Call struct {
	*mock.Call
}

MockCmdable_TSInfoWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSInfoWithArgs'

func (*MockCmdable_TSInfoWithArgs_Call) Return

func (*MockCmdable_TSInfoWithArgs_Call) Run

type MockCmdable_TSInfo_Call

type MockCmdable_TSInfo_Call struct {
	*mock.Call
}

MockCmdable_TSInfo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSInfo'

func (*MockCmdable_TSInfo_Call) Return

func (*MockCmdable_TSInfo_Call) Run

func (*MockCmdable_TSInfo_Call) RunAndReturn

type MockCmdable_TSMAdd_Call

type MockCmdable_TSMAdd_Call struct {
	*mock.Call
}

MockCmdable_TSMAdd_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSMAdd'

func (*MockCmdable_TSMAdd_Call) Return

func (*MockCmdable_TSMAdd_Call) Run

func (_c *MockCmdable_TSMAdd_Call) Run(run func(ctx context.Context, ktvSlices [][]interface{})) *MockCmdable_TSMAdd_Call

func (*MockCmdable_TSMAdd_Call) RunAndReturn

func (_c *MockCmdable_TSMAdd_Call) RunAndReturn(run func(context.Context, [][]interface{}) *redis.IntSliceCmd) *MockCmdable_TSMAdd_Call

type MockCmdable_TSMGetWithArgs_Call

type MockCmdable_TSMGetWithArgs_Call struct {
	*mock.Call
}

MockCmdable_TSMGetWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSMGetWithArgs'

func (*MockCmdable_TSMGetWithArgs_Call) Return

func (*MockCmdable_TSMGetWithArgs_Call) Run

type MockCmdable_TSMGet_Call

type MockCmdable_TSMGet_Call struct {
	*mock.Call
}

MockCmdable_TSMGet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSMGet'

func (*MockCmdable_TSMGet_Call) Return

func (*MockCmdable_TSMGet_Call) Run

func (_c *MockCmdable_TSMGet_Call) Run(run func(ctx context.Context, filters []string)) *MockCmdable_TSMGet_Call

func (*MockCmdable_TSMGet_Call) RunAndReturn

type MockCmdable_TSMRangeWithArgs_Call

type MockCmdable_TSMRangeWithArgs_Call struct {
	*mock.Call
}

MockCmdable_TSMRangeWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSMRangeWithArgs'

func (*MockCmdable_TSMRangeWithArgs_Call) Return

func (*MockCmdable_TSMRangeWithArgs_Call) Run

func (_c *MockCmdable_TSMRangeWithArgs_Call) Run(run func(ctx context.Context, fromTimestamp int, toTimestamp int, filterExpr []string, options *redis.TSMRangeOptions)) *MockCmdable_TSMRangeWithArgs_Call

type MockCmdable_TSMRange_Call

type MockCmdable_TSMRange_Call struct {
	*mock.Call
}

MockCmdable_TSMRange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSMRange'

func (*MockCmdable_TSMRange_Call) Return

func (*MockCmdable_TSMRange_Call) Run

func (_c *MockCmdable_TSMRange_Call) Run(run func(ctx context.Context, fromTimestamp int, toTimestamp int, filterExpr []string)) *MockCmdable_TSMRange_Call

func (*MockCmdable_TSMRange_Call) RunAndReturn

type MockCmdable_TSMRevRangeWithArgs_Call

type MockCmdable_TSMRevRangeWithArgs_Call struct {
	*mock.Call
}

MockCmdable_TSMRevRangeWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSMRevRangeWithArgs'

func (*MockCmdable_TSMRevRangeWithArgs_Call) Return

func (*MockCmdable_TSMRevRangeWithArgs_Call) Run

func (_c *MockCmdable_TSMRevRangeWithArgs_Call) Run(run func(ctx context.Context, fromTimestamp int, toTimestamp int, filterExpr []string, options *redis.TSMRevRangeOptions)) *MockCmdable_TSMRevRangeWithArgs_Call

type MockCmdable_TSMRevRange_Call

type MockCmdable_TSMRevRange_Call struct {
	*mock.Call
}

MockCmdable_TSMRevRange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSMRevRange'

func (*MockCmdable_TSMRevRange_Call) Return

func (*MockCmdable_TSMRevRange_Call) Run

func (_c *MockCmdable_TSMRevRange_Call) Run(run func(ctx context.Context, fromTimestamp int, toTimestamp int, filterExpr []string)) *MockCmdable_TSMRevRange_Call

func (*MockCmdable_TSMRevRange_Call) RunAndReturn

type MockCmdable_TSQueryIndex_Call

type MockCmdable_TSQueryIndex_Call struct {
	*mock.Call
}

MockCmdable_TSQueryIndex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSQueryIndex'

func (*MockCmdable_TSQueryIndex_Call) Return

func (*MockCmdable_TSQueryIndex_Call) Run

func (*MockCmdable_TSQueryIndex_Call) RunAndReturn

type MockCmdable_TSRangeWithArgs_Call

type MockCmdable_TSRangeWithArgs_Call struct {
	*mock.Call
}

MockCmdable_TSRangeWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSRangeWithArgs'

func (*MockCmdable_TSRangeWithArgs_Call) Return

func (*MockCmdable_TSRangeWithArgs_Call) Run

func (_c *MockCmdable_TSRangeWithArgs_Call) Run(run func(ctx context.Context, key string, fromTimestamp int, toTimestamp int, options *redis.TSRangeOptions)) *MockCmdable_TSRangeWithArgs_Call

type MockCmdable_TSRange_Call

type MockCmdable_TSRange_Call struct {
	*mock.Call
}

MockCmdable_TSRange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSRange'

func (*MockCmdable_TSRange_Call) Return

func (*MockCmdable_TSRange_Call) Run

func (_c *MockCmdable_TSRange_Call) Run(run func(ctx context.Context, key string, fromTimestamp int, toTimestamp int)) *MockCmdable_TSRange_Call

func (*MockCmdable_TSRange_Call) RunAndReturn

type MockCmdable_TSRevRangeWithArgs_Call

type MockCmdable_TSRevRangeWithArgs_Call struct {
	*mock.Call
}

MockCmdable_TSRevRangeWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSRevRangeWithArgs'

func (*MockCmdable_TSRevRangeWithArgs_Call) Return

func (*MockCmdable_TSRevRangeWithArgs_Call) Run

func (_c *MockCmdable_TSRevRangeWithArgs_Call) Run(run func(ctx context.Context, key string, fromTimestamp int, toTimestamp int, options *redis.TSRevRangeOptions)) *MockCmdable_TSRevRangeWithArgs_Call

type MockCmdable_TSRevRange_Call

type MockCmdable_TSRevRange_Call struct {
	*mock.Call
}

MockCmdable_TSRevRange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSRevRange'

func (*MockCmdable_TSRevRange_Call) Return

func (*MockCmdable_TSRevRange_Call) Run

func (_c *MockCmdable_TSRevRange_Call) Run(run func(ctx context.Context, key string, fromTimestamp int, toTimestamp int)) *MockCmdable_TSRevRange_Call

func (*MockCmdable_TSRevRange_Call) RunAndReturn

type MockCmdable_TTL_Call

type MockCmdable_TTL_Call struct {
	*mock.Call
}

MockCmdable_TTL_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TTL'

func (*MockCmdable_TTL_Call) Return

func (*MockCmdable_TTL_Call) Run

func (_c *MockCmdable_TTL_Call) Run(run func(ctx context.Context, key string)) *MockCmdable_TTL_Call

func (*MockCmdable_TTL_Call) RunAndReturn

type MockCmdable_Time_Call

type MockCmdable_Time_Call struct {
	*mock.Call
}

MockCmdable_Time_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Time'

func (*MockCmdable_Time_Call) Return

func (*MockCmdable_Time_Call) Run

func (*MockCmdable_Time_Call) RunAndReturn

type MockCmdable_TopKAdd_Call

type MockCmdable_TopKAdd_Call struct {
	*mock.Call
}

MockCmdable_TopKAdd_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TopKAdd'

func (*MockCmdable_TopKAdd_Call) Return

func (*MockCmdable_TopKAdd_Call) Run

func (_c *MockCmdable_TopKAdd_Call) Run(run func(ctx context.Context, key string, elements ...interface{})) *MockCmdable_TopKAdd_Call

func (*MockCmdable_TopKAdd_Call) RunAndReturn

func (_c *MockCmdable_TopKAdd_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.StringSliceCmd) *MockCmdable_TopKAdd_Call

type MockCmdable_TopKCount_Call

type MockCmdable_TopKCount_Call struct {
	*mock.Call
}

MockCmdable_TopKCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TopKCount'

func (*MockCmdable_TopKCount_Call) Return

func (*MockCmdable_TopKCount_Call) Run

func (_c *MockCmdable_TopKCount_Call) Run(run func(ctx context.Context, key string, elements ...interface{})) *MockCmdable_TopKCount_Call

func (*MockCmdable_TopKCount_Call) RunAndReturn

func (_c *MockCmdable_TopKCount_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.IntSliceCmd) *MockCmdable_TopKCount_Call

type MockCmdable_TopKIncrBy_Call

type MockCmdable_TopKIncrBy_Call struct {
	*mock.Call
}

MockCmdable_TopKIncrBy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TopKIncrBy'

func (*MockCmdable_TopKIncrBy_Call) Return

func (*MockCmdable_TopKIncrBy_Call) Run

func (_c *MockCmdable_TopKIncrBy_Call) Run(run func(ctx context.Context, key string, elements ...interface{})) *MockCmdable_TopKIncrBy_Call

func (*MockCmdable_TopKIncrBy_Call) RunAndReturn

func (_c *MockCmdable_TopKIncrBy_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.StringSliceCmd) *MockCmdable_TopKIncrBy_Call

type MockCmdable_TopKInfo_Call

type MockCmdable_TopKInfo_Call struct {
	*mock.Call
}

MockCmdable_TopKInfo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TopKInfo'

func (*MockCmdable_TopKInfo_Call) Return

func (*MockCmdable_TopKInfo_Call) Run

func (*MockCmdable_TopKInfo_Call) RunAndReturn

type MockCmdable_TopKListWithCount_Call

type MockCmdable_TopKListWithCount_Call struct {
	*mock.Call
}

MockCmdable_TopKListWithCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TopKListWithCount'

func (*MockCmdable_TopKListWithCount_Call) Return

func (*MockCmdable_TopKListWithCount_Call) Run

func (*MockCmdable_TopKListWithCount_Call) RunAndReturn

type MockCmdable_TopKList_Call

type MockCmdable_TopKList_Call struct {
	*mock.Call
}

MockCmdable_TopKList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TopKList'

func (*MockCmdable_TopKList_Call) Return

func (*MockCmdable_TopKList_Call) Run

func (*MockCmdable_TopKList_Call) RunAndReturn

type MockCmdable_TopKQuery_Call

type MockCmdable_TopKQuery_Call struct {
	*mock.Call
}

MockCmdable_TopKQuery_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TopKQuery'

func (*MockCmdable_TopKQuery_Call) Return

func (*MockCmdable_TopKQuery_Call) Run

func (_c *MockCmdable_TopKQuery_Call) Run(run func(ctx context.Context, key string, elements ...interface{})) *MockCmdable_TopKQuery_Call

func (*MockCmdable_TopKQuery_Call) RunAndReturn

func (_c *MockCmdable_TopKQuery_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.BoolSliceCmd) *MockCmdable_TopKQuery_Call

type MockCmdable_TopKReserveWithOptions_Call

type MockCmdable_TopKReserveWithOptions_Call struct {
	*mock.Call
}

MockCmdable_TopKReserveWithOptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TopKReserveWithOptions'

func (*MockCmdable_TopKReserveWithOptions_Call) Return

func (*MockCmdable_TopKReserveWithOptions_Call) Run

func (*MockCmdable_TopKReserveWithOptions_Call) RunAndReturn

type MockCmdable_TopKReserve_Call

type MockCmdable_TopKReserve_Call struct {
	*mock.Call
}

MockCmdable_TopKReserve_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TopKReserve'

func (*MockCmdable_TopKReserve_Call) Return

func (*MockCmdable_TopKReserve_Call) Run

func (*MockCmdable_TopKReserve_Call) RunAndReturn

type MockCmdable_Touch_Call

type MockCmdable_Touch_Call struct {
	*mock.Call
}

MockCmdable_Touch_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Touch'

func (*MockCmdable_Touch_Call) Return

func (*MockCmdable_Touch_Call) Run

func (_c *MockCmdable_Touch_Call) Run(run func(ctx context.Context, keys ...string)) *MockCmdable_Touch_Call

func (*MockCmdable_Touch_Call) RunAndReturn

type MockCmdable_TxPipeline_Call

type MockCmdable_TxPipeline_Call struct {
	*mock.Call
}

MockCmdable_TxPipeline_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TxPipeline'

func (*MockCmdable_TxPipeline_Call) Return

func (*MockCmdable_TxPipeline_Call) Run

func (*MockCmdable_TxPipeline_Call) RunAndReturn

type MockCmdable_TxPipelined_Call

type MockCmdable_TxPipelined_Call struct {
	*mock.Call
}

MockCmdable_TxPipelined_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TxPipelined'

func (*MockCmdable_TxPipelined_Call) Return

func (*MockCmdable_TxPipelined_Call) Run

func (*MockCmdable_TxPipelined_Call) RunAndReturn

type MockCmdable_Type_Call

type MockCmdable_Type_Call struct {
	*mock.Call
}

MockCmdable_Type_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Type'

func (*MockCmdable_Type_Call) Return

func (*MockCmdable_Type_Call) Run

func (_c *MockCmdable_Type_Call) Run(run func(ctx context.Context, key string)) *MockCmdable_Type_Call

func (*MockCmdable_Type_Call) RunAndReturn

type MockCmdable_Unlink_Call struct {
	*mock.Call
}

MockCmdable_Unlink_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Unlink'

func (_c *MockCmdable_Unlink_Call) Run(run func(ctx context.Context, keys ...string)) *MockCmdable_Unlink_Call

type MockCmdable_XAck_Call

type MockCmdable_XAck_Call struct {
	*mock.Call
}

MockCmdable_XAck_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XAck'

func (*MockCmdable_XAck_Call) Return

func (*MockCmdable_XAck_Call) Run

func (_c *MockCmdable_XAck_Call) Run(run func(ctx context.Context, stream string, group string, ids ...string)) *MockCmdable_XAck_Call

func (*MockCmdable_XAck_Call) RunAndReturn

type MockCmdable_XAdd_Call

type MockCmdable_XAdd_Call struct {
	*mock.Call
}

MockCmdable_XAdd_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XAdd'

func (*MockCmdable_XAdd_Call) Return

func (*MockCmdable_XAdd_Call) Run

func (*MockCmdable_XAdd_Call) RunAndReturn

type MockCmdable_XAutoClaimJustID_Call

type MockCmdable_XAutoClaimJustID_Call struct {
	*mock.Call
}

MockCmdable_XAutoClaimJustID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XAutoClaimJustID'

func (*MockCmdable_XAutoClaimJustID_Call) Return

func (*MockCmdable_XAutoClaimJustID_Call) Run

func (*MockCmdable_XAutoClaimJustID_Call) RunAndReturn

type MockCmdable_XAutoClaim_Call

type MockCmdable_XAutoClaim_Call struct {
	*mock.Call
}

MockCmdable_XAutoClaim_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XAutoClaim'

func (*MockCmdable_XAutoClaim_Call) Return

func (*MockCmdable_XAutoClaim_Call) Run

func (*MockCmdable_XAutoClaim_Call) RunAndReturn

type MockCmdable_XClaimJustID_Call

type MockCmdable_XClaimJustID_Call struct {
	*mock.Call
}

MockCmdable_XClaimJustID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XClaimJustID'

func (*MockCmdable_XClaimJustID_Call) Return

func (*MockCmdable_XClaimJustID_Call) Run

func (*MockCmdable_XClaimJustID_Call) RunAndReturn

type MockCmdable_XClaim_Call

type MockCmdable_XClaim_Call struct {
	*mock.Call
}

MockCmdable_XClaim_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XClaim'

func (*MockCmdable_XClaim_Call) Return

func (*MockCmdable_XClaim_Call) Run

func (*MockCmdable_XClaim_Call) RunAndReturn

type MockCmdable_XDel_Call

type MockCmdable_XDel_Call struct {
	*mock.Call
}

MockCmdable_XDel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XDel'

func (*MockCmdable_XDel_Call) Return

func (*MockCmdable_XDel_Call) Run

func (_c *MockCmdable_XDel_Call) Run(run func(ctx context.Context, stream string, ids ...string)) *MockCmdable_XDel_Call

func (*MockCmdable_XDel_Call) RunAndReturn

type MockCmdable_XGroupCreateConsumer_Call

type MockCmdable_XGroupCreateConsumer_Call struct {
	*mock.Call
}

MockCmdable_XGroupCreateConsumer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XGroupCreateConsumer'

func (*MockCmdable_XGroupCreateConsumer_Call) Return

func (*MockCmdable_XGroupCreateConsumer_Call) Run

func (*MockCmdable_XGroupCreateConsumer_Call) RunAndReturn

type MockCmdable_XGroupCreateMkStream_Call

type MockCmdable_XGroupCreateMkStream_Call struct {
	*mock.Call
}

MockCmdable_XGroupCreateMkStream_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XGroupCreateMkStream'

func (*MockCmdable_XGroupCreateMkStream_Call) Return

func (*MockCmdable_XGroupCreateMkStream_Call) Run

func (*MockCmdable_XGroupCreateMkStream_Call) RunAndReturn

type MockCmdable_XGroupCreate_Call

type MockCmdable_XGroupCreate_Call struct {
	*mock.Call
}

MockCmdable_XGroupCreate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XGroupCreate'

func (*MockCmdable_XGroupCreate_Call) Return

func (*MockCmdable_XGroupCreate_Call) Run

func (_c *MockCmdable_XGroupCreate_Call) Run(run func(ctx context.Context, stream string, group string, start string)) *MockCmdable_XGroupCreate_Call

func (*MockCmdable_XGroupCreate_Call) RunAndReturn

type MockCmdable_XGroupDelConsumer_Call

type MockCmdable_XGroupDelConsumer_Call struct {
	*mock.Call
}

MockCmdable_XGroupDelConsumer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XGroupDelConsumer'

func (*MockCmdable_XGroupDelConsumer_Call) Return

func (*MockCmdable_XGroupDelConsumer_Call) Run

func (*MockCmdable_XGroupDelConsumer_Call) RunAndReturn

type MockCmdable_XGroupDestroy_Call

type MockCmdable_XGroupDestroy_Call struct {
	*mock.Call
}

MockCmdable_XGroupDestroy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XGroupDestroy'

func (*MockCmdable_XGroupDestroy_Call) Return

func (*MockCmdable_XGroupDestroy_Call) Run

func (*MockCmdable_XGroupDestroy_Call) RunAndReturn

type MockCmdable_XGroupSetID_Call

type MockCmdable_XGroupSetID_Call struct {
	*mock.Call
}

MockCmdable_XGroupSetID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XGroupSetID'

func (*MockCmdable_XGroupSetID_Call) Return

func (*MockCmdable_XGroupSetID_Call) Run

func (_c *MockCmdable_XGroupSetID_Call) Run(run func(ctx context.Context, stream string, group string, start string)) *MockCmdable_XGroupSetID_Call

func (*MockCmdable_XGroupSetID_Call) RunAndReturn

type MockCmdable_XInfoConsumers_Call

type MockCmdable_XInfoConsumers_Call struct {
	*mock.Call
}

MockCmdable_XInfoConsumers_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XInfoConsumers'

func (*MockCmdable_XInfoConsumers_Call) Return

func (*MockCmdable_XInfoConsumers_Call) Run

func (*MockCmdable_XInfoConsumers_Call) RunAndReturn

type MockCmdable_XInfoGroups_Call

type MockCmdable_XInfoGroups_Call struct {
	*mock.Call
}

MockCmdable_XInfoGroups_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XInfoGroups'

func (*MockCmdable_XInfoGroups_Call) Return

func (*MockCmdable_XInfoGroups_Call) Run

func (*MockCmdable_XInfoGroups_Call) RunAndReturn

type MockCmdable_XInfoStreamFull_Call

type MockCmdable_XInfoStreamFull_Call struct {
	*mock.Call
}

MockCmdable_XInfoStreamFull_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XInfoStreamFull'

func (*MockCmdable_XInfoStreamFull_Call) Return

func (*MockCmdable_XInfoStreamFull_Call) Run

func (*MockCmdable_XInfoStreamFull_Call) RunAndReturn

type MockCmdable_XInfoStream_Call

type MockCmdable_XInfoStream_Call struct {
	*mock.Call
}

MockCmdable_XInfoStream_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XInfoStream'

func (*MockCmdable_XInfoStream_Call) Return

func (*MockCmdable_XInfoStream_Call) Run

func (*MockCmdable_XInfoStream_Call) RunAndReturn

type MockCmdable_XLen_Call

type MockCmdable_XLen_Call struct {
	*mock.Call
}

MockCmdable_XLen_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XLen'

func (*MockCmdable_XLen_Call) Return

func (*MockCmdable_XLen_Call) Run

func (_c *MockCmdable_XLen_Call) Run(run func(ctx context.Context, stream string)) *MockCmdable_XLen_Call

func (*MockCmdable_XLen_Call) RunAndReturn

type MockCmdable_XPendingExt_Call

type MockCmdable_XPendingExt_Call struct {
	*mock.Call
}

MockCmdable_XPendingExt_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XPendingExt'

func (*MockCmdable_XPendingExt_Call) Return

func (*MockCmdable_XPendingExt_Call) Run

func (*MockCmdable_XPendingExt_Call) RunAndReturn

type MockCmdable_XPending_Call

type MockCmdable_XPending_Call struct {
	*mock.Call
}

MockCmdable_XPending_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XPending'

func (*MockCmdable_XPending_Call) Return

func (*MockCmdable_XPending_Call) Run

func (_c *MockCmdable_XPending_Call) Run(run func(ctx context.Context, stream string, group string)) *MockCmdable_XPending_Call

func (*MockCmdable_XPending_Call) RunAndReturn

type MockCmdable_XRangeN_Call

type MockCmdable_XRangeN_Call struct {
	*mock.Call
}

MockCmdable_XRangeN_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XRangeN'

func (*MockCmdable_XRangeN_Call) Return

func (*MockCmdable_XRangeN_Call) Run

func (_c *MockCmdable_XRangeN_Call) Run(run func(ctx context.Context, stream string, start string, stop string, count int64)) *MockCmdable_XRangeN_Call

func (*MockCmdable_XRangeN_Call) RunAndReturn

type MockCmdable_XRange_Call

type MockCmdable_XRange_Call struct {
	*mock.Call
}

MockCmdable_XRange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XRange'

func (*MockCmdable_XRange_Call) Return

func (*MockCmdable_XRange_Call) Run

func (_c *MockCmdable_XRange_Call) Run(run func(ctx context.Context, stream string, start string, stop string)) *MockCmdable_XRange_Call

func (*MockCmdable_XRange_Call) RunAndReturn

type MockCmdable_XReadGroup_Call

type MockCmdable_XReadGroup_Call struct {
	*mock.Call
}

MockCmdable_XReadGroup_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XReadGroup'

func (*MockCmdable_XReadGroup_Call) Return

func (*MockCmdable_XReadGroup_Call) Run

func (*MockCmdable_XReadGroup_Call) RunAndReturn

type MockCmdable_XReadStreams_Call

type MockCmdable_XReadStreams_Call struct {
	*mock.Call
}

MockCmdable_XReadStreams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XReadStreams'

func (*MockCmdable_XReadStreams_Call) Return

func (*MockCmdable_XReadStreams_Call) Run

func (*MockCmdable_XReadStreams_Call) RunAndReturn

type MockCmdable_XRead_Call

type MockCmdable_XRead_Call struct {
	*mock.Call
}

MockCmdable_XRead_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XRead'

func (*MockCmdable_XRead_Call) Return

func (*MockCmdable_XRead_Call) Run

func (*MockCmdable_XRead_Call) RunAndReturn

type MockCmdable_XRevRangeN_Call

type MockCmdable_XRevRangeN_Call struct {
	*mock.Call
}

MockCmdable_XRevRangeN_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XRevRangeN'

func (*MockCmdable_XRevRangeN_Call) Return

func (*MockCmdable_XRevRangeN_Call) Run

func (_c *MockCmdable_XRevRangeN_Call) Run(run func(ctx context.Context, stream string, start string, stop string, count int64)) *MockCmdable_XRevRangeN_Call

func (*MockCmdable_XRevRangeN_Call) RunAndReturn

type MockCmdable_XRevRange_Call

type MockCmdable_XRevRange_Call struct {
	*mock.Call
}

MockCmdable_XRevRange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XRevRange'

func (*MockCmdable_XRevRange_Call) Return

func (*MockCmdable_XRevRange_Call) Run

func (_c *MockCmdable_XRevRange_Call) Run(run func(ctx context.Context, stream string, start string, stop string)) *MockCmdable_XRevRange_Call

func (*MockCmdable_XRevRange_Call) RunAndReturn

type MockCmdable_XTrimMaxLenApprox_Call

type MockCmdable_XTrimMaxLenApprox_Call struct {
	*mock.Call
}

MockCmdable_XTrimMaxLenApprox_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XTrimMaxLenApprox'

func (*MockCmdable_XTrimMaxLenApprox_Call) Return

func (*MockCmdable_XTrimMaxLenApprox_Call) Run

func (*MockCmdable_XTrimMaxLenApprox_Call) RunAndReturn

type MockCmdable_XTrimMaxLen_Call

type MockCmdable_XTrimMaxLen_Call struct {
	*mock.Call
}

MockCmdable_XTrimMaxLen_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XTrimMaxLen'

func (*MockCmdable_XTrimMaxLen_Call) Return

func (*MockCmdable_XTrimMaxLen_Call) Run

func (*MockCmdable_XTrimMaxLen_Call) RunAndReturn

type MockCmdable_XTrimMinIDApprox_Call

type MockCmdable_XTrimMinIDApprox_Call struct {
	*mock.Call
}

MockCmdable_XTrimMinIDApprox_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XTrimMinIDApprox'

func (*MockCmdable_XTrimMinIDApprox_Call) Return

func (*MockCmdable_XTrimMinIDApprox_Call) Run

func (*MockCmdable_XTrimMinIDApprox_Call) RunAndReturn

type MockCmdable_XTrimMinID_Call

type MockCmdable_XTrimMinID_Call struct {
	*mock.Call
}

MockCmdable_XTrimMinID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XTrimMinID'

func (*MockCmdable_XTrimMinID_Call) Return

func (*MockCmdable_XTrimMinID_Call) Run

func (*MockCmdable_XTrimMinID_Call) RunAndReturn

type MockCmdable_ZAddArgsIncr_Call

type MockCmdable_ZAddArgsIncr_Call struct {
	*mock.Call
}

MockCmdable_ZAddArgsIncr_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZAddArgsIncr'

func (*MockCmdable_ZAddArgsIncr_Call) Return

func (*MockCmdable_ZAddArgsIncr_Call) Run

func (*MockCmdable_ZAddArgsIncr_Call) RunAndReturn

type MockCmdable_ZAddArgs_Call

type MockCmdable_ZAddArgs_Call struct {
	*mock.Call
}

MockCmdable_ZAddArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZAddArgs'

func (*MockCmdable_ZAddArgs_Call) Return

func (*MockCmdable_ZAddArgs_Call) Run

func (*MockCmdable_ZAddArgs_Call) RunAndReturn

type MockCmdable_ZAddGT_Call

type MockCmdable_ZAddGT_Call struct {
	*mock.Call
}

MockCmdable_ZAddGT_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZAddGT'

func (*MockCmdable_ZAddGT_Call) Return

func (*MockCmdable_ZAddGT_Call) Run

func (_c *MockCmdable_ZAddGT_Call) Run(run func(ctx context.Context, key string, members ...redis.Z)) *MockCmdable_ZAddGT_Call

func (*MockCmdable_ZAddGT_Call) RunAndReturn

type MockCmdable_ZAddLT_Call

type MockCmdable_ZAddLT_Call struct {
	*mock.Call
}

MockCmdable_ZAddLT_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZAddLT'

func (*MockCmdable_ZAddLT_Call) Return

func (*MockCmdable_ZAddLT_Call) Run

func (_c *MockCmdable_ZAddLT_Call) Run(run func(ctx context.Context, key string, members ...redis.Z)) *MockCmdable_ZAddLT_Call

func (*MockCmdable_ZAddLT_Call) RunAndReturn

type MockCmdable_ZAddNX_Call

type MockCmdable_ZAddNX_Call struct {
	*mock.Call
}

MockCmdable_ZAddNX_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZAddNX'

func (*MockCmdable_ZAddNX_Call) Return

func (*MockCmdable_ZAddNX_Call) Run

func (_c *MockCmdable_ZAddNX_Call) Run(run func(ctx context.Context, key string, members ...redis.Z)) *MockCmdable_ZAddNX_Call

func (*MockCmdable_ZAddNX_Call) RunAndReturn

type MockCmdable_ZAddXX_Call

type MockCmdable_ZAddXX_Call struct {
	*mock.Call
}

MockCmdable_ZAddXX_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZAddXX'

func (*MockCmdable_ZAddXX_Call) Return

func (*MockCmdable_ZAddXX_Call) Run

func (_c *MockCmdable_ZAddXX_Call) Run(run func(ctx context.Context, key string, members ...redis.Z)) *MockCmdable_ZAddXX_Call

func (*MockCmdable_ZAddXX_Call) RunAndReturn

type MockCmdable_ZAdd_Call

type MockCmdable_ZAdd_Call struct {
	*mock.Call
}

MockCmdable_ZAdd_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZAdd'

func (*MockCmdable_ZAdd_Call) Return

func (*MockCmdable_ZAdd_Call) Run

func (_c *MockCmdable_ZAdd_Call) Run(run func(ctx context.Context, key string, members ...redis.Z)) *MockCmdable_ZAdd_Call

func (*MockCmdable_ZAdd_Call) RunAndReturn

type MockCmdable_ZCard_Call

type MockCmdable_ZCard_Call struct {
	*mock.Call
}

MockCmdable_ZCard_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZCard'

func (*MockCmdable_ZCard_Call) Return

func (*MockCmdable_ZCard_Call) Run

func (*MockCmdable_ZCard_Call) RunAndReturn

type MockCmdable_ZCount_Call

type MockCmdable_ZCount_Call struct {
	*mock.Call
}

MockCmdable_ZCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZCount'

func (*MockCmdable_ZCount_Call) Return

func (*MockCmdable_ZCount_Call) Run

func (_c *MockCmdable_ZCount_Call) Run(run func(ctx context.Context, key string, min string, max string)) *MockCmdable_ZCount_Call

func (*MockCmdable_ZCount_Call) RunAndReturn

type MockCmdable_ZDiffStore_Call

type MockCmdable_ZDiffStore_Call struct {
	*mock.Call
}

MockCmdable_ZDiffStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZDiffStore'

func (*MockCmdable_ZDiffStore_Call) Return

func (*MockCmdable_ZDiffStore_Call) Run

func (_c *MockCmdable_ZDiffStore_Call) Run(run func(ctx context.Context, destination string, keys ...string)) *MockCmdable_ZDiffStore_Call

func (*MockCmdable_ZDiffStore_Call) RunAndReturn

type MockCmdable_ZDiffWithScores_Call

type MockCmdable_ZDiffWithScores_Call struct {
	*mock.Call
}

MockCmdable_ZDiffWithScores_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZDiffWithScores'

func (*MockCmdable_ZDiffWithScores_Call) Return

func (*MockCmdable_ZDiffWithScores_Call) Run

func (*MockCmdable_ZDiffWithScores_Call) RunAndReturn

type MockCmdable_ZDiff_Call

type MockCmdable_ZDiff_Call struct {
	*mock.Call
}

MockCmdable_ZDiff_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZDiff'

func (*MockCmdable_ZDiff_Call) Return

func (*MockCmdable_ZDiff_Call) Run

func (_c *MockCmdable_ZDiff_Call) Run(run func(ctx context.Context, keys ...string)) *MockCmdable_ZDiff_Call

func (*MockCmdable_ZDiff_Call) RunAndReturn

type MockCmdable_ZIncrBy_Call

type MockCmdable_ZIncrBy_Call struct {
	*mock.Call
}

MockCmdable_ZIncrBy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZIncrBy'

func (*MockCmdable_ZIncrBy_Call) Return

func (*MockCmdable_ZIncrBy_Call) Run

func (_c *MockCmdable_ZIncrBy_Call) Run(run func(ctx context.Context, key string, increment float64, member string)) *MockCmdable_ZIncrBy_Call

func (*MockCmdable_ZIncrBy_Call) RunAndReturn

type MockCmdable_ZInterCard_Call

type MockCmdable_ZInterCard_Call struct {
	*mock.Call
}

MockCmdable_ZInterCard_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZInterCard'

func (*MockCmdable_ZInterCard_Call) Return

func (*MockCmdable_ZInterCard_Call) Run

func (_c *MockCmdable_ZInterCard_Call) Run(run func(ctx context.Context, limit int64, keys ...string)) *MockCmdable_ZInterCard_Call

func (*MockCmdable_ZInterCard_Call) RunAndReturn

type MockCmdable_ZInterStore_Call

type MockCmdable_ZInterStore_Call struct {
	*mock.Call
}

MockCmdable_ZInterStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZInterStore'

func (*MockCmdable_ZInterStore_Call) Return

func (*MockCmdable_ZInterStore_Call) Run

func (_c *MockCmdable_ZInterStore_Call) Run(run func(ctx context.Context, destination string, store *redis.ZStore)) *MockCmdable_ZInterStore_Call

func (*MockCmdable_ZInterStore_Call) RunAndReturn

type MockCmdable_ZInterWithScores_Call

type MockCmdable_ZInterWithScores_Call struct {
	*mock.Call
}

MockCmdable_ZInterWithScores_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZInterWithScores'

func (*MockCmdable_ZInterWithScores_Call) Return

func (*MockCmdable_ZInterWithScores_Call) Run

func (*MockCmdable_ZInterWithScores_Call) RunAndReturn

type MockCmdable_ZInter_Call

type MockCmdable_ZInter_Call struct {
	*mock.Call
}

MockCmdable_ZInter_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZInter'

func (*MockCmdable_ZInter_Call) Return

func (*MockCmdable_ZInter_Call) Run

func (*MockCmdable_ZInter_Call) RunAndReturn

type MockCmdable_ZLexCount_Call

type MockCmdable_ZLexCount_Call struct {
	*mock.Call
}

MockCmdable_ZLexCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZLexCount'

func (*MockCmdable_ZLexCount_Call) Return

func (*MockCmdable_ZLexCount_Call) Run

func (*MockCmdable_ZLexCount_Call) RunAndReturn

type MockCmdable_ZMPop_Call

type MockCmdable_ZMPop_Call struct {
	*mock.Call
}

MockCmdable_ZMPop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZMPop'

func (*MockCmdable_ZMPop_Call) Return

func (*MockCmdable_ZMPop_Call) Run

func (_c *MockCmdable_ZMPop_Call) Run(run func(ctx context.Context, order string, count int64, keys ...string)) *MockCmdable_ZMPop_Call

func (*MockCmdable_ZMPop_Call) RunAndReturn

type MockCmdable_ZMScore_Call

type MockCmdable_ZMScore_Call struct {
	*mock.Call
}

MockCmdable_ZMScore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZMScore'

func (*MockCmdable_ZMScore_Call) Return

func (*MockCmdable_ZMScore_Call) Run

func (_c *MockCmdable_ZMScore_Call) Run(run func(ctx context.Context, key string, members ...string)) *MockCmdable_ZMScore_Call

func (*MockCmdable_ZMScore_Call) RunAndReturn

type MockCmdable_ZPopMax_Call

type MockCmdable_ZPopMax_Call struct {
	*mock.Call
}

MockCmdable_ZPopMax_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZPopMax'

func (*MockCmdable_ZPopMax_Call) Return

func (*MockCmdable_ZPopMax_Call) Run

func (_c *MockCmdable_ZPopMax_Call) Run(run func(ctx context.Context, key string, count ...int64)) *MockCmdable_ZPopMax_Call

func (*MockCmdable_ZPopMax_Call) RunAndReturn

type MockCmdable_ZPopMin_Call

type MockCmdable_ZPopMin_Call struct {
	*mock.Call
}

MockCmdable_ZPopMin_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZPopMin'

func (*MockCmdable_ZPopMin_Call) Return

func (*MockCmdable_ZPopMin_Call) Run

func (_c *MockCmdable_ZPopMin_Call) Run(run func(ctx context.Context, key string, count ...int64)) *MockCmdable_ZPopMin_Call

func (*MockCmdable_ZPopMin_Call) RunAndReturn

type MockCmdable_ZRandMemberWithScores_Call

type MockCmdable_ZRandMemberWithScores_Call struct {
	*mock.Call
}

MockCmdable_ZRandMemberWithScores_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRandMemberWithScores'

func (*MockCmdable_ZRandMemberWithScores_Call) Return

func (*MockCmdable_ZRandMemberWithScores_Call) Run

func (*MockCmdable_ZRandMemberWithScores_Call) RunAndReturn

type MockCmdable_ZRandMember_Call

type MockCmdable_ZRandMember_Call struct {
	*mock.Call
}

MockCmdable_ZRandMember_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRandMember'

func (*MockCmdable_ZRandMember_Call) Return

func (*MockCmdable_ZRandMember_Call) Run

func (*MockCmdable_ZRandMember_Call) RunAndReturn

type MockCmdable_ZRangeArgsWithScores_Call

type MockCmdable_ZRangeArgsWithScores_Call struct {
	*mock.Call
}

MockCmdable_ZRangeArgsWithScores_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRangeArgsWithScores'

func (*MockCmdable_ZRangeArgsWithScores_Call) Return

func (*MockCmdable_ZRangeArgsWithScores_Call) Run

func (*MockCmdable_ZRangeArgsWithScores_Call) RunAndReturn

type MockCmdable_ZRangeArgs_Call

type MockCmdable_ZRangeArgs_Call struct {
	*mock.Call
}

MockCmdable_ZRangeArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRangeArgs'

func (*MockCmdable_ZRangeArgs_Call) Return

func (*MockCmdable_ZRangeArgs_Call) Run

func (*MockCmdable_ZRangeArgs_Call) RunAndReturn

type MockCmdable_ZRangeByLex_Call

type MockCmdable_ZRangeByLex_Call struct {
	*mock.Call
}

MockCmdable_ZRangeByLex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRangeByLex'

func (*MockCmdable_ZRangeByLex_Call) Return

func (*MockCmdable_ZRangeByLex_Call) Run

func (*MockCmdable_ZRangeByLex_Call) RunAndReturn

type MockCmdable_ZRangeByScoreWithScores_Call

type MockCmdable_ZRangeByScoreWithScores_Call struct {
	*mock.Call
}

MockCmdable_ZRangeByScoreWithScores_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRangeByScoreWithScores'

func (*MockCmdable_ZRangeByScoreWithScores_Call) Return

func (*MockCmdable_ZRangeByScoreWithScores_Call) Run

func (*MockCmdable_ZRangeByScoreWithScores_Call) RunAndReturn

type MockCmdable_ZRangeByScore_Call

type MockCmdable_ZRangeByScore_Call struct {
	*mock.Call
}

MockCmdable_ZRangeByScore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRangeByScore'

func (*MockCmdable_ZRangeByScore_Call) Return

func (*MockCmdable_ZRangeByScore_Call) Run

func (*MockCmdable_ZRangeByScore_Call) RunAndReturn

type MockCmdable_ZRangeStore_Call

type MockCmdable_ZRangeStore_Call struct {
	*mock.Call
}

MockCmdable_ZRangeStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRangeStore'

func (*MockCmdable_ZRangeStore_Call) Return

func (*MockCmdable_ZRangeStore_Call) Run

func (*MockCmdable_ZRangeStore_Call) RunAndReturn

type MockCmdable_ZRangeWithScores_Call

type MockCmdable_ZRangeWithScores_Call struct {
	*mock.Call
}

MockCmdable_ZRangeWithScores_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRangeWithScores'

func (*MockCmdable_ZRangeWithScores_Call) Return

func (*MockCmdable_ZRangeWithScores_Call) Run

func (*MockCmdable_ZRangeWithScores_Call) RunAndReturn

type MockCmdable_ZRange_Call

type MockCmdable_ZRange_Call struct {
	*mock.Call
}

MockCmdable_ZRange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRange'

func (*MockCmdable_ZRange_Call) Return

func (*MockCmdable_ZRange_Call) Run

func (_c *MockCmdable_ZRange_Call) Run(run func(ctx context.Context, key string, start int64, stop int64)) *MockCmdable_ZRange_Call

func (*MockCmdable_ZRange_Call) RunAndReturn

type MockCmdable_ZRankWithScore_Call

type MockCmdable_ZRankWithScore_Call struct {
	*mock.Call
}

MockCmdable_ZRankWithScore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRankWithScore'

func (*MockCmdable_ZRankWithScore_Call) Return

func (*MockCmdable_ZRankWithScore_Call) Run

func (*MockCmdable_ZRankWithScore_Call) RunAndReturn

type MockCmdable_ZRank_Call

type MockCmdable_ZRank_Call struct {
	*mock.Call
}

MockCmdable_ZRank_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRank'

func (*MockCmdable_ZRank_Call) Return

func (*MockCmdable_ZRank_Call) Run

func (_c *MockCmdable_ZRank_Call) Run(run func(ctx context.Context, key string, member string)) *MockCmdable_ZRank_Call

func (*MockCmdable_ZRank_Call) RunAndReturn

type MockCmdable_ZRemRangeByLex_Call

type MockCmdable_ZRemRangeByLex_Call struct {
	*mock.Call
}

MockCmdable_ZRemRangeByLex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRemRangeByLex'

func (*MockCmdable_ZRemRangeByLex_Call) Return

func (*MockCmdable_ZRemRangeByLex_Call) Run

func (*MockCmdable_ZRemRangeByLex_Call) RunAndReturn

type MockCmdable_ZRemRangeByRank_Call

type MockCmdable_ZRemRangeByRank_Call struct {
	*mock.Call
}

MockCmdable_ZRemRangeByRank_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRemRangeByRank'

func (*MockCmdable_ZRemRangeByRank_Call) Return

func (*MockCmdable_ZRemRangeByRank_Call) Run

func (*MockCmdable_ZRemRangeByRank_Call) RunAndReturn

type MockCmdable_ZRemRangeByScore_Call

type MockCmdable_ZRemRangeByScore_Call struct {
	*mock.Call
}

MockCmdable_ZRemRangeByScore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRemRangeByScore'

func (*MockCmdable_ZRemRangeByScore_Call) Return

func (*MockCmdable_ZRemRangeByScore_Call) Run

func (*MockCmdable_ZRemRangeByScore_Call) RunAndReturn

type MockCmdable_ZRem_Call

type MockCmdable_ZRem_Call struct {
	*mock.Call
}

MockCmdable_ZRem_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRem'

func (*MockCmdable_ZRem_Call) Return

func (*MockCmdable_ZRem_Call) Run

func (_c *MockCmdable_ZRem_Call) Run(run func(ctx context.Context, key string, members ...interface{})) *MockCmdable_ZRem_Call

func (*MockCmdable_ZRem_Call) RunAndReturn

func (_c *MockCmdable_ZRem_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.IntCmd) *MockCmdable_ZRem_Call

type MockCmdable_ZRevRangeByLex_Call

type MockCmdable_ZRevRangeByLex_Call struct {
	*mock.Call
}

MockCmdable_ZRevRangeByLex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRevRangeByLex'

func (*MockCmdable_ZRevRangeByLex_Call) Return

func (*MockCmdable_ZRevRangeByLex_Call) Run

func (*MockCmdable_ZRevRangeByLex_Call) RunAndReturn

type MockCmdable_ZRevRangeByScoreWithScores_Call

type MockCmdable_ZRevRangeByScoreWithScores_Call struct {
	*mock.Call
}

MockCmdable_ZRevRangeByScoreWithScores_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRevRangeByScoreWithScores'

func (*MockCmdable_ZRevRangeByScoreWithScores_Call) Return

func (*MockCmdable_ZRevRangeByScoreWithScores_Call) Run

func (*MockCmdable_ZRevRangeByScoreWithScores_Call) RunAndReturn

type MockCmdable_ZRevRangeByScore_Call

type MockCmdable_ZRevRangeByScore_Call struct {
	*mock.Call
}

MockCmdable_ZRevRangeByScore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRevRangeByScore'

func (*MockCmdable_ZRevRangeByScore_Call) Return

func (*MockCmdable_ZRevRangeByScore_Call) Run

func (*MockCmdable_ZRevRangeByScore_Call) RunAndReturn

type MockCmdable_ZRevRangeWithScores_Call

type MockCmdable_ZRevRangeWithScores_Call struct {
	*mock.Call
}

MockCmdable_ZRevRangeWithScores_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRevRangeWithScores'

func (*MockCmdable_ZRevRangeWithScores_Call) Return

func (*MockCmdable_ZRevRangeWithScores_Call) Run

func (*MockCmdable_ZRevRangeWithScores_Call) RunAndReturn

type MockCmdable_ZRevRange_Call

type MockCmdable_ZRevRange_Call struct {
	*mock.Call
}

MockCmdable_ZRevRange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRevRange'

func (*MockCmdable_ZRevRange_Call) Return

func (*MockCmdable_ZRevRange_Call) Run

func (_c *MockCmdable_ZRevRange_Call) Run(run func(ctx context.Context, key string, start int64, stop int64)) *MockCmdable_ZRevRange_Call

func (*MockCmdable_ZRevRange_Call) RunAndReturn

type MockCmdable_ZRevRankWithScore_Call

type MockCmdable_ZRevRankWithScore_Call struct {
	*mock.Call
}

MockCmdable_ZRevRankWithScore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRevRankWithScore'

func (*MockCmdable_ZRevRankWithScore_Call) Return

func (*MockCmdable_ZRevRankWithScore_Call) Run

func (*MockCmdable_ZRevRankWithScore_Call) RunAndReturn

type MockCmdable_ZRevRank_Call

type MockCmdable_ZRevRank_Call struct {
	*mock.Call
}

MockCmdable_ZRevRank_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRevRank'

func (*MockCmdable_ZRevRank_Call) Return

func (*MockCmdable_ZRevRank_Call) Run

func (_c *MockCmdable_ZRevRank_Call) Run(run func(ctx context.Context, key string, member string)) *MockCmdable_ZRevRank_Call

func (*MockCmdable_ZRevRank_Call) RunAndReturn

type MockCmdable_ZScan_Call

type MockCmdable_ZScan_Call struct {
	*mock.Call
}

MockCmdable_ZScan_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZScan'

func (*MockCmdable_ZScan_Call) Return

func (*MockCmdable_ZScan_Call) Run

func (_c *MockCmdable_ZScan_Call) Run(run func(ctx context.Context, key string, cursor uint64, match string, count int64)) *MockCmdable_ZScan_Call

func (*MockCmdable_ZScan_Call) RunAndReturn

type MockCmdable_ZScore_Call

type MockCmdable_ZScore_Call struct {
	*mock.Call
}

MockCmdable_ZScore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZScore'

func (*MockCmdable_ZScore_Call) Return

func (*MockCmdable_ZScore_Call) Run

func (_c *MockCmdable_ZScore_Call) Run(run func(ctx context.Context, key string, member string)) *MockCmdable_ZScore_Call

func (*MockCmdable_ZScore_Call) RunAndReturn

type MockCmdable_ZUnionStore_Call

type MockCmdable_ZUnionStore_Call struct {
	*mock.Call
}

MockCmdable_ZUnionStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZUnionStore'

func (*MockCmdable_ZUnionStore_Call) Return

func (*MockCmdable_ZUnionStore_Call) Run

func (*MockCmdable_ZUnionStore_Call) RunAndReturn

type MockCmdable_ZUnionWithScores_Call

type MockCmdable_ZUnionWithScores_Call struct {
	*mock.Call
}

MockCmdable_ZUnionWithScores_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZUnionWithScores'

func (*MockCmdable_ZUnionWithScores_Call) Return

func (*MockCmdable_ZUnionWithScores_Call) Run

func (*MockCmdable_ZUnionWithScores_Call) RunAndReturn

type MockCmdable_ZUnion_Call

type MockCmdable_ZUnion_Call struct {
	*mock.Call
}

MockCmdable_ZUnion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZUnion'

func (*MockCmdable_ZUnion_Call) Return

func (*MockCmdable_ZUnion_Call) Run

func (*MockCmdable_ZUnion_Call) RunAndReturn

type MockPipeliner

type MockPipeliner struct {
	mock.Mock
}

MockPipeliner is an autogenerated mock type for the Pipeliner type

func NewMockPipeliner

func NewMockPipeliner(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockPipeliner

NewMockPipeliner creates a new instance of MockPipeliner. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockPipeliner) ACLDryRun

func (_m *MockPipeliner) ACLDryRun(ctx context.Context, username string, command ...interface{}) *redis.StringCmd

ACLDryRun provides a mock function with given fields: ctx, username, command

func (*MockPipeliner) ACLLog

func (_m *MockPipeliner) ACLLog(ctx context.Context, count int64) *redis.ACLLogCmd

ACLLog provides a mock function with given fields: ctx, count

func (*MockPipeliner) ACLLogReset

func (_m *MockPipeliner) ACLLogReset(ctx context.Context) *redis.StatusCmd

ACLLogReset provides a mock function with given fields: ctx

func (*MockPipeliner) Append

func (_m *MockPipeliner) Append(ctx context.Context, key string, value string) *redis.IntCmd

Append provides a mock function with given fields: ctx, key, value

func (*MockPipeliner) Auth

func (_m *MockPipeliner) Auth(ctx context.Context, password string) *redis.StatusCmd

Auth provides a mock function with given fields: ctx, password

func (*MockPipeliner) AuthACL

func (_m *MockPipeliner) AuthACL(ctx context.Context, username string, password string) *redis.StatusCmd

AuthACL provides a mock function with given fields: ctx, username, password

func (*MockPipeliner) BFAdd

func (_m *MockPipeliner) BFAdd(ctx context.Context, key string, element interface{}) *redis.BoolCmd

BFAdd provides a mock function with given fields: ctx, key, element

func (*MockPipeliner) BFCard

func (_m *MockPipeliner) BFCard(ctx context.Context, key string) *redis.IntCmd

BFCard provides a mock function with given fields: ctx, key

func (*MockPipeliner) BFExists

func (_m *MockPipeliner) BFExists(ctx context.Context, key string, element interface{}) *redis.BoolCmd

BFExists provides a mock function with given fields: ctx, key, element

func (*MockPipeliner) BFInfo

func (_m *MockPipeliner) BFInfo(ctx context.Context, key string) *redis.BFInfoCmd

BFInfo provides a mock function with given fields: ctx, key

func (*MockPipeliner) BFInfoArg

func (_m *MockPipeliner) BFInfoArg(ctx context.Context, key string, option string) *redis.BFInfoCmd

BFInfoArg provides a mock function with given fields: ctx, key, option

func (*MockPipeliner) BFInfoCapacity

func (_m *MockPipeliner) BFInfoCapacity(ctx context.Context, key string) *redis.BFInfoCmd

BFInfoCapacity provides a mock function with given fields: ctx, key

func (*MockPipeliner) BFInfoExpansion

func (_m *MockPipeliner) BFInfoExpansion(ctx context.Context, key string) *redis.BFInfoCmd

BFInfoExpansion provides a mock function with given fields: ctx, key

func (*MockPipeliner) BFInfoFilters

func (_m *MockPipeliner) BFInfoFilters(ctx context.Context, key string) *redis.BFInfoCmd

BFInfoFilters provides a mock function with given fields: ctx, key

func (*MockPipeliner) BFInfoItems

func (_m *MockPipeliner) BFInfoItems(ctx context.Context, key string) *redis.BFInfoCmd

BFInfoItems provides a mock function with given fields: ctx, key

func (*MockPipeliner) BFInfoSize

func (_m *MockPipeliner) BFInfoSize(ctx context.Context, key string) *redis.BFInfoCmd

BFInfoSize provides a mock function with given fields: ctx, key

func (*MockPipeliner) BFInsert

func (_m *MockPipeliner) BFInsert(ctx context.Context, key string, options *redis.BFInsertOptions, elements ...interface{}) *redis.BoolSliceCmd

BFInsert provides a mock function with given fields: ctx, key, options, elements

func (*MockPipeliner) BFLoadChunk

func (_m *MockPipeliner) BFLoadChunk(ctx context.Context, key string, iterator int64, data interface{}) *redis.StatusCmd

BFLoadChunk provides a mock function with given fields: ctx, key, iterator, data

func (*MockPipeliner) BFMAdd

func (_m *MockPipeliner) BFMAdd(ctx context.Context, key string, elements ...interface{}) *redis.BoolSliceCmd

BFMAdd provides a mock function with given fields: ctx, key, elements

func (*MockPipeliner) BFMExists

func (_m *MockPipeliner) BFMExists(ctx context.Context, key string, elements ...interface{}) *redis.BoolSliceCmd

BFMExists provides a mock function with given fields: ctx, key, elements

func (*MockPipeliner) BFReserve

func (_m *MockPipeliner) BFReserve(ctx context.Context, key string, errorRate float64, capacity int64) *redis.StatusCmd

BFReserve provides a mock function with given fields: ctx, key, errorRate, capacity

func (*MockPipeliner) BFReserveExpansion

func (_m *MockPipeliner) BFReserveExpansion(ctx context.Context, key string, errorRate float64, capacity int64, expansion int64) *redis.StatusCmd

BFReserveExpansion provides a mock function with given fields: ctx, key, errorRate, capacity, expansion

func (*MockPipeliner) BFReserveNonScaling

func (_m *MockPipeliner) BFReserveNonScaling(ctx context.Context, key string, errorRate float64, capacity int64) *redis.StatusCmd

BFReserveNonScaling provides a mock function with given fields: ctx, key, errorRate, capacity

func (*MockPipeliner) BFReserveWithArgs

func (_m *MockPipeliner) BFReserveWithArgs(ctx context.Context, key string, options *redis.BFReserveOptions) *redis.StatusCmd

BFReserveWithArgs provides a mock function with given fields: ctx, key, options

func (*MockPipeliner) BFScanDump

func (_m *MockPipeliner) BFScanDump(ctx context.Context, key string, iterator int64) *redis.ScanDumpCmd

BFScanDump provides a mock function with given fields: ctx, key, iterator

func (*MockPipeliner) BLMPop

func (_m *MockPipeliner) BLMPop(ctx context.Context, timeout time.Duration, direction string, count int64, keys ...string) *redis.KeyValuesCmd

BLMPop provides a mock function with given fields: ctx, timeout, direction, count, keys

func (*MockPipeliner) BLMove

func (_m *MockPipeliner) BLMove(ctx context.Context, source string, destination string, srcpos string, destpos string, timeout time.Duration) *redis.StringCmd

BLMove provides a mock function with given fields: ctx, source, destination, srcpos, destpos, timeout

func (*MockPipeliner) BLPop

func (_m *MockPipeliner) BLPop(ctx context.Context, timeout time.Duration, keys ...string) *redis.StringSliceCmd

BLPop provides a mock function with given fields: ctx, timeout, keys

func (*MockPipeliner) BRPop

func (_m *MockPipeliner) BRPop(ctx context.Context, timeout time.Duration, keys ...string) *redis.StringSliceCmd

BRPop provides a mock function with given fields: ctx, timeout, keys

func (*MockPipeliner) BRPopLPush

func (_m *MockPipeliner) BRPopLPush(ctx context.Context, source string, destination string, timeout time.Duration) *redis.StringCmd

BRPopLPush provides a mock function with given fields: ctx, source, destination, timeout

func (*MockPipeliner) BZMPop

func (_m *MockPipeliner) BZMPop(ctx context.Context, timeout time.Duration, order string, count int64, keys ...string) *redis.ZSliceWithKeyCmd

BZMPop provides a mock function with given fields: ctx, timeout, order, count, keys

func (*MockPipeliner) BZPopMax

func (_m *MockPipeliner) BZPopMax(ctx context.Context, timeout time.Duration, keys ...string) *redis.ZWithKeyCmd

BZPopMax provides a mock function with given fields: ctx, timeout, keys

func (*MockPipeliner) BZPopMin

func (_m *MockPipeliner) BZPopMin(ctx context.Context, timeout time.Duration, keys ...string) *redis.ZWithKeyCmd

BZPopMin provides a mock function with given fields: ctx, timeout, keys

func (*MockPipeliner) BgRewriteAOF

func (_m *MockPipeliner) BgRewriteAOF(ctx context.Context) *redis.StatusCmd

BgRewriteAOF provides a mock function with given fields: ctx

func (*MockPipeliner) BgSave

func (_m *MockPipeliner) BgSave(ctx context.Context) *redis.StatusCmd

BgSave provides a mock function with given fields: ctx

func (*MockPipeliner) BitCount

func (_m *MockPipeliner) BitCount(ctx context.Context, key string, bitCount *redis.BitCount) *redis.IntCmd

BitCount provides a mock function with given fields: ctx, key, bitCount

func (*MockPipeliner) BitField

func (_m *MockPipeliner) BitField(ctx context.Context, key string, values ...interface{}) *redis.IntSliceCmd

BitField provides a mock function with given fields: ctx, key, values

func (*MockPipeliner) BitOpAnd

func (_m *MockPipeliner) BitOpAnd(ctx context.Context, destKey string, keys ...string) *redis.IntCmd

BitOpAnd provides a mock function with given fields: ctx, destKey, keys

func (*MockPipeliner) BitOpNot

func (_m *MockPipeliner) BitOpNot(ctx context.Context, destKey string, key string) *redis.IntCmd

BitOpNot provides a mock function with given fields: ctx, destKey, key

func (*MockPipeliner) BitOpOr

func (_m *MockPipeliner) BitOpOr(ctx context.Context, destKey string, keys ...string) *redis.IntCmd

BitOpOr provides a mock function with given fields: ctx, destKey, keys

func (*MockPipeliner) BitOpXor

func (_m *MockPipeliner) BitOpXor(ctx context.Context, destKey string, keys ...string) *redis.IntCmd

BitOpXor provides a mock function with given fields: ctx, destKey, keys

func (*MockPipeliner) BitPos

func (_m *MockPipeliner) BitPos(ctx context.Context, key string, bit int64, pos ...int64) *redis.IntCmd

BitPos provides a mock function with given fields: ctx, key, bit, pos

func (*MockPipeliner) BitPosSpan

func (_m *MockPipeliner) BitPosSpan(ctx context.Context, key string, bit int8, start int64, end int64, span string) *redis.IntCmd

BitPosSpan provides a mock function with given fields: ctx, key, bit, start, end, span

func (*MockPipeliner) CFAdd

func (_m *MockPipeliner) CFAdd(ctx context.Context, key string, element interface{}) *redis.BoolCmd

CFAdd provides a mock function with given fields: ctx, key, element

func (*MockPipeliner) CFAddNX

func (_m *MockPipeliner) CFAddNX(ctx context.Context, key string, element interface{}) *redis.BoolCmd

CFAddNX provides a mock function with given fields: ctx, key, element

func (*MockPipeliner) CFCount

func (_m *MockPipeliner) CFCount(ctx context.Context, key string, element interface{}) *redis.IntCmd

CFCount provides a mock function with given fields: ctx, key, element

func (*MockPipeliner) CFDel

func (_m *MockPipeliner) CFDel(ctx context.Context, key string, element interface{}) *redis.BoolCmd

CFDel provides a mock function with given fields: ctx, key, element

func (*MockPipeliner) CFExists

func (_m *MockPipeliner) CFExists(ctx context.Context, key string, element interface{}) *redis.BoolCmd

CFExists provides a mock function with given fields: ctx, key, element

func (*MockPipeliner) CFInfo

func (_m *MockPipeliner) CFInfo(ctx context.Context, key string) *redis.CFInfoCmd

CFInfo provides a mock function with given fields: ctx, key

func (*MockPipeliner) CFInsert

func (_m *MockPipeliner) CFInsert(ctx context.Context, key string, options *redis.CFInsertOptions, elements ...interface{}) *redis.BoolSliceCmd

CFInsert provides a mock function with given fields: ctx, key, options, elements

func (*MockPipeliner) CFInsertNX

func (_m *MockPipeliner) CFInsertNX(ctx context.Context, key string, options *redis.CFInsertOptions, elements ...interface{}) *redis.IntSliceCmd

CFInsertNX provides a mock function with given fields: ctx, key, options, elements

func (*MockPipeliner) CFLoadChunk

func (_m *MockPipeliner) CFLoadChunk(ctx context.Context, key string, iterator int64, data interface{}) *redis.StatusCmd

CFLoadChunk provides a mock function with given fields: ctx, key, iterator, data

func (*MockPipeliner) CFMExists

func (_m *MockPipeliner) CFMExists(ctx context.Context, key string, elements ...interface{}) *redis.BoolSliceCmd

CFMExists provides a mock function with given fields: ctx, key, elements

func (*MockPipeliner) CFReserve

func (_m *MockPipeliner) CFReserve(ctx context.Context, key string, capacity int64) *redis.StatusCmd

CFReserve provides a mock function with given fields: ctx, key, capacity

func (*MockPipeliner) CFReserveBucketSize

func (_m *MockPipeliner) CFReserveBucketSize(ctx context.Context, key string, capacity int64, bucketsize int64) *redis.StatusCmd

CFReserveBucketSize provides a mock function with given fields: ctx, key, capacity, bucketsize

func (*MockPipeliner) CFReserveExpansion

func (_m *MockPipeliner) CFReserveExpansion(ctx context.Context, key string, capacity int64, expansion int64) *redis.StatusCmd

CFReserveExpansion provides a mock function with given fields: ctx, key, capacity, expansion

func (*MockPipeliner) CFReserveMaxIterations

func (_m *MockPipeliner) CFReserveMaxIterations(ctx context.Context, key string, capacity int64, maxiterations int64) *redis.StatusCmd

CFReserveMaxIterations provides a mock function with given fields: ctx, key, capacity, maxiterations

func (*MockPipeliner) CFReserveWithArgs

func (_m *MockPipeliner) CFReserveWithArgs(ctx context.Context, key string, options *redis.CFReserveOptions) *redis.StatusCmd

CFReserveWithArgs provides a mock function with given fields: ctx, key, options

func (*MockPipeliner) CFScanDump

func (_m *MockPipeliner) CFScanDump(ctx context.Context, key string, iterator int64) *redis.ScanDumpCmd

CFScanDump provides a mock function with given fields: ctx, key, iterator

func (*MockPipeliner) CMSIncrBy

func (_m *MockPipeliner) CMSIncrBy(ctx context.Context, key string, elements ...interface{}) *redis.IntSliceCmd

CMSIncrBy provides a mock function with given fields: ctx, key, elements

func (*MockPipeliner) CMSInfo

func (_m *MockPipeliner) CMSInfo(ctx context.Context, key string) *redis.CMSInfoCmd

CMSInfo provides a mock function with given fields: ctx, key

func (*MockPipeliner) CMSInitByDim

func (_m *MockPipeliner) CMSInitByDim(ctx context.Context, key string, width int64, height int64) *redis.StatusCmd

CMSInitByDim provides a mock function with given fields: ctx, key, width, height

func (*MockPipeliner) CMSInitByProb

func (_m *MockPipeliner) CMSInitByProb(ctx context.Context, key string, errorRate float64, probability float64) *redis.StatusCmd

CMSInitByProb provides a mock function with given fields: ctx, key, errorRate, probability

func (*MockPipeliner) CMSMerge

func (_m *MockPipeliner) CMSMerge(ctx context.Context, destKey string, sourceKeys ...string) *redis.StatusCmd

CMSMerge provides a mock function with given fields: ctx, destKey, sourceKeys

func (*MockPipeliner) CMSMergeWithWeight

func (_m *MockPipeliner) CMSMergeWithWeight(ctx context.Context, destKey string, sourceKeys map[string]int64) *redis.StatusCmd

CMSMergeWithWeight provides a mock function with given fields: ctx, destKey, sourceKeys

func (*MockPipeliner) CMSQuery

func (_m *MockPipeliner) CMSQuery(ctx context.Context, key string, elements ...interface{}) *redis.IntSliceCmd

CMSQuery provides a mock function with given fields: ctx, key, elements

func (*MockPipeliner) ClientGetName

func (_m *MockPipeliner) ClientGetName(ctx context.Context) *redis.StringCmd

ClientGetName provides a mock function with given fields: ctx

func (*MockPipeliner) ClientID

func (_m *MockPipeliner) ClientID(ctx context.Context) *redis.IntCmd

ClientID provides a mock function with given fields: ctx

func (*MockPipeliner) ClientInfo

func (_m *MockPipeliner) ClientInfo(ctx context.Context) *redis.ClientInfoCmd

ClientInfo provides a mock function with given fields: ctx

func (*MockPipeliner) ClientKill

func (_m *MockPipeliner) ClientKill(ctx context.Context, ipPort string) *redis.StatusCmd

ClientKill provides a mock function with given fields: ctx, ipPort

func (*MockPipeliner) ClientKillByFilter

func (_m *MockPipeliner) ClientKillByFilter(ctx context.Context, keys ...string) *redis.IntCmd

ClientKillByFilter provides a mock function with given fields: ctx, keys

func (*MockPipeliner) ClientList

func (_m *MockPipeliner) ClientList(ctx context.Context) *redis.StringCmd

ClientList provides a mock function with given fields: ctx

func (*MockPipeliner) ClientPause

func (_m *MockPipeliner) ClientPause(ctx context.Context, dur time.Duration) *redis.BoolCmd

ClientPause provides a mock function with given fields: ctx, dur

func (*MockPipeliner) ClientSetInfo

func (_m *MockPipeliner) ClientSetInfo(ctx context.Context, info redis.LibraryInfo) *redis.StatusCmd

ClientSetInfo provides a mock function with given fields: ctx, info

func (*MockPipeliner) ClientSetName

func (_m *MockPipeliner) ClientSetName(ctx context.Context, name string) *redis.BoolCmd

ClientSetName provides a mock function with given fields: ctx, name

func (*MockPipeliner) ClientUnblock

func (_m *MockPipeliner) ClientUnblock(ctx context.Context, id int64) *redis.IntCmd

ClientUnblock provides a mock function with given fields: ctx, id

func (*MockPipeliner) ClientUnblockWithError

func (_m *MockPipeliner) ClientUnblockWithError(ctx context.Context, id int64) *redis.IntCmd

ClientUnblockWithError provides a mock function with given fields: ctx, id

func (*MockPipeliner) ClientUnpause

func (_m *MockPipeliner) ClientUnpause(ctx context.Context) *redis.BoolCmd

ClientUnpause provides a mock function with given fields: ctx

func (*MockPipeliner) ClusterAddSlots

func (_m *MockPipeliner) ClusterAddSlots(ctx context.Context, slots ...int) *redis.StatusCmd

ClusterAddSlots provides a mock function with given fields: ctx, slots

func (*MockPipeliner) ClusterAddSlotsRange

func (_m *MockPipeliner) ClusterAddSlotsRange(ctx context.Context, min int, max int) *redis.StatusCmd

ClusterAddSlotsRange provides a mock function with given fields: ctx, min, max

func (*MockPipeliner) ClusterCountFailureReports

func (_m *MockPipeliner) ClusterCountFailureReports(ctx context.Context, nodeID string) *redis.IntCmd

ClusterCountFailureReports provides a mock function with given fields: ctx, nodeID

func (*MockPipeliner) ClusterCountKeysInSlot

func (_m *MockPipeliner) ClusterCountKeysInSlot(ctx context.Context, slot int) *redis.IntCmd

ClusterCountKeysInSlot provides a mock function with given fields: ctx, slot

func (*MockPipeliner) ClusterDelSlots

func (_m *MockPipeliner) ClusterDelSlots(ctx context.Context, slots ...int) *redis.StatusCmd

ClusterDelSlots provides a mock function with given fields: ctx, slots

func (*MockPipeliner) ClusterDelSlotsRange

func (_m *MockPipeliner) ClusterDelSlotsRange(ctx context.Context, min int, max int) *redis.StatusCmd

ClusterDelSlotsRange provides a mock function with given fields: ctx, min, max

func (*MockPipeliner) ClusterFailover

func (_m *MockPipeliner) ClusterFailover(ctx context.Context) *redis.StatusCmd

ClusterFailover provides a mock function with given fields: ctx

func (*MockPipeliner) ClusterForget

func (_m *MockPipeliner) ClusterForget(ctx context.Context, nodeID string) *redis.StatusCmd

ClusterForget provides a mock function with given fields: ctx, nodeID

func (*MockPipeliner) ClusterGetKeysInSlot

func (_m *MockPipeliner) ClusterGetKeysInSlot(ctx context.Context, slot int, count int) *redis.StringSliceCmd

ClusterGetKeysInSlot provides a mock function with given fields: ctx, slot, count

func (*MockPipeliner) ClusterInfo

func (_m *MockPipeliner) ClusterInfo(ctx context.Context) *redis.StringCmd

ClusterInfo provides a mock function with given fields: ctx

func (*MockPipeliner) ClusterKeySlot

func (_m *MockPipeliner) ClusterKeySlot(ctx context.Context, key string) *redis.IntCmd

ClusterKeySlot provides a mock function with given fields: ctx, key

func (_m *MockPipeliner) ClusterLinks(ctx context.Context) *redis.ClusterLinksCmd

ClusterLinks provides a mock function with given fields: ctx

func (*MockPipeliner) ClusterMeet

func (_m *MockPipeliner) ClusterMeet(ctx context.Context, host string, port string) *redis.StatusCmd

ClusterMeet provides a mock function with given fields: ctx, host, port

func (*MockPipeliner) ClusterMyShardID

func (_m *MockPipeliner) ClusterMyShardID(ctx context.Context) *redis.StringCmd

ClusterMyShardID provides a mock function with given fields: ctx

func (*MockPipeliner) ClusterNodes

func (_m *MockPipeliner) ClusterNodes(ctx context.Context) *redis.StringCmd

ClusterNodes provides a mock function with given fields: ctx

func (*MockPipeliner) ClusterReplicate

func (_m *MockPipeliner) ClusterReplicate(ctx context.Context, nodeID string) *redis.StatusCmd

ClusterReplicate provides a mock function with given fields: ctx, nodeID

func (*MockPipeliner) ClusterResetHard

func (_m *MockPipeliner) ClusterResetHard(ctx context.Context) *redis.StatusCmd

ClusterResetHard provides a mock function with given fields: ctx

func (*MockPipeliner) ClusterResetSoft

func (_m *MockPipeliner) ClusterResetSoft(ctx context.Context) *redis.StatusCmd

ClusterResetSoft provides a mock function with given fields: ctx

func (*MockPipeliner) ClusterSaveConfig

func (_m *MockPipeliner) ClusterSaveConfig(ctx context.Context) *redis.StatusCmd

ClusterSaveConfig provides a mock function with given fields: ctx

func (*MockPipeliner) ClusterShards

func (_m *MockPipeliner) ClusterShards(ctx context.Context) *redis.ClusterShardsCmd

ClusterShards provides a mock function with given fields: ctx

func (*MockPipeliner) ClusterSlaves

func (_m *MockPipeliner) ClusterSlaves(ctx context.Context, nodeID string) *redis.StringSliceCmd

ClusterSlaves provides a mock function with given fields: ctx, nodeID

func (*MockPipeliner) ClusterSlots

func (_m *MockPipeliner) ClusterSlots(ctx context.Context) *redis.ClusterSlotsCmd

ClusterSlots provides a mock function with given fields: ctx

func (*MockPipeliner) Command

Command provides a mock function with given fields: ctx

func (*MockPipeliner) CommandGetKeys

func (_m *MockPipeliner) CommandGetKeys(ctx context.Context, commands ...interface{}) *redis.StringSliceCmd

CommandGetKeys provides a mock function with given fields: ctx, commands

func (*MockPipeliner) CommandGetKeysAndFlags

func (_m *MockPipeliner) CommandGetKeysAndFlags(ctx context.Context, commands ...interface{}) *redis.KeyFlagsCmd

CommandGetKeysAndFlags provides a mock function with given fields: ctx, commands

func (*MockPipeliner) CommandList

func (_m *MockPipeliner) CommandList(ctx context.Context, filter *redis.FilterBy) *redis.StringSliceCmd

CommandList provides a mock function with given fields: ctx, filter

func (*MockPipeliner) ConfigGet

func (_m *MockPipeliner) ConfigGet(ctx context.Context, parameter string) *redis.MapStringStringCmd

ConfigGet provides a mock function with given fields: ctx, parameter

func (*MockPipeliner) ConfigResetStat

func (_m *MockPipeliner) ConfigResetStat(ctx context.Context) *redis.StatusCmd

ConfigResetStat provides a mock function with given fields: ctx

func (*MockPipeliner) ConfigRewrite

func (_m *MockPipeliner) ConfigRewrite(ctx context.Context) *redis.StatusCmd

ConfigRewrite provides a mock function with given fields: ctx

func (*MockPipeliner) ConfigSet

func (_m *MockPipeliner) ConfigSet(ctx context.Context, parameter string, value string) *redis.StatusCmd

ConfigSet provides a mock function with given fields: ctx, parameter, value

func (*MockPipeliner) Copy

func (_m *MockPipeliner) Copy(ctx context.Context, sourceKey string, destKey string, db int, replace bool) *redis.IntCmd

Copy provides a mock function with given fields: ctx, sourceKey, destKey, db, replace

func (*MockPipeliner) DBSize

func (_m *MockPipeliner) DBSize(ctx context.Context) *redis.IntCmd

DBSize provides a mock function with given fields: ctx

func (*MockPipeliner) DebugObject

func (_m *MockPipeliner) DebugObject(ctx context.Context, key string) *redis.StringCmd

DebugObject provides a mock function with given fields: ctx, key

func (*MockPipeliner) Decr

func (_m *MockPipeliner) Decr(ctx context.Context, key string) *redis.IntCmd

Decr provides a mock function with given fields: ctx, key

func (*MockPipeliner) DecrBy

func (_m *MockPipeliner) DecrBy(ctx context.Context, key string, decrement int64) *redis.IntCmd

DecrBy provides a mock function with given fields: ctx, key, decrement

func (*MockPipeliner) Del

func (_m *MockPipeliner) Del(ctx context.Context, keys ...string) *redis.IntCmd

Del provides a mock function with given fields: ctx, keys

func (*MockPipeliner) Discard

func (_m *MockPipeliner) Discard()

Discard provides a mock function with given fields:

func (*MockPipeliner) Do

func (_m *MockPipeliner) Do(ctx context.Context, args ...interface{}) *redis.Cmd

Do provides a mock function with given fields: ctx, args

func (*MockPipeliner) Dump

func (_m *MockPipeliner) Dump(ctx context.Context, key string) *redis.StringCmd

Dump provides a mock function with given fields: ctx, key

func (*MockPipeliner) EXPECT

func (_m *MockPipeliner) EXPECT() *MockPipeliner_Expecter

func (*MockPipeliner) Echo

func (_m *MockPipeliner) Echo(ctx context.Context, message interface{}) *redis.StringCmd

Echo provides a mock function with given fields: ctx, message

func (*MockPipeliner) Eval

func (_m *MockPipeliner) Eval(ctx context.Context, script string, keys []string, args ...interface{}) *redis.Cmd

Eval provides a mock function with given fields: ctx, script, keys, args

func (*MockPipeliner) EvalRO

func (_m *MockPipeliner) EvalRO(ctx context.Context, script string, keys []string, args ...interface{}) *redis.Cmd

EvalRO provides a mock function with given fields: ctx, script, keys, args

func (*MockPipeliner) EvalSha

func (_m *MockPipeliner) EvalSha(ctx context.Context, sha1 string, keys []string, args ...interface{}) *redis.Cmd

EvalSha provides a mock function with given fields: ctx, sha1, keys, args

func (*MockPipeliner) EvalShaRO

func (_m *MockPipeliner) EvalShaRO(ctx context.Context, sha1 string, keys []string, args ...interface{}) *redis.Cmd

EvalShaRO provides a mock function with given fields: ctx, sha1, keys, args

func (*MockPipeliner) Exec

func (_m *MockPipeliner) Exec(ctx context.Context) ([]redis.Cmder, error)

Exec provides a mock function with given fields: ctx

func (*MockPipeliner) Exists

func (_m *MockPipeliner) Exists(ctx context.Context, keys ...string) *redis.IntCmd

Exists provides a mock function with given fields: ctx, keys

func (*MockPipeliner) Expire

func (_m *MockPipeliner) Expire(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd

Expire provides a mock function with given fields: ctx, key, expiration

func (*MockPipeliner) ExpireAt

func (_m *MockPipeliner) ExpireAt(ctx context.Context, key string, tm time.Time) *redis.BoolCmd

ExpireAt provides a mock function with given fields: ctx, key, tm

func (*MockPipeliner) ExpireGT

func (_m *MockPipeliner) ExpireGT(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd

ExpireGT provides a mock function with given fields: ctx, key, expiration

func (*MockPipeliner) ExpireLT

func (_m *MockPipeliner) ExpireLT(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd

ExpireLT provides a mock function with given fields: ctx, key, expiration

func (*MockPipeliner) ExpireNX

func (_m *MockPipeliner) ExpireNX(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd

ExpireNX provides a mock function with given fields: ctx, key, expiration

func (*MockPipeliner) ExpireTime

func (_m *MockPipeliner) ExpireTime(ctx context.Context, key string) *redis.DurationCmd

ExpireTime provides a mock function with given fields: ctx, key

func (*MockPipeliner) ExpireXX

func (_m *MockPipeliner) ExpireXX(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd

ExpireXX provides a mock function with given fields: ctx, key, expiration

func (*MockPipeliner) FCall

func (_m *MockPipeliner) FCall(ctx context.Context, function string, keys []string, args ...interface{}) *redis.Cmd

FCall provides a mock function with given fields: ctx, function, keys, args

func (*MockPipeliner) FCallRO

func (_m *MockPipeliner) FCallRO(ctx context.Context, function string, keys []string, args ...interface{}) *redis.Cmd

FCallRO provides a mock function with given fields: ctx, function, keys, args

func (*MockPipeliner) FCallRo

func (_m *MockPipeliner) FCallRo(ctx context.Context, function string, keys []string, args ...interface{}) *redis.Cmd

FCallRo provides a mock function with given fields: ctx, function, keys, args

func (*MockPipeliner) FlushAll

func (_m *MockPipeliner) FlushAll(ctx context.Context) *redis.StatusCmd

FlushAll provides a mock function with given fields: ctx

func (*MockPipeliner) FlushAllAsync

func (_m *MockPipeliner) FlushAllAsync(ctx context.Context) *redis.StatusCmd

FlushAllAsync provides a mock function with given fields: ctx

func (*MockPipeliner) FlushDB

func (_m *MockPipeliner) FlushDB(ctx context.Context) *redis.StatusCmd

FlushDB provides a mock function with given fields: ctx

func (*MockPipeliner) FlushDBAsync

func (_m *MockPipeliner) FlushDBAsync(ctx context.Context) *redis.StatusCmd

FlushDBAsync provides a mock function with given fields: ctx

func (*MockPipeliner) FunctionDelete

func (_m *MockPipeliner) FunctionDelete(ctx context.Context, libName string) *redis.StringCmd

FunctionDelete provides a mock function with given fields: ctx, libName

func (*MockPipeliner) FunctionDump

func (_m *MockPipeliner) FunctionDump(ctx context.Context) *redis.StringCmd

FunctionDump provides a mock function with given fields: ctx

func (*MockPipeliner) FunctionFlush

func (_m *MockPipeliner) FunctionFlush(ctx context.Context) *redis.StringCmd

FunctionFlush provides a mock function with given fields: ctx

func (*MockPipeliner) FunctionFlushAsync

func (_m *MockPipeliner) FunctionFlushAsync(ctx context.Context) *redis.StringCmd

FunctionFlushAsync provides a mock function with given fields: ctx

func (*MockPipeliner) FunctionKill

func (_m *MockPipeliner) FunctionKill(ctx context.Context) *redis.StringCmd

FunctionKill provides a mock function with given fields: ctx

func (*MockPipeliner) FunctionList

FunctionList provides a mock function with given fields: ctx, q

func (*MockPipeliner) FunctionLoad

func (_m *MockPipeliner) FunctionLoad(ctx context.Context, code string) *redis.StringCmd

FunctionLoad provides a mock function with given fields: ctx, code

func (*MockPipeliner) FunctionLoadReplace

func (_m *MockPipeliner) FunctionLoadReplace(ctx context.Context, code string) *redis.StringCmd

FunctionLoadReplace provides a mock function with given fields: ctx, code

func (*MockPipeliner) FunctionRestore

func (_m *MockPipeliner) FunctionRestore(ctx context.Context, libDump string) *redis.StringCmd

FunctionRestore provides a mock function with given fields: ctx, libDump

func (*MockPipeliner) FunctionStats

func (_m *MockPipeliner) FunctionStats(ctx context.Context) *redis.FunctionStatsCmd

FunctionStats provides a mock function with given fields: ctx

func (*MockPipeliner) GeoAdd

func (_m *MockPipeliner) GeoAdd(ctx context.Context, key string, geoLocation ...*redis.GeoLocation) *redis.IntCmd

GeoAdd provides a mock function with given fields: ctx, key, geoLocation

func (*MockPipeliner) GeoDist

func (_m *MockPipeliner) GeoDist(ctx context.Context, key string, member1 string, member2 string, unit string) *redis.FloatCmd

GeoDist provides a mock function with given fields: ctx, key, member1, member2, unit

func (*MockPipeliner) GeoHash

func (_m *MockPipeliner) GeoHash(ctx context.Context, key string, members ...string) *redis.StringSliceCmd

GeoHash provides a mock function with given fields: ctx, key, members

func (*MockPipeliner) GeoPos

func (_m *MockPipeliner) GeoPos(ctx context.Context, key string, members ...string) *redis.GeoPosCmd

GeoPos provides a mock function with given fields: ctx, key, members

func (*MockPipeliner) GeoRadius

func (_m *MockPipeliner) GeoRadius(ctx context.Context, key string, longitude float64, latitude float64, query *redis.GeoRadiusQuery) *redis.GeoLocationCmd

GeoRadius provides a mock function with given fields: ctx, key, longitude, latitude, query

func (*MockPipeliner) GeoRadiusByMember

func (_m *MockPipeliner) GeoRadiusByMember(ctx context.Context, key string, member string, query *redis.GeoRadiusQuery) *redis.GeoLocationCmd

GeoRadiusByMember provides a mock function with given fields: ctx, key, member, query

func (*MockPipeliner) GeoRadiusByMemberStore

func (_m *MockPipeliner) GeoRadiusByMemberStore(ctx context.Context, key string, member string, query *redis.GeoRadiusQuery) *redis.IntCmd

GeoRadiusByMemberStore provides a mock function with given fields: ctx, key, member, query

func (*MockPipeliner) GeoRadiusStore

func (_m *MockPipeliner) GeoRadiusStore(ctx context.Context, key string, longitude float64, latitude float64, query *redis.GeoRadiusQuery) *redis.IntCmd

GeoRadiusStore provides a mock function with given fields: ctx, key, longitude, latitude, query

func (*MockPipeliner) GeoSearch

GeoSearch provides a mock function with given fields: ctx, key, q

func (*MockPipeliner) GeoSearchLocation

GeoSearchLocation provides a mock function with given fields: ctx, key, q

func (*MockPipeliner) GeoSearchStore

func (_m *MockPipeliner) GeoSearchStore(ctx context.Context, key string, store string, q *redis.GeoSearchStoreQuery) *redis.IntCmd

GeoSearchStore provides a mock function with given fields: ctx, key, store, q

func (*MockPipeliner) Get

func (_m *MockPipeliner) Get(ctx context.Context, key string) *redis.StringCmd

Get provides a mock function with given fields: ctx, key

func (*MockPipeliner) GetBit

func (_m *MockPipeliner) GetBit(ctx context.Context, key string, offset int64) *redis.IntCmd

GetBit provides a mock function with given fields: ctx, key, offset

func (*MockPipeliner) GetDel

func (_m *MockPipeliner) GetDel(ctx context.Context, key string) *redis.StringCmd

GetDel provides a mock function with given fields: ctx, key

func (*MockPipeliner) GetEx

func (_m *MockPipeliner) GetEx(ctx context.Context, key string, expiration time.Duration) *redis.StringCmd

GetEx provides a mock function with given fields: ctx, key, expiration

func (*MockPipeliner) GetRange

func (_m *MockPipeliner) GetRange(ctx context.Context, key string, start int64, end int64) *redis.StringCmd

GetRange provides a mock function with given fields: ctx, key, start, end

func (*MockPipeliner) GetSet

func (_m *MockPipeliner) GetSet(ctx context.Context, key string, value interface{}) *redis.StringCmd

GetSet provides a mock function with given fields: ctx, key, value

func (*MockPipeliner) HDel

func (_m *MockPipeliner) HDel(ctx context.Context, key string, fields ...string) *redis.IntCmd

HDel provides a mock function with given fields: ctx, key, fields

func (*MockPipeliner) HExists

func (_m *MockPipeliner) HExists(ctx context.Context, key string, field string) *redis.BoolCmd

HExists provides a mock function with given fields: ctx, key, field

func (*MockPipeliner) HGet

func (_m *MockPipeliner) HGet(ctx context.Context, key string, field string) *redis.StringCmd

HGet provides a mock function with given fields: ctx, key, field

func (*MockPipeliner) HGetAll

HGetAll provides a mock function with given fields: ctx, key

func (*MockPipeliner) HIncrBy

func (_m *MockPipeliner) HIncrBy(ctx context.Context, key string, field string, incr int64) *redis.IntCmd

HIncrBy provides a mock function with given fields: ctx, key, field, incr

func (*MockPipeliner) HIncrByFloat

func (_m *MockPipeliner) HIncrByFloat(ctx context.Context, key string, field string, incr float64) *redis.FloatCmd

HIncrByFloat provides a mock function with given fields: ctx, key, field, incr

func (*MockPipeliner) HKeys

func (_m *MockPipeliner) HKeys(ctx context.Context, key string) *redis.StringSliceCmd

HKeys provides a mock function with given fields: ctx, key

func (*MockPipeliner) HLen

func (_m *MockPipeliner) HLen(ctx context.Context, key string) *redis.IntCmd

HLen provides a mock function with given fields: ctx, key

func (*MockPipeliner) HMGet

func (_m *MockPipeliner) HMGet(ctx context.Context, key string, fields ...string) *redis.SliceCmd

HMGet provides a mock function with given fields: ctx, key, fields

func (*MockPipeliner) HMSet

func (_m *MockPipeliner) HMSet(ctx context.Context, key string, values ...interface{}) *redis.BoolCmd

HMSet provides a mock function with given fields: ctx, key, values

func (*MockPipeliner) HRandField

func (_m *MockPipeliner) HRandField(ctx context.Context, key string, count int) *redis.StringSliceCmd

HRandField provides a mock function with given fields: ctx, key, count

func (*MockPipeliner) HRandFieldWithValues

func (_m *MockPipeliner) HRandFieldWithValues(ctx context.Context, key string, count int) *redis.KeyValueSliceCmd

HRandFieldWithValues provides a mock function with given fields: ctx, key, count

func (*MockPipeliner) HScan

func (_m *MockPipeliner) HScan(ctx context.Context, key string, cursor uint64, match string, count int64) *redis.ScanCmd

HScan provides a mock function with given fields: ctx, key, cursor, match, count

func (*MockPipeliner) HSet

func (_m *MockPipeliner) HSet(ctx context.Context, key string, values ...interface{}) *redis.IntCmd

HSet provides a mock function with given fields: ctx, key, values

func (*MockPipeliner) HSetNX

func (_m *MockPipeliner) HSetNX(ctx context.Context, key string, field string, value interface{}) *redis.BoolCmd

HSetNX provides a mock function with given fields: ctx, key, field, value

func (*MockPipeliner) HVals

func (_m *MockPipeliner) HVals(ctx context.Context, key string) *redis.StringSliceCmd

HVals provides a mock function with given fields: ctx, key

func (*MockPipeliner) Hello

func (_m *MockPipeliner) Hello(ctx context.Context, ver int, username string, password string, clientName string) *redis.MapStringInterfaceCmd

Hello provides a mock function with given fields: ctx, ver, username, password, clientName

func (*MockPipeliner) Incr

func (_m *MockPipeliner) Incr(ctx context.Context, key string) *redis.IntCmd

Incr provides a mock function with given fields: ctx, key

func (*MockPipeliner) IncrBy

func (_m *MockPipeliner) IncrBy(ctx context.Context, key string, value int64) *redis.IntCmd

IncrBy provides a mock function with given fields: ctx, key, value

func (*MockPipeliner) IncrByFloat

func (_m *MockPipeliner) IncrByFloat(ctx context.Context, key string, value float64) *redis.FloatCmd

IncrByFloat provides a mock function with given fields: ctx, key, value

func (*MockPipeliner) Info

func (_m *MockPipeliner) Info(ctx context.Context, section ...string) *redis.StringCmd

Info provides a mock function with given fields: ctx, section

func (*MockPipeliner) JSONArrAppend

func (_m *MockPipeliner) JSONArrAppend(ctx context.Context, key string, path string, values ...interface{}) *redis.IntSliceCmd

JSONArrAppend provides a mock function with given fields: ctx, key, path, values

func (*MockPipeliner) JSONArrIndex

func (_m *MockPipeliner) JSONArrIndex(ctx context.Context, key string, path string, value ...interface{}) *redis.IntSliceCmd

JSONArrIndex provides a mock function with given fields: ctx, key, path, value

func (*MockPipeliner) JSONArrIndexWithArgs

func (_m *MockPipeliner) JSONArrIndexWithArgs(ctx context.Context, key string, path string, options *redis.JSONArrIndexArgs, value ...interface{}) *redis.IntSliceCmd

JSONArrIndexWithArgs provides a mock function with given fields: ctx, key, path, options, value

func (*MockPipeliner) JSONArrInsert

func (_m *MockPipeliner) JSONArrInsert(ctx context.Context, key string, path string, index int64, values ...interface{}) *redis.IntSliceCmd

JSONArrInsert provides a mock function with given fields: ctx, key, path, index, values

func (*MockPipeliner) JSONArrLen

func (_m *MockPipeliner) JSONArrLen(ctx context.Context, key string, path string) *redis.IntSliceCmd

JSONArrLen provides a mock function with given fields: ctx, key, path

func (*MockPipeliner) JSONArrPop

func (_m *MockPipeliner) JSONArrPop(ctx context.Context, key string, path string, index int) *redis.StringSliceCmd

JSONArrPop provides a mock function with given fields: ctx, key, path, index

func (*MockPipeliner) JSONArrTrim

func (_m *MockPipeliner) JSONArrTrim(ctx context.Context, key string, path string) *redis.IntSliceCmd

JSONArrTrim provides a mock function with given fields: ctx, key, path

func (*MockPipeliner) JSONArrTrimWithArgs

func (_m *MockPipeliner) JSONArrTrimWithArgs(ctx context.Context, key string, path string, options *redis.JSONArrTrimArgs) *redis.IntSliceCmd

JSONArrTrimWithArgs provides a mock function with given fields: ctx, key, path, options

func (*MockPipeliner) JSONClear

func (_m *MockPipeliner) JSONClear(ctx context.Context, key string, path string) *redis.IntCmd

JSONClear provides a mock function with given fields: ctx, key, path

func (*MockPipeliner) JSONDebugMemory

func (_m *MockPipeliner) JSONDebugMemory(ctx context.Context, key string, path string) *redis.IntCmd

JSONDebugMemory provides a mock function with given fields: ctx, key, path

func (*MockPipeliner) JSONDel

func (_m *MockPipeliner) JSONDel(ctx context.Context, key string, path string) *redis.IntCmd

JSONDel provides a mock function with given fields: ctx, key, path

func (*MockPipeliner) JSONForget

func (_m *MockPipeliner) JSONForget(ctx context.Context, key string, path string) *redis.IntCmd

JSONForget provides a mock function with given fields: ctx, key, path

func (*MockPipeliner) JSONGet

func (_m *MockPipeliner) JSONGet(ctx context.Context, key string, paths ...string) *redis.JSONCmd

JSONGet provides a mock function with given fields: ctx, key, paths

func (*MockPipeliner) JSONGetWithArgs

func (_m *MockPipeliner) JSONGetWithArgs(ctx context.Context, key string, options *redis.JSONGetArgs, paths ...string) *redis.JSONCmd

JSONGetWithArgs provides a mock function with given fields: ctx, key, options, paths

func (*MockPipeliner) JSONMGet

func (_m *MockPipeliner) JSONMGet(ctx context.Context, path string, keys ...string) *redis.JSONSliceCmd

JSONMGet provides a mock function with given fields: ctx, path, keys

func (*MockPipeliner) JSONMSet

func (_m *MockPipeliner) JSONMSet(ctx context.Context, params ...interface{}) *redis.StatusCmd

JSONMSet provides a mock function with given fields: ctx, params

func (*MockPipeliner) JSONMSetArgs

func (_m *MockPipeliner) JSONMSetArgs(ctx context.Context, docs []redis.JSONSetArgs) *redis.StatusCmd

JSONMSetArgs provides a mock function with given fields: ctx, docs

func (*MockPipeliner) JSONMerge

func (_m *MockPipeliner) JSONMerge(ctx context.Context, key string, path string, value string) *redis.StatusCmd

JSONMerge provides a mock function with given fields: ctx, key, path, value

func (*MockPipeliner) JSONNumIncrBy

func (_m *MockPipeliner) JSONNumIncrBy(ctx context.Context, key string, path string, value float64) *redis.JSONCmd

JSONNumIncrBy provides a mock function with given fields: ctx, key, path, value

func (*MockPipeliner) JSONObjKeys

func (_m *MockPipeliner) JSONObjKeys(ctx context.Context, key string, path string) *redis.SliceCmd

JSONObjKeys provides a mock function with given fields: ctx, key, path

func (*MockPipeliner) JSONObjLen

func (_m *MockPipeliner) JSONObjLen(ctx context.Context, key string, path string) *redis.IntPointerSliceCmd

JSONObjLen provides a mock function with given fields: ctx, key, path

func (*MockPipeliner) JSONSet

func (_m *MockPipeliner) JSONSet(ctx context.Context, key string, path string, value interface{}) *redis.StatusCmd

JSONSet provides a mock function with given fields: ctx, key, path, value

func (*MockPipeliner) JSONSetMode

func (_m *MockPipeliner) JSONSetMode(ctx context.Context, key string, path string, value interface{}, mode string) *redis.StatusCmd

JSONSetMode provides a mock function with given fields: ctx, key, path, value, mode

func (*MockPipeliner) JSONStrAppend

func (_m *MockPipeliner) JSONStrAppend(ctx context.Context, key string, path string, value string) *redis.IntPointerSliceCmd

JSONStrAppend provides a mock function with given fields: ctx, key, path, value

func (*MockPipeliner) JSONStrLen

func (_m *MockPipeliner) JSONStrLen(ctx context.Context, key string, path string) *redis.IntPointerSliceCmd

JSONStrLen provides a mock function with given fields: ctx, key, path

func (*MockPipeliner) JSONToggle

func (_m *MockPipeliner) JSONToggle(ctx context.Context, key string, path string) *redis.IntPointerSliceCmd

JSONToggle provides a mock function with given fields: ctx, key, path

func (*MockPipeliner) JSONType

func (_m *MockPipeliner) JSONType(ctx context.Context, key string, path string) *redis.JSONSliceCmd

JSONType provides a mock function with given fields: ctx, key, path

func (*MockPipeliner) Keys

func (_m *MockPipeliner) Keys(ctx context.Context, pattern string) *redis.StringSliceCmd

Keys provides a mock function with given fields: ctx, pattern

func (*MockPipeliner) LCS

LCS provides a mock function with given fields: ctx, q

func (*MockPipeliner) LIndex

func (_m *MockPipeliner) LIndex(ctx context.Context, key string, index int64) *redis.StringCmd

LIndex provides a mock function with given fields: ctx, key, index

func (*MockPipeliner) LInsert

func (_m *MockPipeliner) LInsert(ctx context.Context, key string, op string, pivot interface{}, value interface{}) *redis.IntCmd

LInsert provides a mock function with given fields: ctx, key, op, pivot, value

func (*MockPipeliner) LInsertAfter

func (_m *MockPipeliner) LInsertAfter(ctx context.Context, key string, pivot interface{}, value interface{}) *redis.IntCmd

LInsertAfter provides a mock function with given fields: ctx, key, pivot, value

func (*MockPipeliner) LInsertBefore

func (_m *MockPipeliner) LInsertBefore(ctx context.Context, key string, pivot interface{}, value interface{}) *redis.IntCmd

LInsertBefore provides a mock function with given fields: ctx, key, pivot, value

func (*MockPipeliner) LLen

func (_m *MockPipeliner) LLen(ctx context.Context, key string) *redis.IntCmd

LLen provides a mock function with given fields: ctx, key

func (*MockPipeliner) LMPop

func (_m *MockPipeliner) LMPop(ctx context.Context, direction string, count int64, keys ...string) *redis.KeyValuesCmd

LMPop provides a mock function with given fields: ctx, direction, count, keys

func (*MockPipeliner) LMove

func (_m *MockPipeliner) LMove(ctx context.Context, source string, destination string, srcpos string, destpos string) *redis.StringCmd

LMove provides a mock function with given fields: ctx, source, destination, srcpos, destpos

func (*MockPipeliner) LPop

func (_m *MockPipeliner) LPop(ctx context.Context, key string) *redis.StringCmd

LPop provides a mock function with given fields: ctx, key

func (*MockPipeliner) LPopCount

func (_m *MockPipeliner) LPopCount(ctx context.Context, key string, count int) *redis.StringSliceCmd

LPopCount provides a mock function with given fields: ctx, key, count

func (*MockPipeliner) LPos

func (_m *MockPipeliner) LPos(ctx context.Context, key string, value string, args redis.LPosArgs) *redis.IntCmd

LPos provides a mock function with given fields: ctx, key, value, args

func (*MockPipeliner) LPosCount

func (_m *MockPipeliner) LPosCount(ctx context.Context, key string, value string, count int64, args redis.LPosArgs) *redis.IntSliceCmd

LPosCount provides a mock function with given fields: ctx, key, value, count, args

func (*MockPipeliner) LPush

func (_m *MockPipeliner) LPush(ctx context.Context, key string, values ...interface{}) *redis.IntCmd

LPush provides a mock function with given fields: ctx, key, values

func (*MockPipeliner) LPushX

func (_m *MockPipeliner) LPushX(ctx context.Context, key string, values ...interface{}) *redis.IntCmd

LPushX provides a mock function with given fields: ctx, key, values

func (*MockPipeliner) LRange

func (_m *MockPipeliner) LRange(ctx context.Context, key string, start int64, stop int64) *redis.StringSliceCmd

LRange provides a mock function with given fields: ctx, key, start, stop

func (*MockPipeliner) LRem

func (_m *MockPipeliner) LRem(ctx context.Context, key string, count int64, value interface{}) *redis.IntCmd

LRem provides a mock function with given fields: ctx, key, count, value

func (*MockPipeliner) LSet

func (_m *MockPipeliner) LSet(ctx context.Context, key string, index int64, value interface{}) *redis.StatusCmd

LSet provides a mock function with given fields: ctx, key, index, value

func (*MockPipeliner) LTrim

func (_m *MockPipeliner) LTrim(ctx context.Context, key string, start int64, stop int64) *redis.StatusCmd

LTrim provides a mock function with given fields: ctx, key, start, stop

func (*MockPipeliner) LastSave

func (_m *MockPipeliner) LastSave(ctx context.Context) *redis.IntCmd

LastSave provides a mock function with given fields: ctx

func (*MockPipeliner) Len

func (_m *MockPipeliner) Len() int

Len provides a mock function with given fields:

func (*MockPipeliner) MGet

func (_m *MockPipeliner) MGet(ctx context.Context, keys ...string) *redis.SliceCmd

MGet provides a mock function with given fields: ctx, keys

func (*MockPipeliner) MSet

func (_m *MockPipeliner) MSet(ctx context.Context, values ...interface{}) *redis.StatusCmd

MSet provides a mock function with given fields: ctx, values

func (*MockPipeliner) MSetNX

func (_m *MockPipeliner) MSetNX(ctx context.Context, values ...interface{}) *redis.BoolCmd

MSetNX provides a mock function with given fields: ctx, values

func (*MockPipeliner) MemoryUsage

func (_m *MockPipeliner) MemoryUsage(ctx context.Context, key string, samples ...int) *redis.IntCmd

MemoryUsage provides a mock function with given fields: ctx, key, samples

func (*MockPipeliner) Migrate

func (_m *MockPipeliner) Migrate(ctx context.Context, host string, port string, key string, db int, timeout time.Duration) *redis.StatusCmd

Migrate provides a mock function with given fields: ctx, host, port, key, db, timeout

func (*MockPipeliner) ModuleLoadex

func (_m *MockPipeliner) ModuleLoadex(ctx context.Context, conf *redis.ModuleLoadexConfig) *redis.StringCmd

ModuleLoadex provides a mock function with given fields: ctx, conf

func (*MockPipeliner) Move

func (_m *MockPipeliner) Move(ctx context.Context, key string, db int) *redis.BoolCmd

Move provides a mock function with given fields: ctx, key, db

func (*MockPipeliner) ObjectEncoding

func (_m *MockPipeliner) ObjectEncoding(ctx context.Context, key string) *redis.StringCmd

ObjectEncoding provides a mock function with given fields: ctx, key

func (*MockPipeliner) ObjectFreq

func (_m *MockPipeliner) ObjectFreq(ctx context.Context, key string) *redis.IntCmd

ObjectFreq provides a mock function with given fields: ctx, key

func (*MockPipeliner) ObjectIdleTime

func (_m *MockPipeliner) ObjectIdleTime(ctx context.Context, key string) *redis.DurationCmd

ObjectIdleTime provides a mock function with given fields: ctx, key

func (*MockPipeliner) ObjectRefCount

func (_m *MockPipeliner) ObjectRefCount(ctx context.Context, key string) *redis.IntCmd

ObjectRefCount provides a mock function with given fields: ctx, key

func (*MockPipeliner) PExpire

func (_m *MockPipeliner) PExpire(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd

PExpire provides a mock function with given fields: ctx, key, expiration

func (*MockPipeliner) PExpireAt

func (_m *MockPipeliner) PExpireAt(ctx context.Context, key string, tm time.Time) *redis.BoolCmd

PExpireAt provides a mock function with given fields: ctx, key, tm

func (*MockPipeliner) PExpireTime

func (_m *MockPipeliner) PExpireTime(ctx context.Context, key string) *redis.DurationCmd

PExpireTime provides a mock function with given fields: ctx, key

func (*MockPipeliner) PFAdd

func (_m *MockPipeliner) PFAdd(ctx context.Context, key string, els ...interface{}) *redis.IntCmd

PFAdd provides a mock function with given fields: ctx, key, els

func (*MockPipeliner) PFCount

func (_m *MockPipeliner) PFCount(ctx context.Context, keys ...string) *redis.IntCmd

PFCount provides a mock function with given fields: ctx, keys

func (*MockPipeliner) PFMerge

func (_m *MockPipeliner) PFMerge(ctx context.Context, dest string, keys ...string) *redis.StatusCmd

PFMerge provides a mock function with given fields: ctx, dest, keys

func (*MockPipeliner) PTTL

func (_m *MockPipeliner) PTTL(ctx context.Context, key string) *redis.DurationCmd

PTTL provides a mock function with given fields: ctx, key

func (*MockPipeliner) Persist

func (_m *MockPipeliner) Persist(ctx context.Context, key string) *redis.BoolCmd

Persist provides a mock function with given fields: ctx, key

func (*MockPipeliner) Ping

func (_m *MockPipeliner) Ping(ctx context.Context) *redis.StatusCmd

Ping provides a mock function with given fields: ctx

func (*MockPipeliner) Pipeline

func (_m *MockPipeliner) Pipeline() redis.Pipeliner

Pipeline provides a mock function with given fields:

func (*MockPipeliner) Pipelined

func (_m *MockPipeliner) Pipelined(ctx context.Context, fn func(redis.Pipeliner) error) ([]redis.Cmder, error)

Pipelined provides a mock function with given fields: ctx, fn

func (*MockPipeliner) Process

func (_m *MockPipeliner) Process(ctx context.Context, cmd redis.Cmder) error

Process provides a mock function with given fields: ctx, cmd

func (*MockPipeliner) PubSubChannels

func (_m *MockPipeliner) PubSubChannels(ctx context.Context, pattern string) *redis.StringSliceCmd

PubSubChannels provides a mock function with given fields: ctx, pattern

func (*MockPipeliner) PubSubNumPat

func (_m *MockPipeliner) PubSubNumPat(ctx context.Context) *redis.IntCmd

PubSubNumPat provides a mock function with given fields: ctx

func (*MockPipeliner) PubSubNumSub

func (_m *MockPipeliner) PubSubNumSub(ctx context.Context, channels ...string) *redis.MapStringIntCmd

PubSubNumSub provides a mock function with given fields: ctx, channels

func (*MockPipeliner) PubSubShardChannels

func (_m *MockPipeliner) PubSubShardChannels(ctx context.Context, pattern string) *redis.StringSliceCmd

PubSubShardChannels provides a mock function with given fields: ctx, pattern

func (*MockPipeliner) PubSubShardNumSub

func (_m *MockPipeliner) PubSubShardNumSub(ctx context.Context, channels ...string) *redis.MapStringIntCmd

PubSubShardNumSub provides a mock function with given fields: ctx, channels

func (*MockPipeliner) Publish

func (_m *MockPipeliner) Publish(ctx context.Context, channel string, message interface{}) *redis.IntCmd

Publish provides a mock function with given fields: ctx, channel, message

func (*MockPipeliner) Quit

func (_m *MockPipeliner) Quit(ctx context.Context) *redis.StatusCmd

Quit provides a mock function with given fields: ctx

func (*MockPipeliner) RPop

func (_m *MockPipeliner) RPop(ctx context.Context, key string) *redis.StringCmd

RPop provides a mock function with given fields: ctx, key

func (*MockPipeliner) RPopCount

func (_m *MockPipeliner) RPopCount(ctx context.Context, key string, count int) *redis.StringSliceCmd

RPopCount provides a mock function with given fields: ctx, key, count

func (*MockPipeliner) RPopLPush

func (_m *MockPipeliner) RPopLPush(ctx context.Context, source string, destination string) *redis.StringCmd

RPopLPush provides a mock function with given fields: ctx, source, destination

func (*MockPipeliner) RPush

func (_m *MockPipeliner) RPush(ctx context.Context, key string, values ...interface{}) *redis.IntCmd

RPush provides a mock function with given fields: ctx, key, values

func (*MockPipeliner) RPushX

func (_m *MockPipeliner) RPushX(ctx context.Context, key string, values ...interface{}) *redis.IntCmd

RPushX provides a mock function with given fields: ctx, key, values

func (*MockPipeliner) RandomKey

func (_m *MockPipeliner) RandomKey(ctx context.Context) *redis.StringCmd

RandomKey provides a mock function with given fields: ctx

func (*MockPipeliner) ReadOnly

func (_m *MockPipeliner) ReadOnly(ctx context.Context) *redis.StatusCmd

ReadOnly provides a mock function with given fields: ctx

func (*MockPipeliner) ReadWrite

func (_m *MockPipeliner) ReadWrite(ctx context.Context) *redis.StatusCmd

ReadWrite provides a mock function with given fields: ctx

func (*MockPipeliner) Rename

func (_m *MockPipeliner) Rename(ctx context.Context, key string, newkey string) *redis.StatusCmd

Rename provides a mock function with given fields: ctx, key, newkey

func (*MockPipeliner) RenameNX

func (_m *MockPipeliner) RenameNX(ctx context.Context, key string, newkey string) *redis.BoolCmd

RenameNX provides a mock function with given fields: ctx, key, newkey

func (*MockPipeliner) Restore

func (_m *MockPipeliner) Restore(ctx context.Context, key string, ttl time.Duration, value string) *redis.StatusCmd

Restore provides a mock function with given fields: ctx, key, ttl, value

func (*MockPipeliner) RestoreReplace

func (_m *MockPipeliner) RestoreReplace(ctx context.Context, key string, ttl time.Duration, value string) *redis.StatusCmd

RestoreReplace provides a mock function with given fields: ctx, key, ttl, value

func (*MockPipeliner) SAdd

func (_m *MockPipeliner) SAdd(ctx context.Context, key string, members ...interface{}) *redis.IntCmd

SAdd provides a mock function with given fields: ctx, key, members

func (*MockPipeliner) SCard

func (_m *MockPipeliner) SCard(ctx context.Context, key string) *redis.IntCmd

SCard provides a mock function with given fields: ctx, key

func (*MockPipeliner) SDiff

func (_m *MockPipeliner) SDiff(ctx context.Context, keys ...string) *redis.StringSliceCmd

SDiff provides a mock function with given fields: ctx, keys

func (*MockPipeliner) SDiffStore

func (_m *MockPipeliner) SDiffStore(ctx context.Context, destination string, keys ...string) *redis.IntCmd

SDiffStore provides a mock function with given fields: ctx, destination, keys

func (*MockPipeliner) SInter

func (_m *MockPipeliner) SInter(ctx context.Context, keys ...string) *redis.StringSliceCmd

SInter provides a mock function with given fields: ctx, keys

func (*MockPipeliner) SInterCard

func (_m *MockPipeliner) SInterCard(ctx context.Context, limit int64, keys ...string) *redis.IntCmd

SInterCard provides a mock function with given fields: ctx, limit, keys

func (*MockPipeliner) SInterStore

func (_m *MockPipeliner) SInterStore(ctx context.Context, destination string, keys ...string) *redis.IntCmd

SInterStore provides a mock function with given fields: ctx, destination, keys

func (*MockPipeliner) SIsMember

func (_m *MockPipeliner) SIsMember(ctx context.Context, key string, member interface{}) *redis.BoolCmd

SIsMember provides a mock function with given fields: ctx, key, member

func (*MockPipeliner) SMIsMember

func (_m *MockPipeliner) SMIsMember(ctx context.Context, key string, members ...interface{}) *redis.BoolSliceCmd

SMIsMember provides a mock function with given fields: ctx, key, members

func (*MockPipeliner) SMembers

func (_m *MockPipeliner) SMembers(ctx context.Context, key string) *redis.StringSliceCmd

SMembers provides a mock function with given fields: ctx, key

func (*MockPipeliner) SMembersMap

func (_m *MockPipeliner) SMembersMap(ctx context.Context, key string) *redis.StringStructMapCmd

SMembersMap provides a mock function with given fields: ctx, key

func (*MockPipeliner) SMove

func (_m *MockPipeliner) SMove(ctx context.Context, source string, destination string, member interface{}) *redis.BoolCmd

SMove provides a mock function with given fields: ctx, source, destination, member

func (*MockPipeliner) SPop

func (_m *MockPipeliner) SPop(ctx context.Context, key string) *redis.StringCmd

SPop provides a mock function with given fields: ctx, key

func (*MockPipeliner) SPopN

func (_m *MockPipeliner) SPopN(ctx context.Context, key string, count int64) *redis.StringSliceCmd

SPopN provides a mock function with given fields: ctx, key, count

func (*MockPipeliner) SPublish

func (_m *MockPipeliner) SPublish(ctx context.Context, channel string, message interface{}) *redis.IntCmd

SPublish provides a mock function with given fields: ctx, channel, message

func (*MockPipeliner) SRandMember

func (_m *MockPipeliner) SRandMember(ctx context.Context, key string) *redis.StringCmd

SRandMember provides a mock function with given fields: ctx, key

func (*MockPipeliner) SRandMemberN

func (_m *MockPipeliner) SRandMemberN(ctx context.Context, key string, count int64) *redis.StringSliceCmd

SRandMemberN provides a mock function with given fields: ctx, key, count

func (*MockPipeliner) SRem

func (_m *MockPipeliner) SRem(ctx context.Context, key string, members ...interface{}) *redis.IntCmd

SRem provides a mock function with given fields: ctx, key, members

func (*MockPipeliner) SScan

func (_m *MockPipeliner) SScan(ctx context.Context, key string, cursor uint64, match string, count int64) *redis.ScanCmd

SScan provides a mock function with given fields: ctx, key, cursor, match, count

func (*MockPipeliner) SUnion

func (_m *MockPipeliner) SUnion(ctx context.Context, keys ...string) *redis.StringSliceCmd

SUnion provides a mock function with given fields: ctx, keys

func (*MockPipeliner) SUnionStore

func (_m *MockPipeliner) SUnionStore(ctx context.Context, destination string, keys ...string) *redis.IntCmd

SUnionStore provides a mock function with given fields: ctx, destination, keys

func (*MockPipeliner) Save

func (_m *MockPipeliner) Save(ctx context.Context) *redis.StatusCmd

Save provides a mock function with given fields: ctx

func (*MockPipeliner) Scan

func (_m *MockPipeliner) Scan(ctx context.Context, cursor uint64, match string, count int64) *redis.ScanCmd

Scan provides a mock function with given fields: ctx, cursor, match, count

func (*MockPipeliner) ScanType

func (_m *MockPipeliner) ScanType(ctx context.Context, cursor uint64, match string, count int64, keyType string) *redis.ScanCmd

ScanType provides a mock function with given fields: ctx, cursor, match, count, keyType

func (*MockPipeliner) ScriptExists

func (_m *MockPipeliner) ScriptExists(ctx context.Context, hashes ...string) *redis.BoolSliceCmd

ScriptExists provides a mock function with given fields: ctx, hashes

func (*MockPipeliner) ScriptFlush

func (_m *MockPipeliner) ScriptFlush(ctx context.Context) *redis.StatusCmd

ScriptFlush provides a mock function with given fields: ctx

func (*MockPipeliner) ScriptKill

func (_m *MockPipeliner) ScriptKill(ctx context.Context) *redis.StatusCmd

ScriptKill provides a mock function with given fields: ctx

func (*MockPipeliner) ScriptLoad

func (_m *MockPipeliner) ScriptLoad(ctx context.Context, script string) *redis.StringCmd

ScriptLoad provides a mock function with given fields: ctx, script

func (*MockPipeliner) Select

func (_m *MockPipeliner) Select(ctx context.Context, index int) *redis.StatusCmd

Select provides a mock function with given fields: ctx, index

func (*MockPipeliner) Set

func (_m *MockPipeliner) Set(ctx context.Context, key string, value interface{}, expiration time.Duration) *redis.StatusCmd

Set provides a mock function with given fields: ctx, key, value, expiration

func (*MockPipeliner) SetArgs

func (_m *MockPipeliner) SetArgs(ctx context.Context, key string, value interface{}, a redis.SetArgs) *redis.StatusCmd

SetArgs provides a mock function with given fields: ctx, key, value, a

func (*MockPipeliner) SetBit

func (_m *MockPipeliner) SetBit(ctx context.Context, key string, offset int64, value int) *redis.IntCmd

SetBit provides a mock function with given fields: ctx, key, offset, value

func (*MockPipeliner) SetEx

func (_m *MockPipeliner) SetEx(ctx context.Context, key string, value interface{}, expiration time.Duration) *redis.StatusCmd

SetEx provides a mock function with given fields: ctx, key, value, expiration

func (*MockPipeliner) SetNX

func (_m *MockPipeliner) SetNX(ctx context.Context, key string, value interface{}, expiration time.Duration) *redis.BoolCmd

SetNX provides a mock function with given fields: ctx, key, value, expiration

func (*MockPipeliner) SetRange

func (_m *MockPipeliner) SetRange(ctx context.Context, key string, offset int64, value string) *redis.IntCmd

SetRange provides a mock function with given fields: ctx, key, offset, value

func (*MockPipeliner) SetXX

func (_m *MockPipeliner) SetXX(ctx context.Context, key string, value interface{}, expiration time.Duration) *redis.BoolCmd

SetXX provides a mock function with given fields: ctx, key, value, expiration

func (*MockPipeliner) Shutdown

func (_m *MockPipeliner) Shutdown(ctx context.Context) *redis.StatusCmd

Shutdown provides a mock function with given fields: ctx

func (*MockPipeliner) ShutdownNoSave

func (_m *MockPipeliner) ShutdownNoSave(ctx context.Context) *redis.StatusCmd

ShutdownNoSave provides a mock function with given fields: ctx

func (*MockPipeliner) ShutdownSave

func (_m *MockPipeliner) ShutdownSave(ctx context.Context) *redis.StatusCmd

ShutdownSave provides a mock function with given fields: ctx

func (*MockPipeliner) SlaveOf

func (_m *MockPipeliner) SlaveOf(ctx context.Context, host string, port string) *redis.StatusCmd

SlaveOf provides a mock function with given fields: ctx, host, port

func (*MockPipeliner) SlowLogGet

func (_m *MockPipeliner) SlowLogGet(ctx context.Context, num int64) *redis.SlowLogCmd

SlowLogGet provides a mock function with given fields: ctx, num

func (*MockPipeliner) Sort

func (_m *MockPipeliner) Sort(ctx context.Context, key string, sort *redis.Sort) *redis.StringSliceCmd

Sort provides a mock function with given fields: ctx, key, sort

func (*MockPipeliner) SortInterfaces

func (_m *MockPipeliner) SortInterfaces(ctx context.Context, key string, sort *redis.Sort) *redis.SliceCmd

SortInterfaces provides a mock function with given fields: ctx, key, sort

func (*MockPipeliner) SortRO

func (_m *MockPipeliner) SortRO(ctx context.Context, key string, sort *redis.Sort) *redis.StringSliceCmd

SortRO provides a mock function with given fields: ctx, key, sort

func (*MockPipeliner) SortStore

func (_m *MockPipeliner) SortStore(ctx context.Context, key string, store string, sort *redis.Sort) *redis.IntCmd

SortStore provides a mock function with given fields: ctx, key, store, sort

func (*MockPipeliner) StrLen

func (_m *MockPipeliner) StrLen(ctx context.Context, key string) *redis.IntCmd

StrLen provides a mock function with given fields: ctx, key

func (*MockPipeliner) SwapDB

func (_m *MockPipeliner) SwapDB(ctx context.Context, index1 int, index2 int) *redis.StatusCmd

SwapDB provides a mock function with given fields: ctx, index1, index2

func (*MockPipeliner) TDigestAdd

func (_m *MockPipeliner) TDigestAdd(ctx context.Context, key string, elements ...float64) *redis.StatusCmd

TDigestAdd provides a mock function with given fields: ctx, key, elements

func (*MockPipeliner) TDigestByRank

func (_m *MockPipeliner) TDigestByRank(ctx context.Context, key string, rank ...uint64) *redis.FloatSliceCmd

TDigestByRank provides a mock function with given fields: ctx, key, rank

func (*MockPipeliner) TDigestByRevRank

func (_m *MockPipeliner) TDigestByRevRank(ctx context.Context, key string, rank ...uint64) *redis.FloatSliceCmd

TDigestByRevRank provides a mock function with given fields: ctx, key, rank

func (*MockPipeliner) TDigestCDF

func (_m *MockPipeliner) TDigestCDF(ctx context.Context, key string, elements ...float64) *redis.FloatSliceCmd

TDigestCDF provides a mock function with given fields: ctx, key, elements

func (*MockPipeliner) TDigestCreate

func (_m *MockPipeliner) TDigestCreate(ctx context.Context, key string) *redis.StatusCmd

TDigestCreate provides a mock function with given fields: ctx, key

func (*MockPipeliner) TDigestCreateWithCompression

func (_m *MockPipeliner) TDigestCreateWithCompression(ctx context.Context, key string, compression int64) *redis.StatusCmd

TDigestCreateWithCompression provides a mock function with given fields: ctx, key, compression

func (*MockPipeliner) TDigestInfo

func (_m *MockPipeliner) TDigestInfo(ctx context.Context, key string) *redis.TDigestInfoCmd

TDigestInfo provides a mock function with given fields: ctx, key

func (*MockPipeliner) TDigestMax

func (_m *MockPipeliner) TDigestMax(ctx context.Context, key string) *redis.FloatCmd

TDigestMax provides a mock function with given fields: ctx, key

func (*MockPipeliner) TDigestMerge

func (_m *MockPipeliner) TDigestMerge(ctx context.Context, destKey string, options *redis.TDigestMergeOptions, sourceKeys ...string) *redis.StatusCmd

TDigestMerge provides a mock function with given fields: ctx, destKey, options, sourceKeys

func (*MockPipeliner) TDigestMin

func (_m *MockPipeliner) TDigestMin(ctx context.Context, key string) *redis.FloatCmd

TDigestMin provides a mock function with given fields: ctx, key

func (*MockPipeliner) TDigestQuantile

func (_m *MockPipeliner) TDigestQuantile(ctx context.Context, key string, elements ...float64) *redis.FloatSliceCmd

TDigestQuantile provides a mock function with given fields: ctx, key, elements

func (*MockPipeliner) TDigestRank

func (_m *MockPipeliner) TDigestRank(ctx context.Context, key string, values ...float64) *redis.IntSliceCmd

TDigestRank provides a mock function with given fields: ctx, key, values

func (*MockPipeliner) TDigestReset

func (_m *MockPipeliner) TDigestReset(ctx context.Context, key string) *redis.StatusCmd

TDigestReset provides a mock function with given fields: ctx, key

func (*MockPipeliner) TDigestRevRank

func (_m *MockPipeliner) TDigestRevRank(ctx context.Context, key string, values ...float64) *redis.IntSliceCmd

TDigestRevRank provides a mock function with given fields: ctx, key, values

func (*MockPipeliner) TDigestTrimmedMean

func (_m *MockPipeliner) TDigestTrimmedMean(ctx context.Context, key string, lowCutQuantile float64, highCutQuantile float64) *redis.FloatCmd

TDigestTrimmedMean provides a mock function with given fields: ctx, key, lowCutQuantile, highCutQuantile

func (*MockPipeliner) TFCall

func (_m *MockPipeliner) TFCall(ctx context.Context, libName string, funcName string, numKeys int) *redis.Cmd

TFCall provides a mock function with given fields: ctx, libName, funcName, numKeys

func (*MockPipeliner) TFCallASYNC

func (_m *MockPipeliner) TFCallASYNC(ctx context.Context, libName string, funcName string, numKeys int) *redis.Cmd

TFCallASYNC provides a mock function with given fields: ctx, libName, funcName, numKeys

func (*MockPipeliner) TFCallASYNCArgs

func (_m *MockPipeliner) TFCallASYNCArgs(ctx context.Context, libName string, funcName string, numKeys int, options *redis.TFCallOptions) *redis.Cmd

TFCallASYNCArgs provides a mock function with given fields: ctx, libName, funcName, numKeys, options

func (*MockPipeliner) TFCallArgs

func (_m *MockPipeliner) TFCallArgs(ctx context.Context, libName string, funcName string, numKeys int, options *redis.TFCallOptions) *redis.Cmd

TFCallArgs provides a mock function with given fields: ctx, libName, funcName, numKeys, options

func (*MockPipeliner) TFunctionDelete

func (_m *MockPipeliner) TFunctionDelete(ctx context.Context, libName string) *redis.StatusCmd

TFunctionDelete provides a mock function with given fields: ctx, libName

func (*MockPipeliner) TFunctionList

TFunctionList provides a mock function with given fields: ctx

func (*MockPipeliner) TFunctionListArgs

TFunctionListArgs provides a mock function with given fields: ctx, options

func (*MockPipeliner) TFunctionLoad

func (_m *MockPipeliner) TFunctionLoad(ctx context.Context, lib string) *redis.StatusCmd

TFunctionLoad provides a mock function with given fields: ctx, lib

func (*MockPipeliner) TFunctionLoadArgs

func (_m *MockPipeliner) TFunctionLoadArgs(ctx context.Context, lib string, options *redis.TFunctionLoadOptions) *redis.StatusCmd

TFunctionLoadArgs provides a mock function with given fields: ctx, lib, options

func (*MockPipeliner) TSAdd

func (_m *MockPipeliner) TSAdd(ctx context.Context, key string, timestamp interface{}, value float64) *redis.IntCmd

TSAdd provides a mock function with given fields: ctx, key, timestamp, value

func (*MockPipeliner) TSAddWithArgs

func (_m *MockPipeliner) TSAddWithArgs(ctx context.Context, key string, timestamp interface{}, value float64, options *redis.TSOptions) *redis.IntCmd

TSAddWithArgs provides a mock function with given fields: ctx, key, timestamp, value, options

func (*MockPipeliner) TSAlter

func (_m *MockPipeliner) TSAlter(ctx context.Context, key string, options *redis.TSAlterOptions) *redis.StatusCmd

TSAlter provides a mock function with given fields: ctx, key, options

func (*MockPipeliner) TSCreate

func (_m *MockPipeliner) TSCreate(ctx context.Context, key string) *redis.StatusCmd

TSCreate provides a mock function with given fields: ctx, key

func (*MockPipeliner) TSCreateRule

func (_m *MockPipeliner) TSCreateRule(ctx context.Context, sourceKey string, destKey string, aggregator redis.Aggregator, bucketDuration int) *redis.StatusCmd

TSCreateRule provides a mock function with given fields: ctx, sourceKey, destKey, aggregator, bucketDuration

func (*MockPipeliner) TSCreateRuleWithArgs

func (_m *MockPipeliner) TSCreateRuleWithArgs(ctx context.Context, sourceKey string, destKey string, aggregator redis.Aggregator, bucketDuration int, options *redis.TSCreateRuleOptions) *redis.StatusCmd

TSCreateRuleWithArgs provides a mock function with given fields: ctx, sourceKey, destKey, aggregator, bucketDuration, options

func (*MockPipeliner) TSCreateWithArgs

func (_m *MockPipeliner) TSCreateWithArgs(ctx context.Context, key string, options *redis.TSOptions) *redis.StatusCmd

TSCreateWithArgs provides a mock function with given fields: ctx, key, options

func (*MockPipeliner) TSDecrBy

func (_m *MockPipeliner) TSDecrBy(ctx context.Context, Key string, timestamp float64) *redis.IntCmd

TSDecrBy provides a mock function with given fields: ctx, Key, timestamp

func (*MockPipeliner) TSDecrByWithArgs

func (_m *MockPipeliner) TSDecrByWithArgs(ctx context.Context, key string, timestamp float64, options *redis.TSIncrDecrOptions) *redis.IntCmd

TSDecrByWithArgs provides a mock function with given fields: ctx, key, timestamp, options

func (*MockPipeliner) TSDel

func (_m *MockPipeliner) TSDel(ctx context.Context, Key string, fromTimestamp int, toTimestamp int) *redis.IntCmd

TSDel provides a mock function with given fields: ctx, Key, fromTimestamp, toTimestamp

func (*MockPipeliner) TSDeleteRule

func (_m *MockPipeliner) TSDeleteRule(ctx context.Context, sourceKey string, destKey string) *redis.StatusCmd

TSDeleteRule provides a mock function with given fields: ctx, sourceKey, destKey

func (*MockPipeliner) TSGet

TSGet provides a mock function with given fields: ctx, key

func (*MockPipeliner) TSGetWithArgs

func (_m *MockPipeliner) TSGetWithArgs(ctx context.Context, key string, options *redis.TSGetOptions) *redis.TSTimestampValueCmd

TSGetWithArgs provides a mock function with given fields: ctx, key, options

func (*MockPipeliner) TSIncrBy

func (_m *MockPipeliner) TSIncrBy(ctx context.Context, Key string, timestamp float64) *redis.IntCmd

TSIncrBy provides a mock function with given fields: ctx, Key, timestamp

func (*MockPipeliner) TSIncrByWithArgs

func (_m *MockPipeliner) TSIncrByWithArgs(ctx context.Context, key string, timestamp float64, options *redis.TSIncrDecrOptions) *redis.IntCmd

TSIncrByWithArgs provides a mock function with given fields: ctx, key, timestamp, options

func (*MockPipeliner) TSInfo

TSInfo provides a mock function with given fields: ctx, key

func (*MockPipeliner) TSInfoWithArgs

func (_m *MockPipeliner) TSInfoWithArgs(ctx context.Context, key string, options *redis.TSInfoOptions) *redis.MapStringInterfaceCmd

TSInfoWithArgs provides a mock function with given fields: ctx, key, options

func (*MockPipeliner) TSMAdd

func (_m *MockPipeliner) TSMAdd(ctx context.Context, ktvSlices [][]interface{}) *redis.IntSliceCmd

TSMAdd provides a mock function with given fields: ctx, ktvSlices

func (*MockPipeliner) TSMGet

TSMGet provides a mock function with given fields: ctx, filters

func (*MockPipeliner) TSMGetWithArgs

func (_m *MockPipeliner) TSMGetWithArgs(ctx context.Context, filters []string, options *redis.TSMGetOptions) *redis.MapStringSliceInterfaceCmd

TSMGetWithArgs provides a mock function with given fields: ctx, filters, options

func (*MockPipeliner) TSMRange

func (_m *MockPipeliner) TSMRange(ctx context.Context, fromTimestamp int, toTimestamp int, filterExpr []string) *redis.MapStringSliceInterfaceCmd

TSMRange provides a mock function with given fields: ctx, fromTimestamp, toTimestamp, filterExpr

func (*MockPipeliner) TSMRangeWithArgs

func (_m *MockPipeliner) TSMRangeWithArgs(ctx context.Context, fromTimestamp int, toTimestamp int, filterExpr []string, options *redis.TSMRangeOptions) *redis.MapStringSliceInterfaceCmd

TSMRangeWithArgs provides a mock function with given fields: ctx, fromTimestamp, toTimestamp, filterExpr, options

func (*MockPipeliner) TSMRevRange

func (_m *MockPipeliner) TSMRevRange(ctx context.Context, fromTimestamp int, toTimestamp int, filterExpr []string) *redis.MapStringSliceInterfaceCmd

TSMRevRange provides a mock function with given fields: ctx, fromTimestamp, toTimestamp, filterExpr

func (*MockPipeliner) TSMRevRangeWithArgs

func (_m *MockPipeliner) TSMRevRangeWithArgs(ctx context.Context, fromTimestamp int, toTimestamp int, filterExpr []string, options *redis.TSMRevRangeOptions) *redis.MapStringSliceInterfaceCmd

TSMRevRangeWithArgs provides a mock function with given fields: ctx, fromTimestamp, toTimestamp, filterExpr, options

func (*MockPipeliner) TSQueryIndex

func (_m *MockPipeliner) TSQueryIndex(ctx context.Context, filterExpr []string) *redis.StringSliceCmd

TSQueryIndex provides a mock function with given fields: ctx, filterExpr

func (*MockPipeliner) TSRange

func (_m *MockPipeliner) TSRange(ctx context.Context, key string, fromTimestamp int, toTimestamp int) *redis.TSTimestampValueSliceCmd

TSRange provides a mock function with given fields: ctx, key, fromTimestamp, toTimestamp

func (*MockPipeliner) TSRangeWithArgs

func (_m *MockPipeliner) TSRangeWithArgs(ctx context.Context, key string, fromTimestamp int, toTimestamp int, options *redis.TSRangeOptions) *redis.TSTimestampValueSliceCmd

TSRangeWithArgs provides a mock function with given fields: ctx, key, fromTimestamp, toTimestamp, options

func (*MockPipeliner) TSRevRange

func (_m *MockPipeliner) TSRevRange(ctx context.Context, key string, fromTimestamp int, toTimestamp int) *redis.TSTimestampValueSliceCmd

TSRevRange provides a mock function with given fields: ctx, key, fromTimestamp, toTimestamp

func (*MockPipeliner) TSRevRangeWithArgs

func (_m *MockPipeliner) TSRevRangeWithArgs(ctx context.Context, key string, fromTimestamp int, toTimestamp int, options *redis.TSRevRangeOptions) *redis.TSTimestampValueSliceCmd

TSRevRangeWithArgs provides a mock function with given fields: ctx, key, fromTimestamp, toTimestamp, options

func (*MockPipeliner) TTL

func (_m *MockPipeliner) TTL(ctx context.Context, key string) *redis.DurationCmd

TTL provides a mock function with given fields: ctx, key

func (*MockPipeliner) Time

func (_m *MockPipeliner) Time(ctx context.Context) *redis.TimeCmd

Time provides a mock function with given fields: ctx

func (*MockPipeliner) TopKAdd

func (_m *MockPipeliner) TopKAdd(ctx context.Context, key string, elements ...interface{}) *redis.StringSliceCmd

TopKAdd provides a mock function with given fields: ctx, key, elements

func (*MockPipeliner) TopKCount

func (_m *MockPipeliner) TopKCount(ctx context.Context, key string, elements ...interface{}) *redis.IntSliceCmd

TopKCount provides a mock function with given fields: ctx, key, elements

func (*MockPipeliner) TopKIncrBy

func (_m *MockPipeliner) TopKIncrBy(ctx context.Context, key string, elements ...interface{}) *redis.StringSliceCmd

TopKIncrBy provides a mock function with given fields: ctx, key, elements

func (*MockPipeliner) TopKInfo

func (_m *MockPipeliner) TopKInfo(ctx context.Context, key string) *redis.TopKInfoCmd

TopKInfo provides a mock function with given fields: ctx, key

func (*MockPipeliner) TopKList

func (_m *MockPipeliner) TopKList(ctx context.Context, key string) *redis.StringSliceCmd

TopKList provides a mock function with given fields: ctx, key

func (*MockPipeliner) TopKListWithCount

func (_m *MockPipeliner) TopKListWithCount(ctx context.Context, key string) *redis.MapStringIntCmd

TopKListWithCount provides a mock function with given fields: ctx, key

func (*MockPipeliner) TopKQuery

func (_m *MockPipeliner) TopKQuery(ctx context.Context, key string, elements ...interface{}) *redis.BoolSliceCmd

TopKQuery provides a mock function with given fields: ctx, key, elements

func (*MockPipeliner) TopKReserve

func (_m *MockPipeliner) TopKReserve(ctx context.Context, key string, k int64) *redis.StatusCmd

TopKReserve provides a mock function with given fields: ctx, key, k

func (*MockPipeliner) TopKReserveWithOptions

func (_m *MockPipeliner) TopKReserveWithOptions(ctx context.Context, key string, k int64, width int64, depth int64, decay float64) *redis.StatusCmd

TopKReserveWithOptions provides a mock function with given fields: ctx, key, k, width, depth, decay

func (*MockPipeliner) Touch

func (_m *MockPipeliner) Touch(ctx context.Context, keys ...string) *redis.IntCmd

Touch provides a mock function with given fields: ctx, keys

func (*MockPipeliner) TxPipeline

func (_m *MockPipeliner) TxPipeline() redis.Pipeliner

TxPipeline provides a mock function with given fields:

func (*MockPipeliner) TxPipelined

func (_m *MockPipeliner) TxPipelined(ctx context.Context, fn func(redis.Pipeliner) error) ([]redis.Cmder, error)

TxPipelined provides a mock function with given fields: ctx, fn

func (*MockPipeliner) Type

func (_m *MockPipeliner) Type(ctx context.Context, key string) *redis.StatusCmd

Type provides a mock function with given fields: ctx, key

func (_m *MockPipeliner) Unlink(ctx context.Context, keys ...string) *redis.IntCmd

Unlink provides a mock function with given fields: ctx, keys

func (*MockPipeliner) XAck

func (_m *MockPipeliner) XAck(ctx context.Context, stream string, group string, ids ...string) *redis.IntCmd

XAck provides a mock function with given fields: ctx, stream, group, ids

func (*MockPipeliner) XAdd

XAdd provides a mock function with given fields: ctx, a

func (*MockPipeliner) XAutoClaim

XAutoClaim provides a mock function with given fields: ctx, a

func (*MockPipeliner) XAutoClaimJustID

XAutoClaimJustID provides a mock function with given fields: ctx, a

func (*MockPipeliner) XClaim

XClaim provides a mock function with given fields: ctx, a

func (*MockPipeliner) XClaimJustID

func (_m *MockPipeliner) XClaimJustID(ctx context.Context, a *redis.XClaimArgs) *redis.StringSliceCmd

XClaimJustID provides a mock function with given fields: ctx, a

func (*MockPipeliner) XDel

func (_m *MockPipeliner) XDel(ctx context.Context, stream string, ids ...string) *redis.IntCmd

XDel provides a mock function with given fields: ctx, stream, ids

func (*MockPipeliner) XGroupCreate

func (_m *MockPipeliner) XGroupCreate(ctx context.Context, stream string, group string, start string) *redis.StatusCmd

XGroupCreate provides a mock function with given fields: ctx, stream, group, start

func (*MockPipeliner) XGroupCreateConsumer

func (_m *MockPipeliner) XGroupCreateConsumer(ctx context.Context, stream string, group string, consumer string) *redis.IntCmd

XGroupCreateConsumer provides a mock function with given fields: ctx, stream, group, consumer

func (*MockPipeliner) XGroupCreateMkStream

func (_m *MockPipeliner) XGroupCreateMkStream(ctx context.Context, stream string, group string, start string) *redis.StatusCmd

XGroupCreateMkStream provides a mock function with given fields: ctx, stream, group, start

func (*MockPipeliner) XGroupDelConsumer

func (_m *MockPipeliner) XGroupDelConsumer(ctx context.Context, stream string, group string, consumer string) *redis.IntCmd

XGroupDelConsumer provides a mock function with given fields: ctx, stream, group, consumer

func (*MockPipeliner) XGroupDestroy

func (_m *MockPipeliner) XGroupDestroy(ctx context.Context, stream string, group string) *redis.IntCmd

XGroupDestroy provides a mock function with given fields: ctx, stream, group

func (*MockPipeliner) XGroupSetID

func (_m *MockPipeliner) XGroupSetID(ctx context.Context, stream string, group string, start string) *redis.StatusCmd

XGroupSetID provides a mock function with given fields: ctx, stream, group, start

func (*MockPipeliner) XInfoConsumers

func (_m *MockPipeliner) XInfoConsumers(ctx context.Context, key string, group string) *redis.XInfoConsumersCmd

XInfoConsumers provides a mock function with given fields: ctx, key, group

func (*MockPipeliner) XInfoGroups

func (_m *MockPipeliner) XInfoGroups(ctx context.Context, key string) *redis.XInfoGroupsCmd

XInfoGroups provides a mock function with given fields: ctx, key

func (*MockPipeliner) XInfoStream

func (_m *MockPipeliner) XInfoStream(ctx context.Context, key string) *redis.XInfoStreamCmd

XInfoStream provides a mock function with given fields: ctx, key

func (*MockPipeliner) XInfoStreamFull

func (_m *MockPipeliner) XInfoStreamFull(ctx context.Context, key string, count int) *redis.XInfoStreamFullCmd

XInfoStreamFull provides a mock function with given fields: ctx, key, count

func (*MockPipeliner) XLen

func (_m *MockPipeliner) XLen(ctx context.Context, stream string) *redis.IntCmd

XLen provides a mock function with given fields: ctx, stream

func (*MockPipeliner) XPending

func (_m *MockPipeliner) XPending(ctx context.Context, stream string, group string) *redis.XPendingCmd

XPending provides a mock function with given fields: ctx, stream, group

func (*MockPipeliner) XPendingExt

XPendingExt provides a mock function with given fields: ctx, a

func (*MockPipeliner) XRange

func (_m *MockPipeliner) XRange(ctx context.Context, stream string, start string, stop string) *redis.XMessageSliceCmd

XRange provides a mock function with given fields: ctx, stream, start, stop

func (*MockPipeliner) XRangeN

func (_m *MockPipeliner) XRangeN(ctx context.Context, stream string, start string, stop string, count int64) *redis.XMessageSliceCmd

XRangeN provides a mock function with given fields: ctx, stream, start, stop, count

func (*MockPipeliner) XRead

XRead provides a mock function with given fields: ctx, a

func (*MockPipeliner) XReadGroup

XReadGroup provides a mock function with given fields: ctx, a

func (*MockPipeliner) XReadStreams

func (_m *MockPipeliner) XReadStreams(ctx context.Context, streams ...string) *redis.XStreamSliceCmd

XReadStreams provides a mock function with given fields: ctx, streams

func (*MockPipeliner) XRevRange

func (_m *MockPipeliner) XRevRange(ctx context.Context, stream string, start string, stop string) *redis.XMessageSliceCmd

XRevRange provides a mock function with given fields: ctx, stream, start, stop

func (*MockPipeliner) XRevRangeN

func (_m *MockPipeliner) XRevRangeN(ctx context.Context, stream string, start string, stop string, count int64) *redis.XMessageSliceCmd

XRevRangeN provides a mock function with given fields: ctx, stream, start, stop, count

func (*MockPipeliner) XTrimMaxLen

func (_m *MockPipeliner) XTrimMaxLen(ctx context.Context, key string, maxLen int64) *redis.IntCmd

XTrimMaxLen provides a mock function with given fields: ctx, key, maxLen

func (*MockPipeliner) XTrimMaxLenApprox

func (_m *MockPipeliner) XTrimMaxLenApprox(ctx context.Context, key string, maxLen int64, limit int64) *redis.IntCmd

XTrimMaxLenApprox provides a mock function with given fields: ctx, key, maxLen, limit

func (*MockPipeliner) XTrimMinID

func (_m *MockPipeliner) XTrimMinID(ctx context.Context, key string, minID string) *redis.IntCmd

XTrimMinID provides a mock function with given fields: ctx, key, minID

func (*MockPipeliner) XTrimMinIDApprox

func (_m *MockPipeliner) XTrimMinIDApprox(ctx context.Context, key string, minID string, limit int64) *redis.IntCmd

XTrimMinIDApprox provides a mock function with given fields: ctx, key, minID, limit

func (*MockPipeliner) ZAdd

func (_m *MockPipeliner) ZAdd(ctx context.Context, key string, members ...redis.Z) *redis.IntCmd

ZAdd provides a mock function with given fields: ctx, key, members

func (*MockPipeliner) ZAddArgs

func (_m *MockPipeliner) ZAddArgs(ctx context.Context, key string, args redis.ZAddArgs) *redis.IntCmd

ZAddArgs provides a mock function with given fields: ctx, key, args

func (*MockPipeliner) ZAddArgsIncr

func (_m *MockPipeliner) ZAddArgsIncr(ctx context.Context, key string, args redis.ZAddArgs) *redis.FloatCmd

ZAddArgsIncr provides a mock function with given fields: ctx, key, args

func (*MockPipeliner) ZAddGT

func (_m *MockPipeliner) ZAddGT(ctx context.Context, key string, members ...redis.Z) *redis.IntCmd

ZAddGT provides a mock function with given fields: ctx, key, members

func (*MockPipeliner) ZAddLT

func (_m *MockPipeliner) ZAddLT(ctx context.Context, key string, members ...redis.Z) *redis.IntCmd

ZAddLT provides a mock function with given fields: ctx, key, members

func (*MockPipeliner) ZAddNX

func (_m *MockPipeliner) ZAddNX(ctx context.Context, key string, members ...redis.Z) *redis.IntCmd

ZAddNX provides a mock function with given fields: ctx, key, members

func (*MockPipeliner) ZAddXX

func (_m *MockPipeliner) ZAddXX(ctx context.Context, key string, members ...redis.Z) *redis.IntCmd

ZAddXX provides a mock function with given fields: ctx, key, members

func (*MockPipeliner) ZCard

func (_m *MockPipeliner) ZCard(ctx context.Context, key string) *redis.IntCmd

ZCard provides a mock function with given fields: ctx, key

func (*MockPipeliner) ZCount

func (_m *MockPipeliner) ZCount(ctx context.Context, key string, min string, max string) *redis.IntCmd

ZCount provides a mock function with given fields: ctx, key, min, max

func (*MockPipeliner) ZDiff

func (_m *MockPipeliner) ZDiff(ctx context.Context, keys ...string) *redis.StringSliceCmd

ZDiff provides a mock function with given fields: ctx, keys

func (*MockPipeliner) ZDiffStore

func (_m *MockPipeliner) ZDiffStore(ctx context.Context, destination string, keys ...string) *redis.IntCmd

ZDiffStore provides a mock function with given fields: ctx, destination, keys

func (*MockPipeliner) ZDiffWithScores

func (_m *MockPipeliner) ZDiffWithScores(ctx context.Context, keys ...string) *redis.ZSliceCmd

ZDiffWithScores provides a mock function with given fields: ctx, keys

func (*MockPipeliner) ZIncrBy

func (_m *MockPipeliner) ZIncrBy(ctx context.Context, key string, increment float64, member string) *redis.FloatCmd

ZIncrBy provides a mock function with given fields: ctx, key, increment, member

func (*MockPipeliner) ZInter

func (_m *MockPipeliner) ZInter(ctx context.Context, store *redis.ZStore) *redis.StringSliceCmd

ZInter provides a mock function with given fields: ctx, store

func (*MockPipeliner) ZInterCard

func (_m *MockPipeliner) ZInterCard(ctx context.Context, limit int64, keys ...string) *redis.IntCmd

ZInterCard provides a mock function with given fields: ctx, limit, keys

func (*MockPipeliner) ZInterStore

func (_m *MockPipeliner) ZInterStore(ctx context.Context, destination string, store *redis.ZStore) *redis.IntCmd

ZInterStore provides a mock function with given fields: ctx, destination, store

func (*MockPipeliner) ZInterWithScores

func (_m *MockPipeliner) ZInterWithScores(ctx context.Context, store *redis.ZStore) *redis.ZSliceCmd

ZInterWithScores provides a mock function with given fields: ctx, store

func (*MockPipeliner) ZLexCount

func (_m *MockPipeliner) ZLexCount(ctx context.Context, key string, min string, max string) *redis.IntCmd

ZLexCount provides a mock function with given fields: ctx, key, min, max

func (*MockPipeliner) ZMPop

func (_m *MockPipeliner) ZMPop(ctx context.Context, order string, count int64, keys ...string) *redis.ZSliceWithKeyCmd

ZMPop provides a mock function with given fields: ctx, order, count, keys

func (*MockPipeliner) ZMScore

func (_m *MockPipeliner) ZMScore(ctx context.Context, key string, members ...string) *redis.FloatSliceCmd

ZMScore provides a mock function with given fields: ctx, key, members

func (*MockPipeliner) ZPopMax

func (_m *MockPipeliner) ZPopMax(ctx context.Context, key string, count ...int64) *redis.ZSliceCmd

ZPopMax provides a mock function with given fields: ctx, key, count

func (*MockPipeliner) ZPopMin

func (_m *MockPipeliner) ZPopMin(ctx context.Context, key string, count ...int64) *redis.ZSliceCmd

ZPopMin provides a mock function with given fields: ctx, key, count

func (*MockPipeliner) ZRandMember

func (_m *MockPipeliner) ZRandMember(ctx context.Context, key string, count int) *redis.StringSliceCmd

ZRandMember provides a mock function with given fields: ctx, key, count

func (*MockPipeliner) ZRandMemberWithScores

func (_m *MockPipeliner) ZRandMemberWithScores(ctx context.Context, key string, count int) *redis.ZSliceCmd

ZRandMemberWithScores provides a mock function with given fields: ctx, key, count

func (*MockPipeliner) ZRange

func (_m *MockPipeliner) ZRange(ctx context.Context, key string, start int64, stop int64) *redis.StringSliceCmd

ZRange provides a mock function with given fields: ctx, key, start, stop

func (*MockPipeliner) ZRangeArgs

ZRangeArgs provides a mock function with given fields: ctx, z

func (*MockPipeliner) ZRangeArgsWithScores

func (_m *MockPipeliner) ZRangeArgsWithScores(ctx context.Context, z redis.ZRangeArgs) *redis.ZSliceCmd

ZRangeArgsWithScores provides a mock function with given fields: ctx, z

func (*MockPipeliner) ZRangeByLex

func (_m *MockPipeliner) ZRangeByLex(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.StringSliceCmd

ZRangeByLex provides a mock function with given fields: ctx, key, opt

func (*MockPipeliner) ZRangeByScore

func (_m *MockPipeliner) ZRangeByScore(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.StringSliceCmd

ZRangeByScore provides a mock function with given fields: ctx, key, opt

func (*MockPipeliner) ZRangeByScoreWithScores

func (_m *MockPipeliner) ZRangeByScoreWithScores(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.ZSliceCmd

ZRangeByScoreWithScores provides a mock function with given fields: ctx, key, opt

func (*MockPipeliner) ZRangeStore

func (_m *MockPipeliner) ZRangeStore(ctx context.Context, dst string, z redis.ZRangeArgs) *redis.IntCmd

ZRangeStore provides a mock function with given fields: ctx, dst, z

func (*MockPipeliner) ZRangeWithScores

func (_m *MockPipeliner) ZRangeWithScores(ctx context.Context, key string, start int64, stop int64) *redis.ZSliceCmd

ZRangeWithScores provides a mock function with given fields: ctx, key, start, stop

func (*MockPipeliner) ZRank

func (_m *MockPipeliner) ZRank(ctx context.Context, key string, member string) *redis.IntCmd

ZRank provides a mock function with given fields: ctx, key, member

func (*MockPipeliner) ZRankWithScore

func (_m *MockPipeliner) ZRankWithScore(ctx context.Context, key string, member string) *redis.RankWithScoreCmd

ZRankWithScore provides a mock function with given fields: ctx, key, member

func (*MockPipeliner) ZRem

func (_m *MockPipeliner) ZRem(ctx context.Context, key string, members ...interface{}) *redis.IntCmd

ZRem provides a mock function with given fields: ctx, key, members

func (*MockPipeliner) ZRemRangeByLex

func (_m *MockPipeliner) ZRemRangeByLex(ctx context.Context, key string, min string, max string) *redis.IntCmd

ZRemRangeByLex provides a mock function with given fields: ctx, key, min, max

func (*MockPipeliner) ZRemRangeByRank

func (_m *MockPipeliner) ZRemRangeByRank(ctx context.Context, key string, start int64, stop int64) *redis.IntCmd

ZRemRangeByRank provides a mock function with given fields: ctx, key, start, stop

func (*MockPipeliner) ZRemRangeByScore

func (_m *MockPipeliner) ZRemRangeByScore(ctx context.Context, key string, min string, max string) *redis.IntCmd

ZRemRangeByScore provides a mock function with given fields: ctx, key, min, max

func (*MockPipeliner) ZRevRange

func (_m *MockPipeliner) ZRevRange(ctx context.Context, key string, start int64, stop int64) *redis.StringSliceCmd

ZRevRange provides a mock function with given fields: ctx, key, start, stop

func (*MockPipeliner) ZRevRangeByLex

func (_m *MockPipeliner) ZRevRangeByLex(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.StringSliceCmd

ZRevRangeByLex provides a mock function with given fields: ctx, key, opt

func (*MockPipeliner) ZRevRangeByScore

func (_m *MockPipeliner) ZRevRangeByScore(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.StringSliceCmd

ZRevRangeByScore provides a mock function with given fields: ctx, key, opt

func (*MockPipeliner) ZRevRangeByScoreWithScores

func (_m *MockPipeliner) ZRevRangeByScoreWithScores(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.ZSliceCmd

ZRevRangeByScoreWithScores provides a mock function with given fields: ctx, key, opt

func (*MockPipeliner) ZRevRangeWithScores

func (_m *MockPipeliner) ZRevRangeWithScores(ctx context.Context, key string, start int64, stop int64) *redis.ZSliceCmd

ZRevRangeWithScores provides a mock function with given fields: ctx, key, start, stop

func (*MockPipeliner) ZRevRank

func (_m *MockPipeliner) ZRevRank(ctx context.Context, key string, member string) *redis.IntCmd

ZRevRank provides a mock function with given fields: ctx, key, member

func (*MockPipeliner) ZRevRankWithScore

func (_m *MockPipeliner) ZRevRankWithScore(ctx context.Context, key string, member string) *redis.RankWithScoreCmd

ZRevRankWithScore provides a mock function with given fields: ctx, key, member

func (*MockPipeliner) ZScan

func (_m *MockPipeliner) ZScan(ctx context.Context, key string, cursor uint64, match string, count int64) *redis.ScanCmd

ZScan provides a mock function with given fields: ctx, key, cursor, match, count

func (*MockPipeliner) ZScore

func (_m *MockPipeliner) ZScore(ctx context.Context, key string, member string) *redis.FloatCmd

ZScore provides a mock function with given fields: ctx, key, member

func (*MockPipeliner) ZUnion

func (_m *MockPipeliner) ZUnion(ctx context.Context, store redis.ZStore) *redis.StringSliceCmd

ZUnion provides a mock function with given fields: ctx, store

func (*MockPipeliner) ZUnionStore

func (_m *MockPipeliner) ZUnionStore(ctx context.Context, dest string, store *redis.ZStore) *redis.IntCmd

ZUnionStore provides a mock function with given fields: ctx, dest, store

func (*MockPipeliner) ZUnionWithScores

func (_m *MockPipeliner) ZUnionWithScores(ctx context.Context, store redis.ZStore) *redis.ZSliceCmd

ZUnionWithScores provides a mock function with given fields: ctx, store

type MockPipeliner_ACLDryRun_Call

type MockPipeliner_ACLDryRun_Call struct {
	*mock.Call
}

MockPipeliner_ACLDryRun_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ACLDryRun'

func (*MockPipeliner_ACLDryRun_Call) Return

func (*MockPipeliner_ACLDryRun_Call) Run

func (_c *MockPipeliner_ACLDryRun_Call) Run(run func(ctx context.Context, username string, command ...interface{})) *MockPipeliner_ACLDryRun_Call

func (*MockPipeliner_ACLDryRun_Call) RunAndReturn

func (_c *MockPipeliner_ACLDryRun_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.StringCmd) *MockPipeliner_ACLDryRun_Call

type MockPipeliner_ACLLogReset_Call

type MockPipeliner_ACLLogReset_Call struct {
	*mock.Call
}

MockPipeliner_ACLLogReset_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ACLLogReset'

func (*MockPipeliner_ACLLogReset_Call) Return

func (*MockPipeliner_ACLLogReset_Call) Run

func (*MockPipeliner_ACLLogReset_Call) RunAndReturn

type MockPipeliner_ACLLog_Call

type MockPipeliner_ACLLog_Call struct {
	*mock.Call
}

MockPipeliner_ACLLog_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ACLLog'

func (*MockPipeliner_ACLLog_Call) Return

func (*MockPipeliner_ACLLog_Call) Run

func (*MockPipeliner_ACLLog_Call) RunAndReturn

type MockPipeliner_Append_Call

type MockPipeliner_Append_Call struct {
	*mock.Call
}

MockPipeliner_Append_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Append'

func (*MockPipeliner_Append_Call) Return

func (*MockPipeliner_Append_Call) Run

func (*MockPipeliner_Append_Call) RunAndReturn

type MockPipeliner_AuthACL_Call

type MockPipeliner_AuthACL_Call struct {
	*mock.Call
}

MockPipeliner_AuthACL_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AuthACL'

func (*MockPipeliner_AuthACL_Call) Return

func (*MockPipeliner_AuthACL_Call) Run

func (_c *MockPipeliner_AuthACL_Call) Run(run func(ctx context.Context, username string, password string)) *MockPipeliner_AuthACL_Call

func (*MockPipeliner_AuthACL_Call) RunAndReturn

type MockPipeliner_Auth_Call

type MockPipeliner_Auth_Call struct {
	*mock.Call
}

MockPipeliner_Auth_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Auth'

func (*MockPipeliner_Auth_Call) Return

func (*MockPipeliner_Auth_Call) Run

func (_c *MockPipeliner_Auth_Call) Run(run func(ctx context.Context, password string)) *MockPipeliner_Auth_Call

func (*MockPipeliner_Auth_Call) RunAndReturn

type MockPipeliner_BFAdd_Call

type MockPipeliner_BFAdd_Call struct {
	*mock.Call
}

MockPipeliner_BFAdd_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFAdd'

func (*MockPipeliner_BFAdd_Call) Return

func (*MockPipeliner_BFAdd_Call) Run

func (_c *MockPipeliner_BFAdd_Call) Run(run func(ctx context.Context, key string, element interface{})) *MockPipeliner_BFAdd_Call

func (*MockPipeliner_BFAdd_Call) RunAndReturn

func (_c *MockPipeliner_BFAdd_Call) RunAndReturn(run func(context.Context, string, interface{}) *redis.BoolCmd) *MockPipeliner_BFAdd_Call

type MockPipeliner_BFCard_Call

type MockPipeliner_BFCard_Call struct {
	*mock.Call
}

MockPipeliner_BFCard_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFCard'

func (*MockPipeliner_BFCard_Call) Return

func (*MockPipeliner_BFCard_Call) Run

func (*MockPipeliner_BFCard_Call) RunAndReturn

type MockPipeliner_BFExists_Call

type MockPipeliner_BFExists_Call struct {
	*mock.Call
}

MockPipeliner_BFExists_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFExists'

func (*MockPipeliner_BFExists_Call) Return

func (*MockPipeliner_BFExists_Call) Run

func (_c *MockPipeliner_BFExists_Call) Run(run func(ctx context.Context, key string, element interface{})) *MockPipeliner_BFExists_Call

func (*MockPipeliner_BFExists_Call) RunAndReturn

func (_c *MockPipeliner_BFExists_Call) RunAndReturn(run func(context.Context, string, interface{}) *redis.BoolCmd) *MockPipeliner_BFExists_Call

type MockPipeliner_BFInfoArg_Call

type MockPipeliner_BFInfoArg_Call struct {
	*mock.Call
}

MockPipeliner_BFInfoArg_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFInfoArg'

func (*MockPipeliner_BFInfoArg_Call) Return

func (*MockPipeliner_BFInfoArg_Call) Run

func (*MockPipeliner_BFInfoArg_Call) RunAndReturn

type MockPipeliner_BFInfoCapacity_Call

type MockPipeliner_BFInfoCapacity_Call struct {
	*mock.Call
}

MockPipeliner_BFInfoCapacity_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFInfoCapacity'

func (*MockPipeliner_BFInfoCapacity_Call) Return

func (*MockPipeliner_BFInfoCapacity_Call) Run

func (*MockPipeliner_BFInfoCapacity_Call) RunAndReturn

type MockPipeliner_BFInfoExpansion_Call

type MockPipeliner_BFInfoExpansion_Call struct {
	*mock.Call
}

MockPipeliner_BFInfoExpansion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFInfoExpansion'

func (*MockPipeliner_BFInfoExpansion_Call) Return

func (*MockPipeliner_BFInfoExpansion_Call) Run

func (*MockPipeliner_BFInfoExpansion_Call) RunAndReturn

type MockPipeliner_BFInfoFilters_Call

type MockPipeliner_BFInfoFilters_Call struct {
	*mock.Call
}

MockPipeliner_BFInfoFilters_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFInfoFilters'

func (*MockPipeliner_BFInfoFilters_Call) Return

func (*MockPipeliner_BFInfoFilters_Call) Run

func (*MockPipeliner_BFInfoFilters_Call) RunAndReturn

type MockPipeliner_BFInfoItems_Call

type MockPipeliner_BFInfoItems_Call struct {
	*mock.Call
}

MockPipeliner_BFInfoItems_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFInfoItems'

func (*MockPipeliner_BFInfoItems_Call) Return

func (*MockPipeliner_BFInfoItems_Call) Run

func (*MockPipeliner_BFInfoItems_Call) RunAndReturn

type MockPipeliner_BFInfoSize_Call

type MockPipeliner_BFInfoSize_Call struct {
	*mock.Call
}

MockPipeliner_BFInfoSize_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFInfoSize'

func (*MockPipeliner_BFInfoSize_Call) Return

func (*MockPipeliner_BFInfoSize_Call) Run

func (*MockPipeliner_BFInfoSize_Call) RunAndReturn

type MockPipeliner_BFInfo_Call

type MockPipeliner_BFInfo_Call struct {
	*mock.Call
}

MockPipeliner_BFInfo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFInfo'

func (*MockPipeliner_BFInfo_Call) Return

func (*MockPipeliner_BFInfo_Call) Run

func (*MockPipeliner_BFInfo_Call) RunAndReturn

type MockPipeliner_BFInsert_Call

type MockPipeliner_BFInsert_Call struct {
	*mock.Call
}

MockPipeliner_BFInsert_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFInsert'

func (*MockPipeliner_BFInsert_Call) Return

func (*MockPipeliner_BFInsert_Call) Run

func (_c *MockPipeliner_BFInsert_Call) Run(run func(ctx context.Context, key string, options *redis.BFInsertOptions, elements ...interface{})) *MockPipeliner_BFInsert_Call

func (*MockPipeliner_BFInsert_Call) RunAndReturn

type MockPipeliner_BFLoadChunk_Call

type MockPipeliner_BFLoadChunk_Call struct {
	*mock.Call
}

MockPipeliner_BFLoadChunk_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFLoadChunk'

func (*MockPipeliner_BFLoadChunk_Call) Return

func (*MockPipeliner_BFLoadChunk_Call) Run

func (_c *MockPipeliner_BFLoadChunk_Call) Run(run func(ctx context.Context, key string, iterator int64, data interface{})) *MockPipeliner_BFLoadChunk_Call

func (*MockPipeliner_BFLoadChunk_Call) RunAndReturn

type MockPipeliner_BFMAdd_Call

type MockPipeliner_BFMAdd_Call struct {
	*mock.Call
}

MockPipeliner_BFMAdd_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFMAdd'

func (*MockPipeliner_BFMAdd_Call) Return

func (*MockPipeliner_BFMAdd_Call) Run

func (_c *MockPipeliner_BFMAdd_Call) Run(run func(ctx context.Context, key string, elements ...interface{})) *MockPipeliner_BFMAdd_Call

func (*MockPipeliner_BFMAdd_Call) RunAndReturn

func (_c *MockPipeliner_BFMAdd_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.BoolSliceCmd) *MockPipeliner_BFMAdd_Call

type MockPipeliner_BFMExists_Call

type MockPipeliner_BFMExists_Call struct {
	*mock.Call
}

MockPipeliner_BFMExists_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFMExists'

func (*MockPipeliner_BFMExists_Call) Return

func (*MockPipeliner_BFMExists_Call) Run

func (_c *MockPipeliner_BFMExists_Call) Run(run func(ctx context.Context, key string, elements ...interface{})) *MockPipeliner_BFMExists_Call

func (*MockPipeliner_BFMExists_Call) RunAndReturn

func (_c *MockPipeliner_BFMExists_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.BoolSliceCmd) *MockPipeliner_BFMExists_Call

type MockPipeliner_BFReserveExpansion_Call

type MockPipeliner_BFReserveExpansion_Call struct {
	*mock.Call
}

MockPipeliner_BFReserveExpansion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFReserveExpansion'

func (*MockPipeliner_BFReserveExpansion_Call) Return

func (*MockPipeliner_BFReserveExpansion_Call) Run

func (_c *MockPipeliner_BFReserveExpansion_Call) Run(run func(ctx context.Context, key string, errorRate float64, capacity int64, expansion int64)) *MockPipeliner_BFReserveExpansion_Call

func (*MockPipeliner_BFReserveExpansion_Call) RunAndReturn

type MockPipeliner_BFReserveNonScaling_Call

type MockPipeliner_BFReserveNonScaling_Call struct {
	*mock.Call
}

MockPipeliner_BFReserveNonScaling_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFReserveNonScaling'

func (*MockPipeliner_BFReserveNonScaling_Call) Return

func (*MockPipeliner_BFReserveNonScaling_Call) Run

func (*MockPipeliner_BFReserveNonScaling_Call) RunAndReturn

type MockPipeliner_BFReserveWithArgs_Call

type MockPipeliner_BFReserveWithArgs_Call struct {
	*mock.Call
}

MockPipeliner_BFReserveWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFReserveWithArgs'

func (*MockPipeliner_BFReserveWithArgs_Call) Return

func (*MockPipeliner_BFReserveWithArgs_Call) Run

func (*MockPipeliner_BFReserveWithArgs_Call) RunAndReturn

type MockPipeliner_BFReserve_Call

type MockPipeliner_BFReserve_Call struct {
	*mock.Call
}

MockPipeliner_BFReserve_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFReserve'

func (*MockPipeliner_BFReserve_Call) Return

func (*MockPipeliner_BFReserve_Call) Run

func (_c *MockPipeliner_BFReserve_Call) Run(run func(ctx context.Context, key string, errorRate float64, capacity int64)) *MockPipeliner_BFReserve_Call

func (*MockPipeliner_BFReserve_Call) RunAndReturn

type MockPipeliner_BFScanDump_Call

type MockPipeliner_BFScanDump_Call struct {
	*mock.Call
}

MockPipeliner_BFScanDump_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BFScanDump'

func (*MockPipeliner_BFScanDump_Call) Return

func (*MockPipeliner_BFScanDump_Call) Run

func (*MockPipeliner_BFScanDump_Call) RunAndReturn

type MockPipeliner_BLMPop_Call

type MockPipeliner_BLMPop_Call struct {
	*mock.Call
}

MockPipeliner_BLMPop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BLMPop'

func (*MockPipeliner_BLMPop_Call) Return

func (*MockPipeliner_BLMPop_Call) Run

func (_c *MockPipeliner_BLMPop_Call) Run(run func(ctx context.Context, timeout time.Duration, direction string, count int64, keys ...string)) *MockPipeliner_BLMPop_Call

func (*MockPipeliner_BLMPop_Call) RunAndReturn

type MockPipeliner_BLMove_Call

type MockPipeliner_BLMove_Call struct {
	*mock.Call
}

MockPipeliner_BLMove_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BLMove'

func (*MockPipeliner_BLMove_Call) Return

func (*MockPipeliner_BLMove_Call) Run

func (_c *MockPipeliner_BLMove_Call) Run(run func(ctx context.Context, source string, destination string, srcpos string, destpos string, timeout time.Duration)) *MockPipeliner_BLMove_Call

func (*MockPipeliner_BLMove_Call) RunAndReturn

type MockPipeliner_BLPop_Call

type MockPipeliner_BLPop_Call struct {
	*mock.Call
}

MockPipeliner_BLPop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BLPop'

func (*MockPipeliner_BLPop_Call) Return

func (*MockPipeliner_BLPop_Call) Run

func (_c *MockPipeliner_BLPop_Call) Run(run func(ctx context.Context, timeout time.Duration, keys ...string)) *MockPipeliner_BLPop_Call

func (*MockPipeliner_BLPop_Call) RunAndReturn

type MockPipeliner_BRPopLPush_Call

type MockPipeliner_BRPopLPush_Call struct {
	*mock.Call
}

MockPipeliner_BRPopLPush_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BRPopLPush'

func (*MockPipeliner_BRPopLPush_Call) Return

func (*MockPipeliner_BRPopLPush_Call) Run

func (_c *MockPipeliner_BRPopLPush_Call) Run(run func(ctx context.Context, source string, destination string, timeout time.Duration)) *MockPipeliner_BRPopLPush_Call

func (*MockPipeliner_BRPopLPush_Call) RunAndReturn

type MockPipeliner_BRPop_Call

type MockPipeliner_BRPop_Call struct {
	*mock.Call
}

MockPipeliner_BRPop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BRPop'

func (*MockPipeliner_BRPop_Call) Return

func (*MockPipeliner_BRPop_Call) Run

func (_c *MockPipeliner_BRPop_Call) Run(run func(ctx context.Context, timeout time.Duration, keys ...string)) *MockPipeliner_BRPop_Call

func (*MockPipeliner_BRPop_Call) RunAndReturn

type MockPipeliner_BZMPop_Call

type MockPipeliner_BZMPop_Call struct {
	*mock.Call
}

MockPipeliner_BZMPop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BZMPop'

func (*MockPipeliner_BZMPop_Call) Return

func (*MockPipeliner_BZMPop_Call) Run

func (_c *MockPipeliner_BZMPop_Call) Run(run func(ctx context.Context, timeout time.Duration, order string, count int64, keys ...string)) *MockPipeliner_BZMPop_Call

func (*MockPipeliner_BZMPop_Call) RunAndReturn

type MockPipeliner_BZPopMax_Call

type MockPipeliner_BZPopMax_Call struct {
	*mock.Call
}

MockPipeliner_BZPopMax_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BZPopMax'

func (*MockPipeliner_BZPopMax_Call) Return

func (*MockPipeliner_BZPopMax_Call) Run

func (*MockPipeliner_BZPopMax_Call) RunAndReturn

type MockPipeliner_BZPopMin_Call

type MockPipeliner_BZPopMin_Call struct {
	*mock.Call
}

MockPipeliner_BZPopMin_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BZPopMin'

func (*MockPipeliner_BZPopMin_Call) Return

func (*MockPipeliner_BZPopMin_Call) Run

func (*MockPipeliner_BZPopMin_Call) RunAndReturn

type MockPipeliner_BgRewriteAOF_Call

type MockPipeliner_BgRewriteAOF_Call struct {
	*mock.Call
}

MockPipeliner_BgRewriteAOF_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BgRewriteAOF'

func (*MockPipeliner_BgRewriteAOF_Call) Return

func (*MockPipeliner_BgRewriteAOF_Call) Run

func (*MockPipeliner_BgRewriteAOF_Call) RunAndReturn

type MockPipeliner_BgSave_Call

type MockPipeliner_BgSave_Call struct {
	*mock.Call
}

MockPipeliner_BgSave_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BgSave'

func (*MockPipeliner_BgSave_Call) Return

func (*MockPipeliner_BgSave_Call) Run

func (*MockPipeliner_BgSave_Call) RunAndReturn

type MockPipeliner_BitCount_Call

type MockPipeliner_BitCount_Call struct {
	*mock.Call
}

MockPipeliner_BitCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BitCount'

func (*MockPipeliner_BitCount_Call) Return

func (*MockPipeliner_BitCount_Call) Run

func (*MockPipeliner_BitCount_Call) RunAndReturn

type MockPipeliner_BitField_Call

type MockPipeliner_BitField_Call struct {
	*mock.Call
}

MockPipeliner_BitField_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BitField'

func (*MockPipeliner_BitField_Call) Return

func (*MockPipeliner_BitField_Call) Run

func (_c *MockPipeliner_BitField_Call) Run(run func(ctx context.Context, key string, values ...interface{})) *MockPipeliner_BitField_Call

func (*MockPipeliner_BitField_Call) RunAndReturn

func (_c *MockPipeliner_BitField_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.IntSliceCmd) *MockPipeliner_BitField_Call

type MockPipeliner_BitOpAnd_Call

type MockPipeliner_BitOpAnd_Call struct {
	*mock.Call
}

MockPipeliner_BitOpAnd_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BitOpAnd'

func (*MockPipeliner_BitOpAnd_Call) Return

func (*MockPipeliner_BitOpAnd_Call) Run

func (_c *MockPipeliner_BitOpAnd_Call) Run(run func(ctx context.Context, destKey string, keys ...string)) *MockPipeliner_BitOpAnd_Call

func (*MockPipeliner_BitOpAnd_Call) RunAndReturn

type MockPipeliner_BitOpNot_Call

type MockPipeliner_BitOpNot_Call struct {
	*mock.Call
}

MockPipeliner_BitOpNot_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BitOpNot'

func (*MockPipeliner_BitOpNot_Call) Return

func (*MockPipeliner_BitOpNot_Call) Run

func (*MockPipeliner_BitOpNot_Call) RunAndReturn

type MockPipeliner_BitOpOr_Call

type MockPipeliner_BitOpOr_Call struct {
	*mock.Call
}

MockPipeliner_BitOpOr_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BitOpOr'

func (*MockPipeliner_BitOpOr_Call) Return

func (*MockPipeliner_BitOpOr_Call) Run

func (_c *MockPipeliner_BitOpOr_Call) Run(run func(ctx context.Context, destKey string, keys ...string)) *MockPipeliner_BitOpOr_Call

func (*MockPipeliner_BitOpOr_Call) RunAndReturn

type MockPipeliner_BitOpXor_Call

type MockPipeliner_BitOpXor_Call struct {
	*mock.Call
}

MockPipeliner_BitOpXor_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BitOpXor'

func (*MockPipeliner_BitOpXor_Call) Return

func (*MockPipeliner_BitOpXor_Call) Run

func (_c *MockPipeliner_BitOpXor_Call) Run(run func(ctx context.Context, destKey string, keys ...string)) *MockPipeliner_BitOpXor_Call

func (*MockPipeliner_BitOpXor_Call) RunAndReturn

type MockPipeliner_BitPosSpan_Call

type MockPipeliner_BitPosSpan_Call struct {
	*mock.Call
}

MockPipeliner_BitPosSpan_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BitPosSpan'

func (*MockPipeliner_BitPosSpan_Call) Return

func (*MockPipeliner_BitPosSpan_Call) Run

func (_c *MockPipeliner_BitPosSpan_Call) Run(run func(ctx context.Context, key string, bit int8, start int64, end int64, span string)) *MockPipeliner_BitPosSpan_Call

func (*MockPipeliner_BitPosSpan_Call) RunAndReturn

type MockPipeliner_BitPos_Call

type MockPipeliner_BitPos_Call struct {
	*mock.Call
}

MockPipeliner_BitPos_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BitPos'

func (*MockPipeliner_BitPos_Call) Return

func (*MockPipeliner_BitPos_Call) Run

func (_c *MockPipeliner_BitPos_Call) Run(run func(ctx context.Context, key string, bit int64, pos ...int64)) *MockPipeliner_BitPos_Call

func (*MockPipeliner_BitPos_Call) RunAndReturn

type MockPipeliner_CFAddNX_Call

type MockPipeliner_CFAddNX_Call struct {
	*mock.Call
}

MockPipeliner_CFAddNX_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFAddNX'

func (*MockPipeliner_CFAddNX_Call) Return

func (*MockPipeliner_CFAddNX_Call) Run

func (_c *MockPipeliner_CFAddNX_Call) Run(run func(ctx context.Context, key string, element interface{})) *MockPipeliner_CFAddNX_Call

func (*MockPipeliner_CFAddNX_Call) RunAndReturn

func (_c *MockPipeliner_CFAddNX_Call) RunAndReturn(run func(context.Context, string, interface{}) *redis.BoolCmd) *MockPipeliner_CFAddNX_Call

type MockPipeliner_CFAdd_Call

type MockPipeliner_CFAdd_Call struct {
	*mock.Call
}

MockPipeliner_CFAdd_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFAdd'

func (*MockPipeliner_CFAdd_Call) Return

func (*MockPipeliner_CFAdd_Call) Run

func (_c *MockPipeliner_CFAdd_Call) Run(run func(ctx context.Context, key string, element interface{})) *MockPipeliner_CFAdd_Call

func (*MockPipeliner_CFAdd_Call) RunAndReturn

func (_c *MockPipeliner_CFAdd_Call) RunAndReturn(run func(context.Context, string, interface{}) *redis.BoolCmd) *MockPipeliner_CFAdd_Call

type MockPipeliner_CFCount_Call

type MockPipeliner_CFCount_Call struct {
	*mock.Call
}

MockPipeliner_CFCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFCount'

func (*MockPipeliner_CFCount_Call) Return

func (*MockPipeliner_CFCount_Call) Run

func (_c *MockPipeliner_CFCount_Call) Run(run func(ctx context.Context, key string, element interface{})) *MockPipeliner_CFCount_Call

func (*MockPipeliner_CFCount_Call) RunAndReturn

func (_c *MockPipeliner_CFCount_Call) RunAndReturn(run func(context.Context, string, interface{}) *redis.IntCmd) *MockPipeliner_CFCount_Call

type MockPipeliner_CFDel_Call

type MockPipeliner_CFDel_Call struct {
	*mock.Call
}

MockPipeliner_CFDel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFDel'

func (*MockPipeliner_CFDel_Call) Return

func (*MockPipeliner_CFDel_Call) Run

func (_c *MockPipeliner_CFDel_Call) Run(run func(ctx context.Context, key string, element interface{})) *MockPipeliner_CFDel_Call

func (*MockPipeliner_CFDel_Call) RunAndReturn

func (_c *MockPipeliner_CFDel_Call) RunAndReturn(run func(context.Context, string, interface{}) *redis.BoolCmd) *MockPipeliner_CFDel_Call

type MockPipeliner_CFExists_Call

type MockPipeliner_CFExists_Call struct {
	*mock.Call
}

MockPipeliner_CFExists_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFExists'

func (*MockPipeliner_CFExists_Call) Return

func (*MockPipeliner_CFExists_Call) Run

func (_c *MockPipeliner_CFExists_Call) Run(run func(ctx context.Context, key string, element interface{})) *MockPipeliner_CFExists_Call

func (*MockPipeliner_CFExists_Call) RunAndReturn

func (_c *MockPipeliner_CFExists_Call) RunAndReturn(run func(context.Context, string, interface{}) *redis.BoolCmd) *MockPipeliner_CFExists_Call

type MockPipeliner_CFInfo_Call

type MockPipeliner_CFInfo_Call struct {
	*mock.Call
}

MockPipeliner_CFInfo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFInfo'

func (*MockPipeliner_CFInfo_Call) Return

func (*MockPipeliner_CFInfo_Call) Run

func (*MockPipeliner_CFInfo_Call) RunAndReturn

type MockPipeliner_CFInsertNX_Call

type MockPipeliner_CFInsertNX_Call struct {
	*mock.Call
}

MockPipeliner_CFInsertNX_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFInsertNX'

func (*MockPipeliner_CFInsertNX_Call) Return

func (*MockPipeliner_CFInsertNX_Call) Run

func (_c *MockPipeliner_CFInsertNX_Call) Run(run func(ctx context.Context, key string, options *redis.CFInsertOptions, elements ...interface{})) *MockPipeliner_CFInsertNX_Call

func (*MockPipeliner_CFInsertNX_Call) RunAndReturn

type MockPipeliner_CFInsert_Call

type MockPipeliner_CFInsert_Call struct {
	*mock.Call
}

MockPipeliner_CFInsert_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFInsert'

func (*MockPipeliner_CFInsert_Call) Return

func (*MockPipeliner_CFInsert_Call) Run

func (_c *MockPipeliner_CFInsert_Call) Run(run func(ctx context.Context, key string, options *redis.CFInsertOptions, elements ...interface{})) *MockPipeliner_CFInsert_Call

func (*MockPipeliner_CFInsert_Call) RunAndReturn

type MockPipeliner_CFLoadChunk_Call

type MockPipeliner_CFLoadChunk_Call struct {
	*mock.Call
}

MockPipeliner_CFLoadChunk_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFLoadChunk'

func (*MockPipeliner_CFLoadChunk_Call) Return

func (*MockPipeliner_CFLoadChunk_Call) Run

func (_c *MockPipeliner_CFLoadChunk_Call) Run(run func(ctx context.Context, key string, iterator int64, data interface{})) *MockPipeliner_CFLoadChunk_Call

func (*MockPipeliner_CFLoadChunk_Call) RunAndReturn

type MockPipeliner_CFMExists_Call

type MockPipeliner_CFMExists_Call struct {
	*mock.Call
}

MockPipeliner_CFMExists_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFMExists'

func (*MockPipeliner_CFMExists_Call) Return

func (*MockPipeliner_CFMExists_Call) Run

func (_c *MockPipeliner_CFMExists_Call) Run(run func(ctx context.Context, key string, elements ...interface{})) *MockPipeliner_CFMExists_Call

func (*MockPipeliner_CFMExists_Call) RunAndReturn

func (_c *MockPipeliner_CFMExists_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.BoolSliceCmd) *MockPipeliner_CFMExists_Call

type MockPipeliner_CFReserveBucketSize_Call

type MockPipeliner_CFReserveBucketSize_Call struct {
	*mock.Call
}

MockPipeliner_CFReserveBucketSize_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFReserveBucketSize'

func (*MockPipeliner_CFReserveBucketSize_Call) Return

func (*MockPipeliner_CFReserveBucketSize_Call) Run

func (*MockPipeliner_CFReserveBucketSize_Call) RunAndReturn

type MockPipeliner_CFReserveExpansion_Call

type MockPipeliner_CFReserveExpansion_Call struct {
	*mock.Call
}

MockPipeliner_CFReserveExpansion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFReserveExpansion'

func (*MockPipeliner_CFReserveExpansion_Call) Return

func (*MockPipeliner_CFReserveExpansion_Call) Run

func (*MockPipeliner_CFReserveExpansion_Call) RunAndReturn

type MockPipeliner_CFReserveMaxIterations_Call

type MockPipeliner_CFReserveMaxIterations_Call struct {
	*mock.Call
}

MockPipeliner_CFReserveMaxIterations_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFReserveMaxIterations'

func (*MockPipeliner_CFReserveMaxIterations_Call) Return

func (*MockPipeliner_CFReserveMaxIterations_Call) Run

func (*MockPipeliner_CFReserveMaxIterations_Call) RunAndReturn

type MockPipeliner_CFReserveWithArgs_Call

type MockPipeliner_CFReserveWithArgs_Call struct {
	*mock.Call
}

MockPipeliner_CFReserveWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFReserveWithArgs'

func (*MockPipeliner_CFReserveWithArgs_Call) Return

func (*MockPipeliner_CFReserveWithArgs_Call) Run

func (*MockPipeliner_CFReserveWithArgs_Call) RunAndReturn

type MockPipeliner_CFReserve_Call

type MockPipeliner_CFReserve_Call struct {
	*mock.Call
}

MockPipeliner_CFReserve_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFReserve'

func (*MockPipeliner_CFReserve_Call) Return

func (*MockPipeliner_CFReserve_Call) Run

func (*MockPipeliner_CFReserve_Call) RunAndReturn

type MockPipeliner_CFScanDump_Call

type MockPipeliner_CFScanDump_Call struct {
	*mock.Call
}

MockPipeliner_CFScanDump_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CFScanDump'

func (*MockPipeliner_CFScanDump_Call) Return

func (*MockPipeliner_CFScanDump_Call) Run

func (*MockPipeliner_CFScanDump_Call) RunAndReturn

type MockPipeliner_CMSIncrBy_Call

type MockPipeliner_CMSIncrBy_Call struct {
	*mock.Call
}

MockPipeliner_CMSIncrBy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CMSIncrBy'

func (*MockPipeliner_CMSIncrBy_Call) Return

func (*MockPipeliner_CMSIncrBy_Call) Run

func (_c *MockPipeliner_CMSIncrBy_Call) Run(run func(ctx context.Context, key string, elements ...interface{})) *MockPipeliner_CMSIncrBy_Call

func (*MockPipeliner_CMSIncrBy_Call) RunAndReturn

func (_c *MockPipeliner_CMSIncrBy_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.IntSliceCmd) *MockPipeliner_CMSIncrBy_Call

type MockPipeliner_CMSInfo_Call

type MockPipeliner_CMSInfo_Call struct {
	*mock.Call
}

MockPipeliner_CMSInfo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CMSInfo'

func (*MockPipeliner_CMSInfo_Call) Return

func (*MockPipeliner_CMSInfo_Call) Run

func (*MockPipeliner_CMSInfo_Call) RunAndReturn

type MockPipeliner_CMSInitByDim_Call

type MockPipeliner_CMSInitByDim_Call struct {
	*mock.Call
}

MockPipeliner_CMSInitByDim_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CMSInitByDim'

func (*MockPipeliner_CMSInitByDim_Call) Return

func (*MockPipeliner_CMSInitByDim_Call) Run

func (*MockPipeliner_CMSInitByDim_Call) RunAndReturn

type MockPipeliner_CMSInitByProb_Call

type MockPipeliner_CMSInitByProb_Call struct {
	*mock.Call
}

MockPipeliner_CMSInitByProb_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CMSInitByProb'

func (*MockPipeliner_CMSInitByProb_Call) Return

func (*MockPipeliner_CMSInitByProb_Call) Run

func (_c *MockPipeliner_CMSInitByProb_Call) Run(run func(ctx context.Context, key string, errorRate float64, probability float64)) *MockPipeliner_CMSInitByProb_Call

func (*MockPipeliner_CMSInitByProb_Call) RunAndReturn

type MockPipeliner_CMSMergeWithWeight_Call

type MockPipeliner_CMSMergeWithWeight_Call struct {
	*mock.Call
}

MockPipeliner_CMSMergeWithWeight_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CMSMergeWithWeight'

func (*MockPipeliner_CMSMergeWithWeight_Call) Return

func (*MockPipeliner_CMSMergeWithWeight_Call) Run

func (*MockPipeliner_CMSMergeWithWeight_Call) RunAndReturn

type MockPipeliner_CMSMerge_Call

type MockPipeliner_CMSMerge_Call struct {
	*mock.Call
}

MockPipeliner_CMSMerge_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CMSMerge'

func (*MockPipeliner_CMSMerge_Call) Return

func (*MockPipeliner_CMSMerge_Call) Run

func (_c *MockPipeliner_CMSMerge_Call) Run(run func(ctx context.Context, destKey string, sourceKeys ...string)) *MockPipeliner_CMSMerge_Call

func (*MockPipeliner_CMSMerge_Call) RunAndReturn

type MockPipeliner_CMSQuery_Call

type MockPipeliner_CMSQuery_Call struct {
	*mock.Call
}

MockPipeliner_CMSQuery_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CMSQuery'

func (*MockPipeliner_CMSQuery_Call) Return

func (*MockPipeliner_CMSQuery_Call) Run

func (_c *MockPipeliner_CMSQuery_Call) Run(run func(ctx context.Context, key string, elements ...interface{})) *MockPipeliner_CMSQuery_Call

func (*MockPipeliner_CMSQuery_Call) RunAndReturn

func (_c *MockPipeliner_CMSQuery_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.IntSliceCmd) *MockPipeliner_CMSQuery_Call

type MockPipeliner_ClientGetName_Call

type MockPipeliner_ClientGetName_Call struct {
	*mock.Call
}

MockPipeliner_ClientGetName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClientGetName'

func (*MockPipeliner_ClientGetName_Call) Return

func (*MockPipeliner_ClientGetName_Call) Run

func (*MockPipeliner_ClientGetName_Call) RunAndReturn

type MockPipeliner_ClientID_Call

type MockPipeliner_ClientID_Call struct {
	*mock.Call
}

MockPipeliner_ClientID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClientID'

func (*MockPipeliner_ClientID_Call) Return

func (*MockPipeliner_ClientID_Call) Run

func (*MockPipeliner_ClientID_Call) RunAndReturn

type MockPipeliner_ClientInfo_Call

type MockPipeliner_ClientInfo_Call struct {
	*mock.Call
}

MockPipeliner_ClientInfo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClientInfo'

func (*MockPipeliner_ClientInfo_Call) Return

func (*MockPipeliner_ClientInfo_Call) Run

func (*MockPipeliner_ClientInfo_Call) RunAndReturn

type MockPipeliner_ClientKillByFilter_Call

type MockPipeliner_ClientKillByFilter_Call struct {
	*mock.Call
}

MockPipeliner_ClientKillByFilter_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClientKillByFilter'

func (*MockPipeliner_ClientKillByFilter_Call) Return

func (*MockPipeliner_ClientKillByFilter_Call) Run

func (*MockPipeliner_ClientKillByFilter_Call) RunAndReturn

type MockPipeliner_ClientKill_Call

type MockPipeliner_ClientKill_Call struct {
	*mock.Call
}

MockPipeliner_ClientKill_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClientKill'

func (*MockPipeliner_ClientKill_Call) Return

func (*MockPipeliner_ClientKill_Call) Run

func (*MockPipeliner_ClientKill_Call) RunAndReturn

type MockPipeliner_ClientList_Call

type MockPipeliner_ClientList_Call struct {
	*mock.Call
}

MockPipeliner_ClientList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClientList'

func (*MockPipeliner_ClientList_Call) Return

func (*MockPipeliner_ClientList_Call) Run

func (*MockPipeliner_ClientList_Call) RunAndReturn

type MockPipeliner_ClientPause_Call

type MockPipeliner_ClientPause_Call struct {
	*mock.Call
}

MockPipeliner_ClientPause_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClientPause'

func (*MockPipeliner_ClientPause_Call) Return

func (*MockPipeliner_ClientPause_Call) Run

func (*MockPipeliner_ClientPause_Call) RunAndReturn

type MockPipeliner_ClientSetInfo_Call

type MockPipeliner_ClientSetInfo_Call struct {
	*mock.Call
}

MockPipeliner_ClientSetInfo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClientSetInfo'

func (*MockPipeliner_ClientSetInfo_Call) Return

func (*MockPipeliner_ClientSetInfo_Call) Run

func (*MockPipeliner_ClientSetInfo_Call) RunAndReturn

type MockPipeliner_ClientSetName_Call

type MockPipeliner_ClientSetName_Call struct {
	*mock.Call
}

MockPipeliner_ClientSetName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClientSetName'

func (*MockPipeliner_ClientSetName_Call) Return

func (*MockPipeliner_ClientSetName_Call) Run

func (*MockPipeliner_ClientSetName_Call) RunAndReturn

type MockPipeliner_ClientUnblockWithError_Call

type MockPipeliner_ClientUnblockWithError_Call struct {
	*mock.Call
}

MockPipeliner_ClientUnblockWithError_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClientUnblockWithError'

func (*MockPipeliner_ClientUnblockWithError_Call) Return

func (*MockPipeliner_ClientUnblockWithError_Call) Run

func (*MockPipeliner_ClientUnblockWithError_Call) RunAndReturn

type MockPipeliner_ClientUnblock_Call

type MockPipeliner_ClientUnblock_Call struct {
	*mock.Call
}

MockPipeliner_ClientUnblock_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClientUnblock'

func (*MockPipeliner_ClientUnblock_Call) Return

func (*MockPipeliner_ClientUnblock_Call) Run

func (*MockPipeliner_ClientUnblock_Call) RunAndReturn

type MockPipeliner_ClientUnpause_Call

type MockPipeliner_ClientUnpause_Call struct {
	*mock.Call
}

MockPipeliner_ClientUnpause_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClientUnpause'

func (*MockPipeliner_ClientUnpause_Call) Return

func (*MockPipeliner_ClientUnpause_Call) Run

func (*MockPipeliner_ClientUnpause_Call) RunAndReturn

type MockPipeliner_ClusterAddSlotsRange_Call

type MockPipeliner_ClusterAddSlotsRange_Call struct {
	*mock.Call
}

MockPipeliner_ClusterAddSlotsRange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterAddSlotsRange'

func (*MockPipeliner_ClusterAddSlotsRange_Call) Return

func (*MockPipeliner_ClusterAddSlotsRange_Call) Run

func (*MockPipeliner_ClusterAddSlotsRange_Call) RunAndReturn

type MockPipeliner_ClusterAddSlots_Call

type MockPipeliner_ClusterAddSlots_Call struct {
	*mock.Call
}

MockPipeliner_ClusterAddSlots_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterAddSlots'

func (*MockPipeliner_ClusterAddSlots_Call) Return

func (*MockPipeliner_ClusterAddSlots_Call) Run

func (*MockPipeliner_ClusterAddSlots_Call) RunAndReturn

type MockPipeliner_ClusterCountFailureReports_Call

type MockPipeliner_ClusterCountFailureReports_Call struct {
	*mock.Call
}

MockPipeliner_ClusterCountFailureReports_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterCountFailureReports'

func (*MockPipeliner_ClusterCountFailureReports_Call) Return

func (*MockPipeliner_ClusterCountFailureReports_Call) Run

func (*MockPipeliner_ClusterCountFailureReports_Call) RunAndReturn

type MockPipeliner_ClusterCountKeysInSlot_Call

type MockPipeliner_ClusterCountKeysInSlot_Call struct {
	*mock.Call
}

MockPipeliner_ClusterCountKeysInSlot_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterCountKeysInSlot'

func (*MockPipeliner_ClusterCountKeysInSlot_Call) Return

func (*MockPipeliner_ClusterCountKeysInSlot_Call) Run

func (*MockPipeliner_ClusterCountKeysInSlot_Call) RunAndReturn

type MockPipeliner_ClusterDelSlotsRange_Call

type MockPipeliner_ClusterDelSlotsRange_Call struct {
	*mock.Call
}

MockPipeliner_ClusterDelSlotsRange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterDelSlotsRange'

func (*MockPipeliner_ClusterDelSlotsRange_Call) Return

func (*MockPipeliner_ClusterDelSlotsRange_Call) Run

func (*MockPipeliner_ClusterDelSlotsRange_Call) RunAndReturn

type MockPipeliner_ClusterDelSlots_Call

type MockPipeliner_ClusterDelSlots_Call struct {
	*mock.Call
}

MockPipeliner_ClusterDelSlots_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterDelSlots'

func (*MockPipeliner_ClusterDelSlots_Call) Return

func (*MockPipeliner_ClusterDelSlots_Call) Run

func (*MockPipeliner_ClusterDelSlots_Call) RunAndReturn

type MockPipeliner_ClusterFailover_Call

type MockPipeliner_ClusterFailover_Call struct {
	*mock.Call
}

MockPipeliner_ClusterFailover_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterFailover'

func (*MockPipeliner_ClusterFailover_Call) Return

func (*MockPipeliner_ClusterFailover_Call) Run

func (*MockPipeliner_ClusterFailover_Call) RunAndReturn

type MockPipeliner_ClusterForget_Call

type MockPipeliner_ClusterForget_Call struct {
	*mock.Call
}

MockPipeliner_ClusterForget_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterForget'

func (*MockPipeliner_ClusterForget_Call) Return

func (*MockPipeliner_ClusterForget_Call) Run

func (*MockPipeliner_ClusterForget_Call) RunAndReturn

type MockPipeliner_ClusterGetKeysInSlot_Call

type MockPipeliner_ClusterGetKeysInSlot_Call struct {
	*mock.Call
}

MockPipeliner_ClusterGetKeysInSlot_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterGetKeysInSlot'

func (*MockPipeliner_ClusterGetKeysInSlot_Call) Return

func (*MockPipeliner_ClusterGetKeysInSlot_Call) Run

func (*MockPipeliner_ClusterGetKeysInSlot_Call) RunAndReturn

type MockPipeliner_ClusterInfo_Call

type MockPipeliner_ClusterInfo_Call struct {
	*mock.Call
}

MockPipeliner_ClusterInfo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterInfo'

func (*MockPipeliner_ClusterInfo_Call) Return

func (*MockPipeliner_ClusterInfo_Call) Run

func (*MockPipeliner_ClusterInfo_Call) RunAndReturn

type MockPipeliner_ClusterKeySlot_Call

type MockPipeliner_ClusterKeySlot_Call struct {
	*mock.Call
}

MockPipeliner_ClusterKeySlot_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterKeySlot'

func (*MockPipeliner_ClusterKeySlot_Call) Return

func (*MockPipeliner_ClusterKeySlot_Call) Run

func (*MockPipeliner_ClusterKeySlot_Call) RunAndReturn

type MockPipeliner_ClusterLinks_Call struct {
	*mock.Call
}

MockPipeliner_ClusterLinks_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterLinks'

type MockPipeliner_ClusterMeet_Call

type MockPipeliner_ClusterMeet_Call struct {
	*mock.Call
}

MockPipeliner_ClusterMeet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterMeet'

func (*MockPipeliner_ClusterMeet_Call) Return

func (*MockPipeliner_ClusterMeet_Call) Run

func (*MockPipeliner_ClusterMeet_Call) RunAndReturn

type MockPipeliner_ClusterMyShardID_Call

type MockPipeliner_ClusterMyShardID_Call struct {
	*mock.Call
}

MockPipeliner_ClusterMyShardID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterMyShardID'

func (*MockPipeliner_ClusterMyShardID_Call) Return

func (*MockPipeliner_ClusterMyShardID_Call) Run

func (*MockPipeliner_ClusterMyShardID_Call) RunAndReturn

type MockPipeliner_ClusterNodes_Call

type MockPipeliner_ClusterNodes_Call struct {
	*mock.Call
}

MockPipeliner_ClusterNodes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterNodes'

func (*MockPipeliner_ClusterNodes_Call) Return

func (*MockPipeliner_ClusterNodes_Call) Run

func (*MockPipeliner_ClusterNodes_Call) RunAndReturn

type MockPipeliner_ClusterReplicate_Call

type MockPipeliner_ClusterReplicate_Call struct {
	*mock.Call
}

MockPipeliner_ClusterReplicate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterReplicate'

func (*MockPipeliner_ClusterReplicate_Call) Return

func (*MockPipeliner_ClusterReplicate_Call) Run

func (*MockPipeliner_ClusterReplicate_Call) RunAndReturn

type MockPipeliner_ClusterResetHard_Call

type MockPipeliner_ClusterResetHard_Call struct {
	*mock.Call
}

MockPipeliner_ClusterResetHard_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterResetHard'

func (*MockPipeliner_ClusterResetHard_Call) Return

func (*MockPipeliner_ClusterResetHard_Call) Run

func (*MockPipeliner_ClusterResetHard_Call) RunAndReturn

type MockPipeliner_ClusterResetSoft_Call

type MockPipeliner_ClusterResetSoft_Call struct {
	*mock.Call
}

MockPipeliner_ClusterResetSoft_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterResetSoft'

func (*MockPipeliner_ClusterResetSoft_Call) Return

func (*MockPipeliner_ClusterResetSoft_Call) Run

func (*MockPipeliner_ClusterResetSoft_Call) RunAndReturn

type MockPipeliner_ClusterSaveConfig_Call

type MockPipeliner_ClusterSaveConfig_Call struct {
	*mock.Call
}

MockPipeliner_ClusterSaveConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterSaveConfig'

func (*MockPipeliner_ClusterSaveConfig_Call) Return

func (*MockPipeliner_ClusterSaveConfig_Call) Run

func (*MockPipeliner_ClusterSaveConfig_Call) RunAndReturn

type MockPipeliner_ClusterShards_Call

type MockPipeliner_ClusterShards_Call struct {
	*mock.Call
}

MockPipeliner_ClusterShards_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterShards'

func (*MockPipeliner_ClusterShards_Call) Return

func (*MockPipeliner_ClusterShards_Call) Run

func (*MockPipeliner_ClusterShards_Call) RunAndReturn

type MockPipeliner_ClusterSlaves_Call

type MockPipeliner_ClusterSlaves_Call struct {
	*mock.Call
}

MockPipeliner_ClusterSlaves_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterSlaves'

func (*MockPipeliner_ClusterSlaves_Call) Return

func (*MockPipeliner_ClusterSlaves_Call) Run

func (*MockPipeliner_ClusterSlaves_Call) RunAndReturn

type MockPipeliner_ClusterSlots_Call

type MockPipeliner_ClusterSlots_Call struct {
	*mock.Call
}

MockPipeliner_ClusterSlots_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterSlots'

func (*MockPipeliner_ClusterSlots_Call) Return

func (*MockPipeliner_ClusterSlots_Call) Run

func (*MockPipeliner_ClusterSlots_Call) RunAndReturn

type MockPipeliner_CommandGetKeysAndFlags_Call

type MockPipeliner_CommandGetKeysAndFlags_Call struct {
	*mock.Call
}

MockPipeliner_CommandGetKeysAndFlags_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CommandGetKeysAndFlags'

func (*MockPipeliner_CommandGetKeysAndFlags_Call) Return

func (*MockPipeliner_CommandGetKeysAndFlags_Call) Run

func (*MockPipeliner_CommandGetKeysAndFlags_Call) RunAndReturn

type MockPipeliner_CommandGetKeys_Call

type MockPipeliner_CommandGetKeys_Call struct {
	*mock.Call
}

MockPipeliner_CommandGetKeys_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CommandGetKeys'

func (*MockPipeliner_CommandGetKeys_Call) Return

func (*MockPipeliner_CommandGetKeys_Call) Run

func (_c *MockPipeliner_CommandGetKeys_Call) Run(run func(ctx context.Context, commands ...interface{})) *MockPipeliner_CommandGetKeys_Call

func (*MockPipeliner_CommandGetKeys_Call) RunAndReturn

type MockPipeliner_CommandList_Call

type MockPipeliner_CommandList_Call struct {
	*mock.Call
}

MockPipeliner_CommandList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CommandList'

func (*MockPipeliner_CommandList_Call) Return

func (*MockPipeliner_CommandList_Call) Run

func (*MockPipeliner_CommandList_Call) RunAndReturn

type MockPipeliner_Command_Call

type MockPipeliner_Command_Call struct {
	*mock.Call
}

MockPipeliner_Command_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Command'

func (*MockPipeliner_Command_Call) Return

func (*MockPipeliner_Command_Call) Run

func (*MockPipeliner_Command_Call) RunAndReturn

type MockPipeliner_ConfigGet_Call

type MockPipeliner_ConfigGet_Call struct {
	*mock.Call
}

MockPipeliner_ConfigGet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConfigGet'

func (*MockPipeliner_ConfigGet_Call) Return

func (*MockPipeliner_ConfigGet_Call) Run

func (*MockPipeliner_ConfigGet_Call) RunAndReturn

type MockPipeliner_ConfigResetStat_Call

type MockPipeliner_ConfigResetStat_Call struct {
	*mock.Call
}

MockPipeliner_ConfigResetStat_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConfigResetStat'

func (*MockPipeliner_ConfigResetStat_Call) Return

func (*MockPipeliner_ConfigResetStat_Call) Run

func (*MockPipeliner_ConfigResetStat_Call) RunAndReturn

type MockPipeliner_ConfigRewrite_Call

type MockPipeliner_ConfigRewrite_Call struct {
	*mock.Call
}

MockPipeliner_ConfigRewrite_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConfigRewrite'

func (*MockPipeliner_ConfigRewrite_Call) Return

func (*MockPipeliner_ConfigRewrite_Call) Run

func (*MockPipeliner_ConfigRewrite_Call) RunAndReturn

type MockPipeliner_ConfigSet_Call

type MockPipeliner_ConfigSet_Call struct {
	*mock.Call
}

MockPipeliner_ConfigSet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConfigSet'

func (*MockPipeliner_ConfigSet_Call) Return

func (*MockPipeliner_ConfigSet_Call) Run

func (_c *MockPipeliner_ConfigSet_Call) Run(run func(ctx context.Context, parameter string, value string)) *MockPipeliner_ConfigSet_Call

func (*MockPipeliner_ConfigSet_Call) RunAndReturn

type MockPipeliner_Copy_Call

type MockPipeliner_Copy_Call struct {
	*mock.Call
}

MockPipeliner_Copy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Copy'

func (*MockPipeliner_Copy_Call) Return

func (*MockPipeliner_Copy_Call) Run

func (_c *MockPipeliner_Copy_Call) Run(run func(ctx context.Context, sourceKey string, destKey string, db int, replace bool)) *MockPipeliner_Copy_Call

func (*MockPipeliner_Copy_Call) RunAndReturn

type MockPipeliner_DBSize_Call

type MockPipeliner_DBSize_Call struct {
	*mock.Call
}

MockPipeliner_DBSize_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DBSize'

func (*MockPipeliner_DBSize_Call) Return

func (*MockPipeliner_DBSize_Call) Run

func (*MockPipeliner_DBSize_Call) RunAndReturn

type MockPipeliner_DebugObject_Call

type MockPipeliner_DebugObject_Call struct {
	*mock.Call
}

MockPipeliner_DebugObject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DebugObject'

func (*MockPipeliner_DebugObject_Call) Return

func (*MockPipeliner_DebugObject_Call) Run

func (*MockPipeliner_DebugObject_Call) RunAndReturn

type MockPipeliner_DecrBy_Call

type MockPipeliner_DecrBy_Call struct {
	*mock.Call
}

MockPipeliner_DecrBy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DecrBy'

func (*MockPipeliner_DecrBy_Call) Return

func (*MockPipeliner_DecrBy_Call) Run

func (_c *MockPipeliner_DecrBy_Call) Run(run func(ctx context.Context, key string, decrement int64)) *MockPipeliner_DecrBy_Call

func (*MockPipeliner_DecrBy_Call) RunAndReturn

type MockPipeliner_Decr_Call

type MockPipeliner_Decr_Call struct {
	*mock.Call
}

MockPipeliner_Decr_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Decr'

func (*MockPipeliner_Decr_Call) Return

func (*MockPipeliner_Decr_Call) Run

func (*MockPipeliner_Decr_Call) RunAndReturn

type MockPipeliner_Del_Call

type MockPipeliner_Del_Call struct {
	*mock.Call
}

MockPipeliner_Del_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Del'

func (*MockPipeliner_Del_Call) Return

func (*MockPipeliner_Del_Call) Run

func (_c *MockPipeliner_Del_Call) Run(run func(ctx context.Context, keys ...string)) *MockPipeliner_Del_Call

func (*MockPipeliner_Del_Call) RunAndReturn

type MockPipeliner_Discard_Call

type MockPipeliner_Discard_Call struct {
	*mock.Call
}

MockPipeliner_Discard_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Discard'

func (*MockPipeliner_Discard_Call) Return

func (*MockPipeliner_Discard_Call) Run

func (*MockPipeliner_Discard_Call) RunAndReturn

func (_c *MockPipeliner_Discard_Call) RunAndReturn(run func()) *MockPipeliner_Discard_Call

type MockPipeliner_Do_Call

type MockPipeliner_Do_Call struct {
	*mock.Call
}

MockPipeliner_Do_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Do'

func (*MockPipeliner_Do_Call) Return

func (*MockPipeliner_Do_Call) Run

func (_c *MockPipeliner_Do_Call) Run(run func(ctx context.Context, args ...interface{})) *MockPipeliner_Do_Call

func (*MockPipeliner_Do_Call) RunAndReturn

func (_c *MockPipeliner_Do_Call) RunAndReturn(run func(context.Context, ...interface{}) *redis.Cmd) *MockPipeliner_Do_Call

type MockPipeliner_Dump_Call

type MockPipeliner_Dump_Call struct {
	*mock.Call
}

MockPipeliner_Dump_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Dump'

func (*MockPipeliner_Dump_Call) Return

func (*MockPipeliner_Dump_Call) Run

func (*MockPipeliner_Dump_Call) RunAndReturn

type MockPipeliner_Echo_Call

type MockPipeliner_Echo_Call struct {
	*mock.Call
}

MockPipeliner_Echo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Echo'

func (*MockPipeliner_Echo_Call) Return

func (*MockPipeliner_Echo_Call) Run

func (_c *MockPipeliner_Echo_Call) Run(run func(ctx context.Context, message interface{})) *MockPipeliner_Echo_Call

func (*MockPipeliner_Echo_Call) RunAndReturn

func (_c *MockPipeliner_Echo_Call) RunAndReturn(run func(context.Context, interface{}) *redis.StringCmd) *MockPipeliner_Echo_Call

type MockPipeliner_EvalRO_Call

type MockPipeliner_EvalRO_Call struct {
	*mock.Call
}

MockPipeliner_EvalRO_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EvalRO'

func (*MockPipeliner_EvalRO_Call) Return

func (*MockPipeliner_EvalRO_Call) Run

func (_c *MockPipeliner_EvalRO_Call) Run(run func(ctx context.Context, script string, keys []string, args ...interface{})) *MockPipeliner_EvalRO_Call

func (*MockPipeliner_EvalRO_Call) RunAndReturn

func (_c *MockPipeliner_EvalRO_Call) RunAndReturn(run func(context.Context, string, []string, ...interface{}) *redis.Cmd) *MockPipeliner_EvalRO_Call

type MockPipeliner_EvalShaRO_Call

type MockPipeliner_EvalShaRO_Call struct {
	*mock.Call
}

MockPipeliner_EvalShaRO_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EvalShaRO'

func (*MockPipeliner_EvalShaRO_Call) Return

func (*MockPipeliner_EvalShaRO_Call) Run

func (_c *MockPipeliner_EvalShaRO_Call) Run(run func(ctx context.Context, sha1 string, keys []string, args ...interface{})) *MockPipeliner_EvalShaRO_Call

func (*MockPipeliner_EvalShaRO_Call) RunAndReturn

func (_c *MockPipeliner_EvalShaRO_Call) RunAndReturn(run func(context.Context, string, []string, ...interface{}) *redis.Cmd) *MockPipeliner_EvalShaRO_Call

type MockPipeliner_EvalSha_Call

type MockPipeliner_EvalSha_Call struct {
	*mock.Call
}

MockPipeliner_EvalSha_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EvalSha'

func (*MockPipeliner_EvalSha_Call) Return

func (*MockPipeliner_EvalSha_Call) Run

func (_c *MockPipeliner_EvalSha_Call) Run(run func(ctx context.Context, sha1 string, keys []string, args ...interface{})) *MockPipeliner_EvalSha_Call

func (*MockPipeliner_EvalSha_Call) RunAndReturn

func (_c *MockPipeliner_EvalSha_Call) RunAndReturn(run func(context.Context, string, []string, ...interface{}) *redis.Cmd) *MockPipeliner_EvalSha_Call

type MockPipeliner_Eval_Call

type MockPipeliner_Eval_Call struct {
	*mock.Call
}

MockPipeliner_Eval_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Eval'

func (*MockPipeliner_Eval_Call) Return

func (*MockPipeliner_Eval_Call) Run

func (_c *MockPipeliner_Eval_Call) Run(run func(ctx context.Context, script string, keys []string, args ...interface{})) *MockPipeliner_Eval_Call

func (*MockPipeliner_Eval_Call) RunAndReturn

func (_c *MockPipeliner_Eval_Call) RunAndReturn(run func(context.Context, string, []string, ...interface{}) *redis.Cmd) *MockPipeliner_Eval_Call

type MockPipeliner_Exec_Call

type MockPipeliner_Exec_Call struct {
	*mock.Call
}

MockPipeliner_Exec_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Exec'

func (*MockPipeliner_Exec_Call) Return

func (*MockPipeliner_Exec_Call) Run

func (*MockPipeliner_Exec_Call) RunAndReturn

type MockPipeliner_Exists_Call

type MockPipeliner_Exists_Call struct {
	*mock.Call
}

MockPipeliner_Exists_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Exists'

func (*MockPipeliner_Exists_Call) Return

func (*MockPipeliner_Exists_Call) Run

func (*MockPipeliner_Exists_Call) RunAndReturn

type MockPipeliner_Expecter

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

func (*MockPipeliner_Expecter) ACLDryRun

func (_e *MockPipeliner_Expecter) ACLDryRun(ctx interface{}, username interface{}, command ...interface{}) *MockPipeliner_ACLDryRun_Call

ACLDryRun is a helper method to define mock.On call

  • ctx context.Context
  • username string
  • command ...interface{}

func (*MockPipeliner_Expecter) ACLLog

func (_e *MockPipeliner_Expecter) ACLLog(ctx interface{}, count interface{}) *MockPipeliner_ACLLog_Call

ACLLog is a helper method to define mock.On call

  • ctx context.Context
  • count int64

func (*MockPipeliner_Expecter) ACLLogReset

func (_e *MockPipeliner_Expecter) ACLLogReset(ctx interface{}) *MockPipeliner_ACLLogReset_Call

ACLLogReset is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) Append

func (_e *MockPipeliner_Expecter) Append(ctx interface{}, key interface{}, value interface{}) *MockPipeliner_Append_Call

Append is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • value string

func (*MockPipeliner_Expecter) Auth

func (_e *MockPipeliner_Expecter) Auth(ctx interface{}, password interface{}) *MockPipeliner_Auth_Call

Auth is a helper method to define mock.On call

  • ctx context.Context
  • password string

func (*MockPipeliner_Expecter) AuthACL

func (_e *MockPipeliner_Expecter) AuthACL(ctx interface{}, username interface{}, password interface{}) *MockPipeliner_AuthACL_Call

AuthACL is a helper method to define mock.On call

  • ctx context.Context
  • username string
  • password string

func (*MockPipeliner_Expecter) BFAdd

func (_e *MockPipeliner_Expecter) BFAdd(ctx interface{}, key interface{}, element interface{}) *MockPipeliner_BFAdd_Call

BFAdd is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • element interface{}

func (*MockPipeliner_Expecter) BFCard

func (_e *MockPipeliner_Expecter) BFCard(ctx interface{}, key interface{}) *MockPipeliner_BFCard_Call

BFCard is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) BFExists

func (_e *MockPipeliner_Expecter) BFExists(ctx interface{}, key interface{}, element interface{}) *MockPipeliner_BFExists_Call

BFExists is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • element interface{}

func (*MockPipeliner_Expecter) BFInfo

func (_e *MockPipeliner_Expecter) BFInfo(ctx interface{}, key interface{}) *MockPipeliner_BFInfo_Call

BFInfo is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) BFInfoArg

func (_e *MockPipeliner_Expecter) BFInfoArg(ctx interface{}, key interface{}, option interface{}) *MockPipeliner_BFInfoArg_Call

BFInfoArg is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • option string

func (*MockPipeliner_Expecter) BFInfoCapacity

func (_e *MockPipeliner_Expecter) BFInfoCapacity(ctx interface{}, key interface{}) *MockPipeliner_BFInfoCapacity_Call

BFInfoCapacity is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) BFInfoExpansion

func (_e *MockPipeliner_Expecter) BFInfoExpansion(ctx interface{}, key interface{}) *MockPipeliner_BFInfoExpansion_Call

BFInfoExpansion is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) BFInfoFilters

func (_e *MockPipeliner_Expecter) BFInfoFilters(ctx interface{}, key interface{}) *MockPipeliner_BFInfoFilters_Call

BFInfoFilters is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) BFInfoItems

func (_e *MockPipeliner_Expecter) BFInfoItems(ctx interface{}, key interface{}) *MockPipeliner_BFInfoItems_Call

BFInfoItems is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) BFInfoSize

func (_e *MockPipeliner_Expecter) BFInfoSize(ctx interface{}, key interface{}) *MockPipeliner_BFInfoSize_Call

BFInfoSize is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) BFInsert

func (_e *MockPipeliner_Expecter) BFInsert(ctx interface{}, key interface{}, options interface{}, elements ...interface{}) *MockPipeliner_BFInsert_Call

BFInsert is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • options *redis.BFInsertOptions
  • elements ...interface{}

func (*MockPipeliner_Expecter) BFLoadChunk

func (_e *MockPipeliner_Expecter) BFLoadChunk(ctx interface{}, key interface{}, iterator interface{}, data interface{}) *MockPipeliner_BFLoadChunk_Call

BFLoadChunk is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • iterator int64
  • data interface{}

func (*MockPipeliner_Expecter) BFMAdd

func (_e *MockPipeliner_Expecter) BFMAdd(ctx interface{}, key interface{}, elements ...interface{}) *MockPipeliner_BFMAdd_Call

BFMAdd is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • elements ...interface{}

func (*MockPipeliner_Expecter) BFMExists

func (_e *MockPipeliner_Expecter) BFMExists(ctx interface{}, key interface{}, elements ...interface{}) *MockPipeliner_BFMExists_Call

BFMExists is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • elements ...interface{}

func (*MockPipeliner_Expecter) BFReserve

func (_e *MockPipeliner_Expecter) BFReserve(ctx interface{}, key interface{}, errorRate interface{}, capacity interface{}) *MockPipeliner_BFReserve_Call

BFReserve is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • errorRate float64
  • capacity int64

func (*MockPipeliner_Expecter) BFReserveExpansion

func (_e *MockPipeliner_Expecter) BFReserveExpansion(ctx interface{}, key interface{}, errorRate interface{}, capacity interface{}, expansion interface{}) *MockPipeliner_BFReserveExpansion_Call

BFReserveExpansion is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • errorRate float64
  • capacity int64
  • expansion int64

func (*MockPipeliner_Expecter) BFReserveNonScaling

func (_e *MockPipeliner_Expecter) BFReserveNonScaling(ctx interface{}, key interface{}, errorRate interface{}, capacity interface{}) *MockPipeliner_BFReserveNonScaling_Call

BFReserveNonScaling is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • errorRate float64
  • capacity int64

func (*MockPipeliner_Expecter) BFReserveWithArgs

func (_e *MockPipeliner_Expecter) BFReserveWithArgs(ctx interface{}, key interface{}, options interface{}) *MockPipeliner_BFReserveWithArgs_Call

BFReserveWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • options *redis.BFReserveOptions

func (*MockPipeliner_Expecter) BFScanDump

func (_e *MockPipeliner_Expecter) BFScanDump(ctx interface{}, key interface{}, iterator interface{}) *MockPipeliner_BFScanDump_Call

BFScanDump is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • iterator int64

func (*MockPipeliner_Expecter) BLMPop

func (_e *MockPipeliner_Expecter) BLMPop(ctx interface{}, timeout interface{}, direction interface{}, count interface{}, keys ...interface{}) *MockPipeliner_BLMPop_Call

BLMPop is a helper method to define mock.On call

  • ctx context.Context
  • timeout time.Duration
  • direction string
  • count int64
  • keys ...string

func (*MockPipeliner_Expecter) BLMove

func (_e *MockPipeliner_Expecter) BLMove(ctx interface{}, source interface{}, destination interface{}, srcpos interface{}, destpos interface{}, timeout interface{}) *MockPipeliner_BLMove_Call

BLMove is a helper method to define mock.On call

  • ctx context.Context
  • source string
  • destination string
  • srcpos string
  • destpos string
  • timeout time.Duration

func (*MockPipeliner_Expecter) BLPop

func (_e *MockPipeliner_Expecter) BLPop(ctx interface{}, timeout interface{}, keys ...interface{}) *MockPipeliner_BLPop_Call

BLPop is a helper method to define mock.On call

  • ctx context.Context
  • timeout time.Duration
  • keys ...string

func (*MockPipeliner_Expecter) BRPop

func (_e *MockPipeliner_Expecter) BRPop(ctx interface{}, timeout interface{}, keys ...interface{}) *MockPipeliner_BRPop_Call

BRPop is a helper method to define mock.On call

  • ctx context.Context
  • timeout time.Duration
  • keys ...string

func (*MockPipeliner_Expecter) BRPopLPush

func (_e *MockPipeliner_Expecter) BRPopLPush(ctx interface{}, source interface{}, destination interface{}, timeout interface{}) *MockPipeliner_BRPopLPush_Call

BRPopLPush is a helper method to define mock.On call

  • ctx context.Context
  • source string
  • destination string
  • timeout time.Duration

func (*MockPipeliner_Expecter) BZMPop

func (_e *MockPipeliner_Expecter) BZMPop(ctx interface{}, timeout interface{}, order interface{}, count interface{}, keys ...interface{}) *MockPipeliner_BZMPop_Call

BZMPop is a helper method to define mock.On call

  • ctx context.Context
  • timeout time.Duration
  • order string
  • count int64
  • keys ...string

func (*MockPipeliner_Expecter) BZPopMax

func (_e *MockPipeliner_Expecter) BZPopMax(ctx interface{}, timeout interface{}, keys ...interface{}) *MockPipeliner_BZPopMax_Call

BZPopMax is a helper method to define mock.On call

  • ctx context.Context
  • timeout time.Duration
  • keys ...string

func (*MockPipeliner_Expecter) BZPopMin

func (_e *MockPipeliner_Expecter) BZPopMin(ctx interface{}, timeout interface{}, keys ...interface{}) *MockPipeliner_BZPopMin_Call

BZPopMin is a helper method to define mock.On call

  • ctx context.Context
  • timeout time.Duration
  • keys ...string

func (*MockPipeliner_Expecter) BgRewriteAOF

func (_e *MockPipeliner_Expecter) BgRewriteAOF(ctx interface{}) *MockPipeliner_BgRewriteAOF_Call

BgRewriteAOF is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) BgSave

func (_e *MockPipeliner_Expecter) BgSave(ctx interface{}) *MockPipeliner_BgSave_Call

BgSave is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) BitCount

func (_e *MockPipeliner_Expecter) BitCount(ctx interface{}, key interface{}, bitCount interface{}) *MockPipeliner_BitCount_Call

BitCount is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • bitCount *redis.BitCount

func (*MockPipeliner_Expecter) BitField

func (_e *MockPipeliner_Expecter) BitField(ctx interface{}, key interface{}, values ...interface{}) *MockPipeliner_BitField_Call

BitField is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • values ...interface{}

func (*MockPipeliner_Expecter) BitOpAnd

func (_e *MockPipeliner_Expecter) BitOpAnd(ctx interface{}, destKey interface{}, keys ...interface{}) *MockPipeliner_BitOpAnd_Call

BitOpAnd is a helper method to define mock.On call

  • ctx context.Context
  • destKey string
  • keys ...string

func (*MockPipeliner_Expecter) BitOpNot

func (_e *MockPipeliner_Expecter) BitOpNot(ctx interface{}, destKey interface{}, key interface{}) *MockPipeliner_BitOpNot_Call

BitOpNot is a helper method to define mock.On call

  • ctx context.Context
  • destKey string
  • key string

func (*MockPipeliner_Expecter) BitOpOr

func (_e *MockPipeliner_Expecter) BitOpOr(ctx interface{}, destKey interface{}, keys ...interface{}) *MockPipeliner_BitOpOr_Call

BitOpOr is a helper method to define mock.On call

  • ctx context.Context
  • destKey string
  • keys ...string

func (*MockPipeliner_Expecter) BitOpXor

func (_e *MockPipeliner_Expecter) BitOpXor(ctx interface{}, destKey interface{}, keys ...interface{}) *MockPipeliner_BitOpXor_Call

BitOpXor is a helper method to define mock.On call

  • ctx context.Context
  • destKey string
  • keys ...string

func (*MockPipeliner_Expecter) BitPos

func (_e *MockPipeliner_Expecter) BitPos(ctx interface{}, key interface{}, bit interface{}, pos ...interface{}) *MockPipeliner_BitPos_Call

BitPos is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • bit int64
  • pos ...int64

func (*MockPipeliner_Expecter) BitPosSpan

func (_e *MockPipeliner_Expecter) BitPosSpan(ctx interface{}, key interface{}, bit interface{}, start interface{}, end interface{}, span interface{}) *MockPipeliner_BitPosSpan_Call

BitPosSpan is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • bit int8
  • start int64
  • end int64
  • span string

func (*MockPipeliner_Expecter) CFAdd

func (_e *MockPipeliner_Expecter) CFAdd(ctx interface{}, key interface{}, element interface{}) *MockPipeliner_CFAdd_Call

CFAdd is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • element interface{}

func (*MockPipeliner_Expecter) CFAddNX

func (_e *MockPipeliner_Expecter) CFAddNX(ctx interface{}, key interface{}, element interface{}) *MockPipeliner_CFAddNX_Call

CFAddNX is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • element interface{}

func (*MockPipeliner_Expecter) CFCount

func (_e *MockPipeliner_Expecter) CFCount(ctx interface{}, key interface{}, element interface{}) *MockPipeliner_CFCount_Call

CFCount is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • element interface{}

func (*MockPipeliner_Expecter) CFDel

func (_e *MockPipeliner_Expecter) CFDel(ctx interface{}, key interface{}, element interface{}) *MockPipeliner_CFDel_Call

CFDel is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • element interface{}

func (*MockPipeliner_Expecter) CFExists

func (_e *MockPipeliner_Expecter) CFExists(ctx interface{}, key interface{}, element interface{}) *MockPipeliner_CFExists_Call

CFExists is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • element interface{}

func (*MockPipeliner_Expecter) CFInfo

func (_e *MockPipeliner_Expecter) CFInfo(ctx interface{}, key interface{}) *MockPipeliner_CFInfo_Call

CFInfo is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) CFInsert

func (_e *MockPipeliner_Expecter) CFInsert(ctx interface{}, key interface{}, options interface{}, elements ...interface{}) *MockPipeliner_CFInsert_Call

CFInsert is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • options *redis.CFInsertOptions
  • elements ...interface{}

func (*MockPipeliner_Expecter) CFInsertNX

func (_e *MockPipeliner_Expecter) CFInsertNX(ctx interface{}, key interface{}, options interface{}, elements ...interface{}) *MockPipeliner_CFInsertNX_Call

CFInsertNX is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • options *redis.CFInsertOptions
  • elements ...interface{}

func (*MockPipeliner_Expecter) CFLoadChunk

func (_e *MockPipeliner_Expecter) CFLoadChunk(ctx interface{}, key interface{}, iterator interface{}, data interface{}) *MockPipeliner_CFLoadChunk_Call

CFLoadChunk is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • iterator int64
  • data interface{}

func (*MockPipeliner_Expecter) CFMExists

func (_e *MockPipeliner_Expecter) CFMExists(ctx interface{}, key interface{}, elements ...interface{}) *MockPipeliner_CFMExists_Call

CFMExists is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • elements ...interface{}

func (*MockPipeliner_Expecter) CFReserve

func (_e *MockPipeliner_Expecter) CFReserve(ctx interface{}, key interface{}, capacity interface{}) *MockPipeliner_CFReserve_Call

CFReserve is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • capacity int64

func (*MockPipeliner_Expecter) CFReserveBucketSize

func (_e *MockPipeliner_Expecter) CFReserveBucketSize(ctx interface{}, key interface{}, capacity interface{}, bucketsize interface{}) *MockPipeliner_CFReserveBucketSize_Call

CFReserveBucketSize is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • capacity int64
  • bucketsize int64

func (*MockPipeliner_Expecter) CFReserveExpansion

func (_e *MockPipeliner_Expecter) CFReserveExpansion(ctx interface{}, key interface{}, capacity interface{}, expansion interface{}) *MockPipeliner_CFReserveExpansion_Call

CFReserveExpansion is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • capacity int64
  • expansion int64

func (*MockPipeliner_Expecter) CFReserveMaxIterations

func (_e *MockPipeliner_Expecter) CFReserveMaxIterations(ctx interface{}, key interface{}, capacity interface{}, maxiterations interface{}) *MockPipeliner_CFReserveMaxIterations_Call

CFReserveMaxIterations is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • capacity int64
  • maxiterations int64

func (*MockPipeliner_Expecter) CFReserveWithArgs

func (_e *MockPipeliner_Expecter) CFReserveWithArgs(ctx interface{}, key interface{}, options interface{}) *MockPipeliner_CFReserveWithArgs_Call

CFReserveWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • options *redis.CFReserveOptions

func (*MockPipeliner_Expecter) CFScanDump

func (_e *MockPipeliner_Expecter) CFScanDump(ctx interface{}, key interface{}, iterator interface{}) *MockPipeliner_CFScanDump_Call

CFScanDump is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • iterator int64

func (*MockPipeliner_Expecter) CMSIncrBy

func (_e *MockPipeliner_Expecter) CMSIncrBy(ctx interface{}, key interface{}, elements ...interface{}) *MockPipeliner_CMSIncrBy_Call

CMSIncrBy is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • elements ...interface{}

func (*MockPipeliner_Expecter) CMSInfo

func (_e *MockPipeliner_Expecter) CMSInfo(ctx interface{}, key interface{}) *MockPipeliner_CMSInfo_Call

CMSInfo is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) CMSInitByDim

func (_e *MockPipeliner_Expecter) CMSInitByDim(ctx interface{}, key interface{}, width interface{}, height interface{}) *MockPipeliner_CMSInitByDim_Call

CMSInitByDim is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • width int64
  • height int64

func (*MockPipeliner_Expecter) CMSInitByProb

func (_e *MockPipeliner_Expecter) CMSInitByProb(ctx interface{}, key interface{}, errorRate interface{}, probability interface{}) *MockPipeliner_CMSInitByProb_Call

CMSInitByProb is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • errorRate float64
  • probability float64

func (*MockPipeliner_Expecter) CMSMerge

func (_e *MockPipeliner_Expecter) CMSMerge(ctx interface{}, destKey interface{}, sourceKeys ...interface{}) *MockPipeliner_CMSMerge_Call

CMSMerge is a helper method to define mock.On call

  • ctx context.Context
  • destKey string
  • sourceKeys ...string

func (*MockPipeliner_Expecter) CMSMergeWithWeight

func (_e *MockPipeliner_Expecter) CMSMergeWithWeight(ctx interface{}, destKey interface{}, sourceKeys interface{}) *MockPipeliner_CMSMergeWithWeight_Call

CMSMergeWithWeight is a helper method to define mock.On call

  • ctx context.Context
  • destKey string
  • sourceKeys map[string]int64

func (*MockPipeliner_Expecter) CMSQuery

func (_e *MockPipeliner_Expecter) CMSQuery(ctx interface{}, key interface{}, elements ...interface{}) *MockPipeliner_CMSQuery_Call

CMSQuery is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • elements ...interface{}

func (*MockPipeliner_Expecter) ClientGetName

func (_e *MockPipeliner_Expecter) ClientGetName(ctx interface{}) *MockPipeliner_ClientGetName_Call

ClientGetName is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) ClientID

func (_e *MockPipeliner_Expecter) ClientID(ctx interface{}) *MockPipeliner_ClientID_Call

ClientID is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) ClientInfo

func (_e *MockPipeliner_Expecter) ClientInfo(ctx interface{}) *MockPipeliner_ClientInfo_Call

ClientInfo is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) ClientKill

func (_e *MockPipeliner_Expecter) ClientKill(ctx interface{}, ipPort interface{}) *MockPipeliner_ClientKill_Call

ClientKill is a helper method to define mock.On call

  • ctx context.Context
  • ipPort string

func (*MockPipeliner_Expecter) ClientKillByFilter

func (_e *MockPipeliner_Expecter) ClientKillByFilter(ctx interface{}, keys ...interface{}) *MockPipeliner_ClientKillByFilter_Call

ClientKillByFilter is a helper method to define mock.On call

  • ctx context.Context
  • keys ...string

func (*MockPipeliner_Expecter) ClientList

func (_e *MockPipeliner_Expecter) ClientList(ctx interface{}) *MockPipeliner_ClientList_Call

ClientList is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) ClientPause

func (_e *MockPipeliner_Expecter) ClientPause(ctx interface{}, dur interface{}) *MockPipeliner_ClientPause_Call

ClientPause is a helper method to define mock.On call

  • ctx context.Context
  • dur time.Duration

func (*MockPipeliner_Expecter) ClientSetInfo

func (_e *MockPipeliner_Expecter) ClientSetInfo(ctx interface{}, info interface{}) *MockPipeliner_ClientSetInfo_Call

ClientSetInfo is a helper method to define mock.On call

  • ctx context.Context
  • info redis.LibraryInfo

func (*MockPipeliner_Expecter) ClientSetName

func (_e *MockPipeliner_Expecter) ClientSetName(ctx interface{}, name interface{}) *MockPipeliner_ClientSetName_Call

ClientSetName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockPipeliner_Expecter) ClientUnblock

func (_e *MockPipeliner_Expecter) ClientUnblock(ctx interface{}, id interface{}) *MockPipeliner_ClientUnblock_Call

ClientUnblock is a helper method to define mock.On call

  • ctx context.Context
  • id int64

func (*MockPipeliner_Expecter) ClientUnblockWithError

func (_e *MockPipeliner_Expecter) ClientUnblockWithError(ctx interface{}, id interface{}) *MockPipeliner_ClientUnblockWithError_Call

ClientUnblockWithError is a helper method to define mock.On call

  • ctx context.Context
  • id int64

func (*MockPipeliner_Expecter) ClientUnpause

func (_e *MockPipeliner_Expecter) ClientUnpause(ctx interface{}) *MockPipeliner_ClientUnpause_Call

ClientUnpause is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) ClusterAddSlots

func (_e *MockPipeliner_Expecter) ClusterAddSlots(ctx interface{}, slots ...interface{}) *MockPipeliner_ClusterAddSlots_Call

ClusterAddSlots is a helper method to define mock.On call

  • ctx context.Context
  • slots ...int

func (*MockPipeliner_Expecter) ClusterAddSlotsRange

func (_e *MockPipeliner_Expecter) ClusterAddSlotsRange(ctx interface{}, min interface{}, max interface{}) *MockPipeliner_ClusterAddSlotsRange_Call

ClusterAddSlotsRange is a helper method to define mock.On call

  • ctx context.Context
  • min int
  • max int

func (*MockPipeliner_Expecter) ClusterCountFailureReports

func (_e *MockPipeliner_Expecter) ClusterCountFailureReports(ctx interface{}, nodeID interface{}) *MockPipeliner_ClusterCountFailureReports_Call

ClusterCountFailureReports is a helper method to define mock.On call

  • ctx context.Context
  • nodeID string

func (*MockPipeliner_Expecter) ClusterCountKeysInSlot

func (_e *MockPipeliner_Expecter) ClusterCountKeysInSlot(ctx interface{}, slot interface{}) *MockPipeliner_ClusterCountKeysInSlot_Call

ClusterCountKeysInSlot is a helper method to define mock.On call

  • ctx context.Context
  • slot int

func (*MockPipeliner_Expecter) ClusterDelSlots

func (_e *MockPipeliner_Expecter) ClusterDelSlots(ctx interface{}, slots ...interface{}) *MockPipeliner_ClusterDelSlots_Call

ClusterDelSlots is a helper method to define mock.On call

  • ctx context.Context
  • slots ...int

func (*MockPipeliner_Expecter) ClusterDelSlotsRange

func (_e *MockPipeliner_Expecter) ClusterDelSlotsRange(ctx interface{}, min interface{}, max interface{}) *MockPipeliner_ClusterDelSlotsRange_Call

ClusterDelSlotsRange is a helper method to define mock.On call

  • ctx context.Context
  • min int
  • max int

func (*MockPipeliner_Expecter) ClusterFailover

func (_e *MockPipeliner_Expecter) ClusterFailover(ctx interface{}) *MockPipeliner_ClusterFailover_Call

ClusterFailover is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) ClusterForget

func (_e *MockPipeliner_Expecter) ClusterForget(ctx interface{}, nodeID interface{}) *MockPipeliner_ClusterForget_Call

ClusterForget is a helper method to define mock.On call

  • ctx context.Context
  • nodeID string

func (*MockPipeliner_Expecter) ClusterGetKeysInSlot

func (_e *MockPipeliner_Expecter) ClusterGetKeysInSlot(ctx interface{}, slot interface{}, count interface{}) *MockPipeliner_ClusterGetKeysInSlot_Call

ClusterGetKeysInSlot is a helper method to define mock.On call

  • ctx context.Context
  • slot int
  • count int

func (*MockPipeliner_Expecter) ClusterInfo

func (_e *MockPipeliner_Expecter) ClusterInfo(ctx interface{}) *MockPipeliner_ClusterInfo_Call

ClusterInfo is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) ClusterKeySlot

func (_e *MockPipeliner_Expecter) ClusterKeySlot(ctx interface{}, key interface{}) *MockPipeliner_ClusterKeySlot_Call

ClusterKeySlot is a helper method to define mock.On call

  • ctx context.Context
  • key string
func (_e *MockPipeliner_Expecter) ClusterLinks(ctx interface{}) *MockPipeliner_ClusterLinks_Call

ClusterLinks is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) ClusterMeet

func (_e *MockPipeliner_Expecter) ClusterMeet(ctx interface{}, host interface{}, port interface{}) *MockPipeliner_ClusterMeet_Call

ClusterMeet is a helper method to define mock.On call

  • ctx context.Context
  • host string
  • port string

func (*MockPipeliner_Expecter) ClusterMyShardID

func (_e *MockPipeliner_Expecter) ClusterMyShardID(ctx interface{}) *MockPipeliner_ClusterMyShardID_Call

ClusterMyShardID is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) ClusterNodes

func (_e *MockPipeliner_Expecter) ClusterNodes(ctx interface{}) *MockPipeliner_ClusterNodes_Call

ClusterNodes is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) ClusterReplicate

func (_e *MockPipeliner_Expecter) ClusterReplicate(ctx interface{}, nodeID interface{}) *MockPipeliner_ClusterReplicate_Call

ClusterReplicate is a helper method to define mock.On call

  • ctx context.Context
  • nodeID string

func (*MockPipeliner_Expecter) ClusterResetHard

func (_e *MockPipeliner_Expecter) ClusterResetHard(ctx interface{}) *MockPipeliner_ClusterResetHard_Call

ClusterResetHard is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) ClusterResetSoft

func (_e *MockPipeliner_Expecter) ClusterResetSoft(ctx interface{}) *MockPipeliner_ClusterResetSoft_Call

ClusterResetSoft is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) ClusterSaveConfig

func (_e *MockPipeliner_Expecter) ClusterSaveConfig(ctx interface{}) *MockPipeliner_ClusterSaveConfig_Call

ClusterSaveConfig is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) ClusterShards

func (_e *MockPipeliner_Expecter) ClusterShards(ctx interface{}) *MockPipeliner_ClusterShards_Call

ClusterShards is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) ClusterSlaves

func (_e *MockPipeliner_Expecter) ClusterSlaves(ctx interface{}, nodeID interface{}) *MockPipeliner_ClusterSlaves_Call

ClusterSlaves is a helper method to define mock.On call

  • ctx context.Context
  • nodeID string

func (*MockPipeliner_Expecter) ClusterSlots

func (_e *MockPipeliner_Expecter) ClusterSlots(ctx interface{}) *MockPipeliner_ClusterSlots_Call

ClusterSlots is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) Command

func (_e *MockPipeliner_Expecter) Command(ctx interface{}) *MockPipeliner_Command_Call

Command is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) CommandGetKeys

func (_e *MockPipeliner_Expecter) CommandGetKeys(ctx interface{}, commands ...interface{}) *MockPipeliner_CommandGetKeys_Call

CommandGetKeys is a helper method to define mock.On call

  • ctx context.Context
  • commands ...interface{}

func (*MockPipeliner_Expecter) CommandGetKeysAndFlags

func (_e *MockPipeliner_Expecter) CommandGetKeysAndFlags(ctx interface{}, commands ...interface{}) *MockPipeliner_CommandGetKeysAndFlags_Call

CommandGetKeysAndFlags is a helper method to define mock.On call

  • ctx context.Context
  • commands ...interface{}

func (*MockPipeliner_Expecter) CommandList

func (_e *MockPipeliner_Expecter) CommandList(ctx interface{}, filter interface{}) *MockPipeliner_CommandList_Call

CommandList is a helper method to define mock.On call

  • ctx context.Context
  • filter *redis.FilterBy

func (*MockPipeliner_Expecter) ConfigGet

func (_e *MockPipeliner_Expecter) ConfigGet(ctx interface{}, parameter interface{}) *MockPipeliner_ConfigGet_Call

ConfigGet is a helper method to define mock.On call

  • ctx context.Context
  • parameter string

func (*MockPipeliner_Expecter) ConfigResetStat

func (_e *MockPipeliner_Expecter) ConfigResetStat(ctx interface{}) *MockPipeliner_ConfigResetStat_Call

ConfigResetStat is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) ConfigRewrite

func (_e *MockPipeliner_Expecter) ConfigRewrite(ctx interface{}) *MockPipeliner_ConfigRewrite_Call

ConfigRewrite is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) ConfigSet

func (_e *MockPipeliner_Expecter) ConfigSet(ctx interface{}, parameter interface{}, value interface{}) *MockPipeliner_ConfigSet_Call

ConfigSet is a helper method to define mock.On call

  • ctx context.Context
  • parameter string
  • value string

func (*MockPipeliner_Expecter) Copy

func (_e *MockPipeliner_Expecter) Copy(ctx interface{}, sourceKey interface{}, destKey interface{}, db interface{}, replace interface{}) *MockPipeliner_Copy_Call

Copy is a helper method to define mock.On call

  • ctx context.Context
  • sourceKey string
  • destKey string
  • db int
  • replace bool

func (*MockPipeliner_Expecter) DBSize

func (_e *MockPipeliner_Expecter) DBSize(ctx interface{}) *MockPipeliner_DBSize_Call

DBSize is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) DebugObject

func (_e *MockPipeliner_Expecter) DebugObject(ctx interface{}, key interface{}) *MockPipeliner_DebugObject_Call

DebugObject is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) Decr

func (_e *MockPipeliner_Expecter) Decr(ctx interface{}, key interface{}) *MockPipeliner_Decr_Call

Decr is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) DecrBy

func (_e *MockPipeliner_Expecter) DecrBy(ctx interface{}, key interface{}, decrement interface{}) *MockPipeliner_DecrBy_Call

DecrBy is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • decrement int64

func (*MockPipeliner_Expecter) Del

func (_e *MockPipeliner_Expecter) Del(ctx interface{}, keys ...interface{}) *MockPipeliner_Del_Call

Del is a helper method to define mock.On call

  • ctx context.Context
  • keys ...string

func (*MockPipeliner_Expecter) Discard

Discard is a helper method to define mock.On call

func (*MockPipeliner_Expecter) Do

func (_e *MockPipeliner_Expecter) Do(ctx interface{}, args ...interface{}) *MockPipeliner_Do_Call

Do is a helper method to define mock.On call

  • ctx context.Context
  • args ...interface{}

func (*MockPipeliner_Expecter) Dump

func (_e *MockPipeliner_Expecter) Dump(ctx interface{}, key interface{}) *MockPipeliner_Dump_Call

Dump is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) Echo

func (_e *MockPipeliner_Expecter) Echo(ctx interface{}, message interface{}) *MockPipeliner_Echo_Call

Echo is a helper method to define mock.On call

  • ctx context.Context
  • message interface{}

func (*MockPipeliner_Expecter) Eval

func (_e *MockPipeliner_Expecter) Eval(ctx interface{}, script interface{}, keys interface{}, args ...interface{}) *MockPipeliner_Eval_Call

Eval is a helper method to define mock.On call

  • ctx context.Context
  • script string
  • keys []string
  • args ...interface{}

func (*MockPipeliner_Expecter) EvalRO

func (_e *MockPipeliner_Expecter) EvalRO(ctx interface{}, script interface{}, keys interface{}, args ...interface{}) *MockPipeliner_EvalRO_Call

EvalRO is a helper method to define mock.On call

  • ctx context.Context
  • script string
  • keys []string
  • args ...interface{}

func (*MockPipeliner_Expecter) EvalSha

func (_e *MockPipeliner_Expecter) EvalSha(ctx interface{}, sha1 interface{}, keys interface{}, args ...interface{}) *MockPipeliner_EvalSha_Call

EvalSha is a helper method to define mock.On call

  • ctx context.Context
  • sha1 string
  • keys []string
  • args ...interface{}

func (*MockPipeliner_Expecter) EvalShaRO

func (_e *MockPipeliner_Expecter) EvalShaRO(ctx interface{}, sha1 interface{}, keys interface{}, args ...interface{}) *MockPipeliner_EvalShaRO_Call

EvalShaRO is a helper method to define mock.On call

  • ctx context.Context
  • sha1 string
  • keys []string
  • args ...interface{}

func (*MockPipeliner_Expecter) Exec

func (_e *MockPipeliner_Expecter) Exec(ctx interface{}) *MockPipeliner_Exec_Call

Exec is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) Exists

func (_e *MockPipeliner_Expecter) Exists(ctx interface{}, keys ...interface{}) *MockPipeliner_Exists_Call

Exists is a helper method to define mock.On call

  • ctx context.Context
  • keys ...string

func (*MockPipeliner_Expecter) Expire

func (_e *MockPipeliner_Expecter) Expire(ctx interface{}, key interface{}, expiration interface{}) *MockPipeliner_Expire_Call

Expire is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • expiration time.Duration

func (*MockPipeliner_Expecter) ExpireAt

func (_e *MockPipeliner_Expecter) ExpireAt(ctx interface{}, key interface{}, tm interface{}) *MockPipeliner_ExpireAt_Call

ExpireAt is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • tm time.Time

func (*MockPipeliner_Expecter) ExpireGT

func (_e *MockPipeliner_Expecter) ExpireGT(ctx interface{}, key interface{}, expiration interface{}) *MockPipeliner_ExpireGT_Call

ExpireGT is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • expiration time.Duration

func (*MockPipeliner_Expecter) ExpireLT

func (_e *MockPipeliner_Expecter) ExpireLT(ctx interface{}, key interface{}, expiration interface{}) *MockPipeliner_ExpireLT_Call

ExpireLT is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • expiration time.Duration

func (*MockPipeliner_Expecter) ExpireNX

func (_e *MockPipeliner_Expecter) ExpireNX(ctx interface{}, key interface{}, expiration interface{}) *MockPipeliner_ExpireNX_Call

ExpireNX is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • expiration time.Duration

func (*MockPipeliner_Expecter) ExpireTime

func (_e *MockPipeliner_Expecter) ExpireTime(ctx interface{}, key interface{}) *MockPipeliner_ExpireTime_Call

ExpireTime is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) ExpireXX

func (_e *MockPipeliner_Expecter) ExpireXX(ctx interface{}, key interface{}, expiration interface{}) *MockPipeliner_ExpireXX_Call

ExpireXX is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • expiration time.Duration

func (*MockPipeliner_Expecter) FCall

func (_e *MockPipeliner_Expecter) FCall(ctx interface{}, function interface{}, keys interface{}, args ...interface{}) *MockPipeliner_FCall_Call

FCall is a helper method to define mock.On call

  • ctx context.Context
  • function string
  • keys []string
  • args ...interface{}

func (*MockPipeliner_Expecter) FCallRO

func (_e *MockPipeliner_Expecter) FCallRO(ctx interface{}, function interface{}, keys interface{}, args ...interface{}) *MockPipeliner_FCallRO_Call

FCallRO is a helper method to define mock.On call

  • ctx context.Context
  • function string
  • keys []string
  • args ...interface{}

func (*MockPipeliner_Expecter) FCallRo

func (_e *MockPipeliner_Expecter) FCallRo(ctx interface{}, function interface{}, keys interface{}, args ...interface{}) *MockPipeliner_FCallRo_Call

FCallRo is a helper method to define mock.On call

  • ctx context.Context
  • function string
  • keys []string
  • args ...interface{}

func (*MockPipeliner_Expecter) FlushAll

func (_e *MockPipeliner_Expecter) FlushAll(ctx interface{}) *MockPipeliner_FlushAll_Call

FlushAll is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) FlushAllAsync

func (_e *MockPipeliner_Expecter) FlushAllAsync(ctx interface{}) *MockPipeliner_FlushAllAsync_Call

FlushAllAsync is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) FlushDB

func (_e *MockPipeliner_Expecter) FlushDB(ctx interface{}) *MockPipeliner_FlushDB_Call

FlushDB is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) FlushDBAsync

func (_e *MockPipeliner_Expecter) FlushDBAsync(ctx interface{}) *MockPipeliner_FlushDBAsync_Call

FlushDBAsync is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) FunctionDelete

func (_e *MockPipeliner_Expecter) FunctionDelete(ctx interface{}, libName interface{}) *MockPipeliner_FunctionDelete_Call

FunctionDelete is a helper method to define mock.On call

  • ctx context.Context
  • libName string

func (*MockPipeliner_Expecter) FunctionDump

func (_e *MockPipeliner_Expecter) FunctionDump(ctx interface{}) *MockPipeliner_FunctionDump_Call

FunctionDump is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) FunctionFlush

func (_e *MockPipeliner_Expecter) FunctionFlush(ctx interface{}) *MockPipeliner_FunctionFlush_Call

FunctionFlush is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) FunctionFlushAsync

func (_e *MockPipeliner_Expecter) FunctionFlushAsync(ctx interface{}) *MockPipeliner_FunctionFlushAsync_Call

FunctionFlushAsync is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) FunctionKill

func (_e *MockPipeliner_Expecter) FunctionKill(ctx interface{}) *MockPipeliner_FunctionKill_Call

FunctionKill is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) FunctionList

func (_e *MockPipeliner_Expecter) FunctionList(ctx interface{}, q interface{}) *MockPipeliner_FunctionList_Call

FunctionList is a helper method to define mock.On call

  • ctx context.Context
  • q redis.FunctionListQuery

func (*MockPipeliner_Expecter) FunctionLoad

func (_e *MockPipeliner_Expecter) FunctionLoad(ctx interface{}, code interface{}) *MockPipeliner_FunctionLoad_Call

FunctionLoad is a helper method to define mock.On call

  • ctx context.Context
  • code string

func (*MockPipeliner_Expecter) FunctionLoadReplace

func (_e *MockPipeliner_Expecter) FunctionLoadReplace(ctx interface{}, code interface{}) *MockPipeliner_FunctionLoadReplace_Call

FunctionLoadReplace is a helper method to define mock.On call

  • ctx context.Context
  • code string

func (*MockPipeliner_Expecter) FunctionRestore

func (_e *MockPipeliner_Expecter) FunctionRestore(ctx interface{}, libDump interface{}) *MockPipeliner_FunctionRestore_Call

FunctionRestore is a helper method to define mock.On call

  • ctx context.Context
  • libDump string

func (*MockPipeliner_Expecter) FunctionStats

func (_e *MockPipeliner_Expecter) FunctionStats(ctx interface{}) *MockPipeliner_FunctionStats_Call

FunctionStats is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) GeoAdd

func (_e *MockPipeliner_Expecter) GeoAdd(ctx interface{}, key interface{}, geoLocation ...interface{}) *MockPipeliner_GeoAdd_Call

GeoAdd is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • geoLocation ...*redis.GeoLocation

func (*MockPipeliner_Expecter) GeoDist

func (_e *MockPipeliner_Expecter) GeoDist(ctx interface{}, key interface{}, member1 interface{}, member2 interface{}, unit interface{}) *MockPipeliner_GeoDist_Call

GeoDist is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • member1 string
  • member2 string
  • unit string

func (*MockPipeliner_Expecter) GeoHash

func (_e *MockPipeliner_Expecter) GeoHash(ctx interface{}, key interface{}, members ...interface{}) *MockPipeliner_GeoHash_Call

GeoHash is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • members ...string

func (*MockPipeliner_Expecter) GeoPos

func (_e *MockPipeliner_Expecter) GeoPos(ctx interface{}, key interface{}, members ...interface{}) *MockPipeliner_GeoPos_Call

GeoPos is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • members ...string

func (*MockPipeliner_Expecter) GeoRadius

func (_e *MockPipeliner_Expecter) GeoRadius(ctx interface{}, key interface{}, longitude interface{}, latitude interface{}, query interface{}) *MockPipeliner_GeoRadius_Call

GeoRadius is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • longitude float64
  • latitude float64
  • query *redis.GeoRadiusQuery

func (*MockPipeliner_Expecter) GeoRadiusByMember

func (_e *MockPipeliner_Expecter) GeoRadiusByMember(ctx interface{}, key interface{}, member interface{}, query interface{}) *MockPipeliner_GeoRadiusByMember_Call

GeoRadiusByMember is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • member string
  • query *redis.GeoRadiusQuery

func (*MockPipeliner_Expecter) GeoRadiusByMemberStore

func (_e *MockPipeliner_Expecter) GeoRadiusByMemberStore(ctx interface{}, key interface{}, member interface{}, query interface{}) *MockPipeliner_GeoRadiusByMemberStore_Call

GeoRadiusByMemberStore is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • member string
  • query *redis.GeoRadiusQuery

func (*MockPipeliner_Expecter) GeoRadiusStore

func (_e *MockPipeliner_Expecter) GeoRadiusStore(ctx interface{}, key interface{}, longitude interface{}, latitude interface{}, query interface{}) *MockPipeliner_GeoRadiusStore_Call

GeoRadiusStore is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • longitude float64
  • latitude float64
  • query *redis.GeoRadiusQuery

func (*MockPipeliner_Expecter) GeoSearch

func (_e *MockPipeliner_Expecter) GeoSearch(ctx interface{}, key interface{}, q interface{}) *MockPipeliner_GeoSearch_Call

GeoSearch is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • q *redis.GeoSearchQuery

func (*MockPipeliner_Expecter) GeoSearchLocation

func (_e *MockPipeliner_Expecter) GeoSearchLocation(ctx interface{}, key interface{}, q interface{}) *MockPipeliner_GeoSearchLocation_Call

GeoSearchLocation is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • q *redis.GeoSearchLocationQuery

func (*MockPipeliner_Expecter) GeoSearchStore

func (_e *MockPipeliner_Expecter) GeoSearchStore(ctx interface{}, key interface{}, store interface{}, q interface{}) *MockPipeliner_GeoSearchStore_Call

GeoSearchStore is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • store string
  • q *redis.GeoSearchStoreQuery

func (*MockPipeliner_Expecter) Get

func (_e *MockPipeliner_Expecter) Get(ctx interface{}, key interface{}) *MockPipeliner_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) GetBit

func (_e *MockPipeliner_Expecter) GetBit(ctx interface{}, key interface{}, offset interface{}) *MockPipeliner_GetBit_Call

GetBit is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • offset int64

func (*MockPipeliner_Expecter) GetDel

func (_e *MockPipeliner_Expecter) GetDel(ctx interface{}, key interface{}) *MockPipeliner_GetDel_Call

GetDel is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) GetEx

func (_e *MockPipeliner_Expecter) GetEx(ctx interface{}, key interface{}, expiration interface{}) *MockPipeliner_GetEx_Call

GetEx is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • expiration time.Duration

func (*MockPipeliner_Expecter) GetRange

func (_e *MockPipeliner_Expecter) GetRange(ctx interface{}, key interface{}, start interface{}, end interface{}) *MockPipeliner_GetRange_Call

GetRange is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • start int64
  • end int64

func (*MockPipeliner_Expecter) GetSet

func (_e *MockPipeliner_Expecter) GetSet(ctx interface{}, key interface{}, value interface{}) *MockPipeliner_GetSet_Call

GetSet is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • value interface{}

func (*MockPipeliner_Expecter) HDel

func (_e *MockPipeliner_Expecter) HDel(ctx interface{}, key interface{}, fields ...interface{}) *MockPipeliner_HDel_Call

HDel is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • fields ...string

func (*MockPipeliner_Expecter) HExists

func (_e *MockPipeliner_Expecter) HExists(ctx interface{}, key interface{}, field interface{}) *MockPipeliner_HExists_Call

HExists is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • field string

func (*MockPipeliner_Expecter) HGet

func (_e *MockPipeliner_Expecter) HGet(ctx interface{}, key interface{}, field interface{}) *MockPipeliner_HGet_Call

HGet is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • field string

func (*MockPipeliner_Expecter) HGetAll

func (_e *MockPipeliner_Expecter) HGetAll(ctx interface{}, key interface{}) *MockPipeliner_HGetAll_Call

HGetAll is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) HIncrBy

func (_e *MockPipeliner_Expecter) HIncrBy(ctx interface{}, key interface{}, field interface{}, incr interface{}) *MockPipeliner_HIncrBy_Call

HIncrBy is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • field string
  • incr int64

func (*MockPipeliner_Expecter) HIncrByFloat

func (_e *MockPipeliner_Expecter) HIncrByFloat(ctx interface{}, key interface{}, field interface{}, incr interface{}) *MockPipeliner_HIncrByFloat_Call

HIncrByFloat is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • field string
  • incr float64

func (*MockPipeliner_Expecter) HKeys

func (_e *MockPipeliner_Expecter) HKeys(ctx interface{}, key interface{}) *MockPipeliner_HKeys_Call

HKeys is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) HLen

func (_e *MockPipeliner_Expecter) HLen(ctx interface{}, key interface{}) *MockPipeliner_HLen_Call

HLen is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) HMGet

func (_e *MockPipeliner_Expecter) HMGet(ctx interface{}, key interface{}, fields ...interface{}) *MockPipeliner_HMGet_Call

HMGet is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • fields ...string

func (*MockPipeliner_Expecter) HMSet

func (_e *MockPipeliner_Expecter) HMSet(ctx interface{}, key interface{}, values ...interface{}) *MockPipeliner_HMSet_Call

HMSet is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • values ...interface{}

func (*MockPipeliner_Expecter) HRandField

func (_e *MockPipeliner_Expecter) HRandField(ctx interface{}, key interface{}, count interface{}) *MockPipeliner_HRandField_Call

HRandField is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • count int

func (*MockPipeliner_Expecter) HRandFieldWithValues

func (_e *MockPipeliner_Expecter) HRandFieldWithValues(ctx interface{}, key interface{}, count interface{}) *MockPipeliner_HRandFieldWithValues_Call

HRandFieldWithValues is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • count int

func (*MockPipeliner_Expecter) HScan

func (_e *MockPipeliner_Expecter) HScan(ctx interface{}, key interface{}, cursor interface{}, match interface{}, count interface{}) *MockPipeliner_HScan_Call

HScan is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • cursor uint64
  • match string
  • count int64

func (*MockPipeliner_Expecter) HSet

func (_e *MockPipeliner_Expecter) HSet(ctx interface{}, key interface{}, values ...interface{}) *MockPipeliner_HSet_Call

HSet is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • values ...interface{}

func (*MockPipeliner_Expecter) HSetNX

func (_e *MockPipeliner_Expecter) HSetNX(ctx interface{}, key interface{}, field interface{}, value interface{}) *MockPipeliner_HSetNX_Call

HSetNX is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • field string
  • value interface{}

func (*MockPipeliner_Expecter) HVals

func (_e *MockPipeliner_Expecter) HVals(ctx interface{}, key interface{}) *MockPipeliner_HVals_Call

HVals is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) Hello

func (_e *MockPipeliner_Expecter) Hello(ctx interface{}, ver interface{}, username interface{}, password interface{}, clientName interface{}) *MockPipeliner_Hello_Call

Hello is a helper method to define mock.On call

  • ctx context.Context
  • ver int
  • username string
  • password string
  • clientName string

func (*MockPipeliner_Expecter) Incr

func (_e *MockPipeliner_Expecter) Incr(ctx interface{}, key interface{}) *MockPipeliner_Incr_Call

Incr is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) IncrBy

func (_e *MockPipeliner_Expecter) IncrBy(ctx interface{}, key interface{}, value interface{}) *MockPipeliner_IncrBy_Call

IncrBy is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • value int64

func (*MockPipeliner_Expecter) IncrByFloat

func (_e *MockPipeliner_Expecter) IncrByFloat(ctx interface{}, key interface{}, value interface{}) *MockPipeliner_IncrByFloat_Call

IncrByFloat is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • value float64

func (*MockPipeliner_Expecter) Info

func (_e *MockPipeliner_Expecter) Info(ctx interface{}, section ...interface{}) *MockPipeliner_Info_Call

Info is a helper method to define mock.On call

  • ctx context.Context
  • section ...string

func (*MockPipeliner_Expecter) JSONArrAppend

func (_e *MockPipeliner_Expecter) JSONArrAppend(ctx interface{}, key interface{}, path interface{}, values ...interface{}) *MockPipeliner_JSONArrAppend_Call

JSONArrAppend is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string
  • values ...interface{}

func (*MockPipeliner_Expecter) JSONArrIndex

func (_e *MockPipeliner_Expecter) JSONArrIndex(ctx interface{}, key interface{}, path interface{}, value ...interface{}) *MockPipeliner_JSONArrIndex_Call

JSONArrIndex is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string
  • value ...interface{}

func (*MockPipeliner_Expecter) JSONArrIndexWithArgs

func (_e *MockPipeliner_Expecter) JSONArrIndexWithArgs(ctx interface{}, key interface{}, path interface{}, options interface{}, value ...interface{}) *MockPipeliner_JSONArrIndexWithArgs_Call

JSONArrIndexWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string
  • options *redis.JSONArrIndexArgs
  • value ...interface{}

func (*MockPipeliner_Expecter) JSONArrInsert

func (_e *MockPipeliner_Expecter) JSONArrInsert(ctx interface{}, key interface{}, path interface{}, index interface{}, values ...interface{}) *MockPipeliner_JSONArrInsert_Call

JSONArrInsert is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string
  • index int64
  • values ...interface{}

func (*MockPipeliner_Expecter) JSONArrLen

func (_e *MockPipeliner_Expecter) JSONArrLen(ctx interface{}, key interface{}, path interface{}) *MockPipeliner_JSONArrLen_Call

JSONArrLen is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string

func (*MockPipeliner_Expecter) JSONArrPop

func (_e *MockPipeliner_Expecter) JSONArrPop(ctx interface{}, key interface{}, path interface{}, index interface{}) *MockPipeliner_JSONArrPop_Call

JSONArrPop is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string
  • index int

func (*MockPipeliner_Expecter) JSONArrTrim

func (_e *MockPipeliner_Expecter) JSONArrTrim(ctx interface{}, key interface{}, path interface{}) *MockPipeliner_JSONArrTrim_Call

JSONArrTrim is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string

func (*MockPipeliner_Expecter) JSONArrTrimWithArgs

func (_e *MockPipeliner_Expecter) JSONArrTrimWithArgs(ctx interface{}, key interface{}, path interface{}, options interface{}) *MockPipeliner_JSONArrTrimWithArgs_Call

JSONArrTrimWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string
  • options *redis.JSONArrTrimArgs

func (*MockPipeliner_Expecter) JSONClear

func (_e *MockPipeliner_Expecter) JSONClear(ctx interface{}, key interface{}, path interface{}) *MockPipeliner_JSONClear_Call

JSONClear is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string

func (*MockPipeliner_Expecter) JSONDebugMemory

func (_e *MockPipeliner_Expecter) JSONDebugMemory(ctx interface{}, key interface{}, path interface{}) *MockPipeliner_JSONDebugMemory_Call

JSONDebugMemory is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string

func (*MockPipeliner_Expecter) JSONDel

func (_e *MockPipeliner_Expecter) JSONDel(ctx interface{}, key interface{}, path interface{}) *MockPipeliner_JSONDel_Call

JSONDel is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string

func (*MockPipeliner_Expecter) JSONForget

func (_e *MockPipeliner_Expecter) JSONForget(ctx interface{}, key interface{}, path interface{}) *MockPipeliner_JSONForget_Call

JSONForget is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string

func (*MockPipeliner_Expecter) JSONGet

func (_e *MockPipeliner_Expecter) JSONGet(ctx interface{}, key interface{}, paths ...interface{}) *MockPipeliner_JSONGet_Call

JSONGet is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • paths ...string

func (*MockPipeliner_Expecter) JSONGetWithArgs

func (_e *MockPipeliner_Expecter) JSONGetWithArgs(ctx interface{}, key interface{}, options interface{}, paths ...interface{}) *MockPipeliner_JSONGetWithArgs_Call

JSONGetWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • options *redis.JSONGetArgs
  • paths ...string

func (*MockPipeliner_Expecter) JSONMGet

func (_e *MockPipeliner_Expecter) JSONMGet(ctx interface{}, path interface{}, keys ...interface{}) *MockPipeliner_JSONMGet_Call

JSONMGet is a helper method to define mock.On call

  • ctx context.Context
  • path string
  • keys ...string

func (*MockPipeliner_Expecter) JSONMSet

func (_e *MockPipeliner_Expecter) JSONMSet(ctx interface{}, params ...interface{}) *MockPipeliner_JSONMSet_Call

JSONMSet is a helper method to define mock.On call

  • ctx context.Context
  • params ...interface{}

func (*MockPipeliner_Expecter) JSONMSetArgs

func (_e *MockPipeliner_Expecter) JSONMSetArgs(ctx interface{}, docs interface{}) *MockPipeliner_JSONMSetArgs_Call

JSONMSetArgs is a helper method to define mock.On call

  • ctx context.Context
  • docs []redis.JSONSetArgs

func (*MockPipeliner_Expecter) JSONMerge

func (_e *MockPipeliner_Expecter) JSONMerge(ctx interface{}, key interface{}, path interface{}, value interface{}) *MockPipeliner_JSONMerge_Call

JSONMerge is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string
  • value string

func (*MockPipeliner_Expecter) JSONNumIncrBy

func (_e *MockPipeliner_Expecter) JSONNumIncrBy(ctx interface{}, key interface{}, path interface{}, value interface{}) *MockPipeliner_JSONNumIncrBy_Call

JSONNumIncrBy is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string
  • value float64

func (*MockPipeliner_Expecter) JSONObjKeys

func (_e *MockPipeliner_Expecter) JSONObjKeys(ctx interface{}, key interface{}, path interface{}) *MockPipeliner_JSONObjKeys_Call

JSONObjKeys is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string

func (*MockPipeliner_Expecter) JSONObjLen

func (_e *MockPipeliner_Expecter) JSONObjLen(ctx interface{}, key interface{}, path interface{}) *MockPipeliner_JSONObjLen_Call

JSONObjLen is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string

func (*MockPipeliner_Expecter) JSONSet

func (_e *MockPipeliner_Expecter) JSONSet(ctx interface{}, key interface{}, path interface{}, value interface{}) *MockPipeliner_JSONSet_Call

JSONSet is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string
  • value interface{}

func (*MockPipeliner_Expecter) JSONSetMode

func (_e *MockPipeliner_Expecter) JSONSetMode(ctx interface{}, key interface{}, path interface{}, value interface{}, mode interface{}) *MockPipeliner_JSONSetMode_Call

JSONSetMode is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string
  • value interface{}
  • mode string

func (*MockPipeliner_Expecter) JSONStrAppend

func (_e *MockPipeliner_Expecter) JSONStrAppend(ctx interface{}, key interface{}, path interface{}, value interface{}) *MockPipeliner_JSONStrAppend_Call

JSONStrAppend is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string
  • value string

func (*MockPipeliner_Expecter) JSONStrLen

func (_e *MockPipeliner_Expecter) JSONStrLen(ctx interface{}, key interface{}, path interface{}) *MockPipeliner_JSONStrLen_Call

JSONStrLen is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string

func (*MockPipeliner_Expecter) JSONToggle

func (_e *MockPipeliner_Expecter) JSONToggle(ctx interface{}, key interface{}, path interface{}) *MockPipeliner_JSONToggle_Call

JSONToggle is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string

func (*MockPipeliner_Expecter) JSONType

func (_e *MockPipeliner_Expecter) JSONType(ctx interface{}, key interface{}, path interface{}) *MockPipeliner_JSONType_Call

JSONType is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • path string

func (*MockPipeliner_Expecter) Keys

func (_e *MockPipeliner_Expecter) Keys(ctx interface{}, pattern interface{}) *MockPipeliner_Keys_Call

Keys is a helper method to define mock.On call

  • ctx context.Context
  • pattern string

func (*MockPipeliner_Expecter) LCS

func (_e *MockPipeliner_Expecter) LCS(ctx interface{}, q interface{}) *MockPipeliner_LCS_Call

LCS is a helper method to define mock.On call

  • ctx context.Context
  • q *redis.LCSQuery

func (*MockPipeliner_Expecter) LIndex

func (_e *MockPipeliner_Expecter) LIndex(ctx interface{}, key interface{}, index interface{}) *MockPipeliner_LIndex_Call

LIndex is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • index int64

func (*MockPipeliner_Expecter) LInsert

func (_e *MockPipeliner_Expecter) LInsert(ctx interface{}, key interface{}, op interface{}, pivot interface{}, value interface{}) *MockPipeliner_LInsert_Call

LInsert is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • op string
  • pivot interface{}
  • value interface{}

func (*MockPipeliner_Expecter) LInsertAfter

func (_e *MockPipeliner_Expecter) LInsertAfter(ctx interface{}, key interface{}, pivot interface{}, value interface{}) *MockPipeliner_LInsertAfter_Call

LInsertAfter is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • pivot interface{}
  • value interface{}

func (*MockPipeliner_Expecter) LInsertBefore

func (_e *MockPipeliner_Expecter) LInsertBefore(ctx interface{}, key interface{}, pivot interface{}, value interface{}) *MockPipeliner_LInsertBefore_Call

LInsertBefore is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • pivot interface{}
  • value interface{}

func (*MockPipeliner_Expecter) LLen

func (_e *MockPipeliner_Expecter) LLen(ctx interface{}, key interface{}) *MockPipeliner_LLen_Call

LLen is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) LMPop

func (_e *MockPipeliner_Expecter) LMPop(ctx interface{}, direction interface{}, count interface{}, keys ...interface{}) *MockPipeliner_LMPop_Call

LMPop is a helper method to define mock.On call

  • ctx context.Context
  • direction string
  • count int64
  • keys ...string

func (*MockPipeliner_Expecter) LMove

func (_e *MockPipeliner_Expecter) LMove(ctx interface{}, source interface{}, destination interface{}, srcpos interface{}, destpos interface{}) *MockPipeliner_LMove_Call

LMove is a helper method to define mock.On call

  • ctx context.Context
  • source string
  • destination string
  • srcpos string
  • destpos string

func (*MockPipeliner_Expecter) LPop

func (_e *MockPipeliner_Expecter) LPop(ctx interface{}, key interface{}) *MockPipeliner_LPop_Call

LPop is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) LPopCount

func (_e *MockPipeliner_Expecter) LPopCount(ctx interface{}, key interface{}, count interface{}) *MockPipeliner_LPopCount_Call

LPopCount is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • count int

func (*MockPipeliner_Expecter) LPos

func (_e *MockPipeliner_Expecter) LPos(ctx interface{}, key interface{}, value interface{}, args interface{}) *MockPipeliner_LPos_Call

LPos is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • value string
  • args redis.LPosArgs

func (*MockPipeliner_Expecter) LPosCount

func (_e *MockPipeliner_Expecter) LPosCount(ctx interface{}, key interface{}, value interface{}, count interface{}, args interface{}) *MockPipeliner_LPosCount_Call

LPosCount is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • value string
  • count int64
  • args redis.LPosArgs

func (*MockPipeliner_Expecter) LPush

func (_e *MockPipeliner_Expecter) LPush(ctx interface{}, key interface{}, values ...interface{}) *MockPipeliner_LPush_Call

LPush is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • values ...interface{}

func (*MockPipeliner_Expecter) LPushX

func (_e *MockPipeliner_Expecter) LPushX(ctx interface{}, key interface{}, values ...interface{}) *MockPipeliner_LPushX_Call

LPushX is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • values ...interface{}

func (*MockPipeliner_Expecter) LRange

func (_e *MockPipeliner_Expecter) LRange(ctx interface{}, key interface{}, start interface{}, stop interface{}) *MockPipeliner_LRange_Call

LRange is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • start int64
  • stop int64

func (*MockPipeliner_Expecter) LRem

func (_e *MockPipeliner_Expecter) LRem(ctx interface{}, key interface{}, count interface{}, value interface{}) *MockPipeliner_LRem_Call

LRem is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • count int64
  • value interface{}

func (*MockPipeliner_Expecter) LSet

func (_e *MockPipeliner_Expecter) LSet(ctx interface{}, key interface{}, index interface{}, value interface{}) *MockPipeliner_LSet_Call

LSet is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • index int64
  • value interface{}

func (*MockPipeliner_Expecter) LTrim

func (_e *MockPipeliner_Expecter) LTrim(ctx interface{}, key interface{}, start interface{}, stop interface{}) *MockPipeliner_LTrim_Call

LTrim is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • start int64
  • stop int64

func (*MockPipeliner_Expecter) LastSave

func (_e *MockPipeliner_Expecter) LastSave(ctx interface{}) *MockPipeliner_LastSave_Call

LastSave is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) Len

Len is a helper method to define mock.On call

func (*MockPipeliner_Expecter) MGet

func (_e *MockPipeliner_Expecter) MGet(ctx interface{}, keys ...interface{}) *MockPipeliner_MGet_Call

MGet is a helper method to define mock.On call

  • ctx context.Context
  • keys ...string

func (*MockPipeliner_Expecter) MSet

func (_e *MockPipeliner_Expecter) MSet(ctx interface{}, values ...interface{}) *MockPipeliner_MSet_Call

MSet is a helper method to define mock.On call

  • ctx context.Context
  • values ...interface{}

func (*MockPipeliner_Expecter) MSetNX

func (_e *MockPipeliner_Expecter) MSetNX(ctx interface{}, values ...interface{}) *MockPipeliner_MSetNX_Call

MSetNX is a helper method to define mock.On call

  • ctx context.Context
  • values ...interface{}

func (*MockPipeliner_Expecter) MemoryUsage

func (_e *MockPipeliner_Expecter) MemoryUsage(ctx interface{}, key interface{}, samples ...interface{}) *MockPipeliner_MemoryUsage_Call

MemoryUsage is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • samples ...int

func (*MockPipeliner_Expecter) Migrate

func (_e *MockPipeliner_Expecter) Migrate(ctx interface{}, host interface{}, port interface{}, key interface{}, db interface{}, timeout interface{}) *MockPipeliner_Migrate_Call

Migrate is a helper method to define mock.On call

  • ctx context.Context
  • host string
  • port string
  • key string
  • db int
  • timeout time.Duration

func (*MockPipeliner_Expecter) ModuleLoadex

func (_e *MockPipeliner_Expecter) ModuleLoadex(ctx interface{}, conf interface{}) *MockPipeliner_ModuleLoadex_Call

ModuleLoadex is a helper method to define mock.On call

  • ctx context.Context
  • conf *redis.ModuleLoadexConfig

func (*MockPipeliner_Expecter) Move

func (_e *MockPipeliner_Expecter) Move(ctx interface{}, key interface{}, db interface{}) *MockPipeliner_Move_Call

Move is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • db int

func (*MockPipeliner_Expecter) ObjectEncoding

func (_e *MockPipeliner_Expecter) ObjectEncoding(ctx interface{}, key interface{}) *MockPipeliner_ObjectEncoding_Call

ObjectEncoding is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) ObjectFreq

func (_e *MockPipeliner_Expecter) ObjectFreq(ctx interface{}, key interface{}) *MockPipeliner_ObjectFreq_Call

ObjectFreq is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) ObjectIdleTime

func (_e *MockPipeliner_Expecter) ObjectIdleTime(ctx interface{}, key interface{}) *MockPipeliner_ObjectIdleTime_Call

ObjectIdleTime is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) ObjectRefCount

func (_e *MockPipeliner_Expecter) ObjectRefCount(ctx interface{}, key interface{}) *MockPipeliner_ObjectRefCount_Call

ObjectRefCount is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) PExpire

func (_e *MockPipeliner_Expecter) PExpire(ctx interface{}, key interface{}, expiration interface{}) *MockPipeliner_PExpire_Call

PExpire is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • expiration time.Duration

func (*MockPipeliner_Expecter) PExpireAt

func (_e *MockPipeliner_Expecter) PExpireAt(ctx interface{}, key interface{}, tm interface{}) *MockPipeliner_PExpireAt_Call

PExpireAt is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • tm time.Time

func (*MockPipeliner_Expecter) PExpireTime

func (_e *MockPipeliner_Expecter) PExpireTime(ctx interface{}, key interface{}) *MockPipeliner_PExpireTime_Call

PExpireTime is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) PFAdd

func (_e *MockPipeliner_Expecter) PFAdd(ctx interface{}, key interface{}, els ...interface{}) *MockPipeliner_PFAdd_Call

PFAdd is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • els ...interface{}

func (*MockPipeliner_Expecter) PFCount

func (_e *MockPipeliner_Expecter) PFCount(ctx interface{}, keys ...interface{}) *MockPipeliner_PFCount_Call

PFCount is a helper method to define mock.On call

  • ctx context.Context
  • keys ...string

func (*MockPipeliner_Expecter) PFMerge

func (_e *MockPipeliner_Expecter) PFMerge(ctx interface{}, dest interface{}, keys ...interface{}) *MockPipeliner_PFMerge_Call

PFMerge is a helper method to define mock.On call

  • ctx context.Context
  • dest string
  • keys ...string

func (*MockPipeliner_Expecter) PTTL

func (_e *MockPipeliner_Expecter) PTTL(ctx interface{}, key interface{}) *MockPipeliner_PTTL_Call

PTTL is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) Persist

func (_e *MockPipeliner_Expecter) Persist(ctx interface{}, key interface{}) *MockPipeliner_Persist_Call

Persist is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) Ping

func (_e *MockPipeliner_Expecter) Ping(ctx interface{}) *MockPipeliner_Ping_Call

Ping is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) Pipeline

Pipeline is a helper method to define mock.On call

func (*MockPipeliner_Expecter) Pipelined

func (_e *MockPipeliner_Expecter) Pipelined(ctx interface{}, fn interface{}) *MockPipeliner_Pipelined_Call

Pipelined is a helper method to define mock.On call

  • ctx context.Context
  • fn func(redis.Pipeliner) error

func (*MockPipeliner_Expecter) Process

func (_e *MockPipeliner_Expecter) Process(ctx interface{}, cmd interface{}) *MockPipeliner_Process_Call

Process is a helper method to define mock.On call

  • ctx context.Context
  • cmd redis.Cmder

func (*MockPipeliner_Expecter) PubSubChannels

func (_e *MockPipeliner_Expecter) PubSubChannels(ctx interface{}, pattern interface{}) *MockPipeliner_PubSubChannels_Call

PubSubChannels is a helper method to define mock.On call

  • ctx context.Context
  • pattern string

func (*MockPipeliner_Expecter) PubSubNumPat

func (_e *MockPipeliner_Expecter) PubSubNumPat(ctx interface{}) *MockPipeliner_PubSubNumPat_Call

PubSubNumPat is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) PubSubNumSub

func (_e *MockPipeliner_Expecter) PubSubNumSub(ctx interface{}, channels ...interface{}) *MockPipeliner_PubSubNumSub_Call

PubSubNumSub is a helper method to define mock.On call

  • ctx context.Context
  • channels ...string

func (*MockPipeliner_Expecter) PubSubShardChannels

func (_e *MockPipeliner_Expecter) PubSubShardChannels(ctx interface{}, pattern interface{}) *MockPipeliner_PubSubShardChannels_Call

PubSubShardChannels is a helper method to define mock.On call

  • ctx context.Context
  • pattern string

func (*MockPipeliner_Expecter) PubSubShardNumSub

func (_e *MockPipeliner_Expecter) PubSubShardNumSub(ctx interface{}, channels ...interface{}) *MockPipeliner_PubSubShardNumSub_Call

PubSubShardNumSub is a helper method to define mock.On call

  • ctx context.Context
  • channels ...string

func (*MockPipeliner_Expecter) Publish

func (_e *MockPipeliner_Expecter) Publish(ctx interface{}, channel interface{}, message interface{}) *MockPipeliner_Publish_Call

Publish is a helper method to define mock.On call

  • ctx context.Context
  • channel string
  • message interface{}

func (*MockPipeliner_Expecter) Quit

func (_e *MockPipeliner_Expecter) Quit(ctx interface{}) *MockPipeliner_Quit_Call

Quit is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) RPop

func (_e *MockPipeliner_Expecter) RPop(ctx interface{}, key interface{}) *MockPipeliner_RPop_Call

RPop is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) RPopCount

func (_e *MockPipeliner_Expecter) RPopCount(ctx interface{}, key interface{}, count interface{}) *MockPipeliner_RPopCount_Call

RPopCount is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • count int

func (*MockPipeliner_Expecter) RPopLPush

func (_e *MockPipeliner_Expecter) RPopLPush(ctx interface{}, source interface{}, destination interface{}) *MockPipeliner_RPopLPush_Call

RPopLPush is a helper method to define mock.On call

  • ctx context.Context
  • source string
  • destination string

func (*MockPipeliner_Expecter) RPush

func (_e *MockPipeliner_Expecter) RPush(ctx interface{}, key interface{}, values ...interface{}) *MockPipeliner_RPush_Call

RPush is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • values ...interface{}

func (*MockPipeliner_Expecter) RPushX

func (_e *MockPipeliner_Expecter) RPushX(ctx interface{}, key interface{}, values ...interface{}) *MockPipeliner_RPushX_Call

RPushX is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • values ...interface{}

func (*MockPipeliner_Expecter) RandomKey

func (_e *MockPipeliner_Expecter) RandomKey(ctx interface{}) *MockPipeliner_RandomKey_Call

RandomKey is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) ReadOnly

func (_e *MockPipeliner_Expecter) ReadOnly(ctx interface{}) *MockPipeliner_ReadOnly_Call

ReadOnly is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) ReadWrite

func (_e *MockPipeliner_Expecter) ReadWrite(ctx interface{}) *MockPipeliner_ReadWrite_Call

ReadWrite is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) Rename

func (_e *MockPipeliner_Expecter) Rename(ctx interface{}, key interface{}, newkey interface{}) *MockPipeliner_Rename_Call

Rename is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • newkey string

func (*MockPipeliner_Expecter) RenameNX

func (_e *MockPipeliner_Expecter) RenameNX(ctx interface{}, key interface{}, newkey interface{}) *MockPipeliner_RenameNX_Call

RenameNX is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • newkey string

func (*MockPipeliner_Expecter) Restore

func (_e *MockPipeliner_Expecter) Restore(ctx interface{}, key interface{}, ttl interface{}, value interface{}) *MockPipeliner_Restore_Call

Restore is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • ttl time.Duration
  • value string

func (*MockPipeliner_Expecter) RestoreReplace

func (_e *MockPipeliner_Expecter) RestoreReplace(ctx interface{}, key interface{}, ttl interface{}, value interface{}) *MockPipeliner_RestoreReplace_Call

RestoreReplace is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • ttl time.Duration
  • value string

func (*MockPipeliner_Expecter) SAdd

func (_e *MockPipeliner_Expecter) SAdd(ctx interface{}, key interface{}, members ...interface{}) *MockPipeliner_SAdd_Call

SAdd is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • members ...interface{}

func (*MockPipeliner_Expecter) SCard

func (_e *MockPipeliner_Expecter) SCard(ctx interface{}, key interface{}) *MockPipeliner_SCard_Call

SCard is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) SDiff

func (_e *MockPipeliner_Expecter) SDiff(ctx interface{}, keys ...interface{}) *MockPipeliner_SDiff_Call

SDiff is a helper method to define mock.On call

  • ctx context.Context
  • keys ...string

func (*MockPipeliner_Expecter) SDiffStore

func (_e *MockPipeliner_Expecter) SDiffStore(ctx interface{}, destination interface{}, keys ...interface{}) *MockPipeliner_SDiffStore_Call

SDiffStore is a helper method to define mock.On call

  • ctx context.Context
  • destination string
  • keys ...string

func (*MockPipeliner_Expecter) SInter

func (_e *MockPipeliner_Expecter) SInter(ctx interface{}, keys ...interface{}) *MockPipeliner_SInter_Call

SInter is a helper method to define mock.On call

  • ctx context.Context
  • keys ...string

func (*MockPipeliner_Expecter) SInterCard

func (_e *MockPipeliner_Expecter) SInterCard(ctx interface{}, limit interface{}, keys ...interface{}) *MockPipeliner_SInterCard_Call

SInterCard is a helper method to define mock.On call

  • ctx context.Context
  • limit int64
  • keys ...string

func (*MockPipeliner_Expecter) SInterStore

func (_e *MockPipeliner_Expecter) SInterStore(ctx interface{}, destination interface{}, keys ...interface{}) *MockPipeliner_SInterStore_Call

SInterStore is a helper method to define mock.On call

  • ctx context.Context
  • destination string
  • keys ...string

func (*MockPipeliner_Expecter) SIsMember

func (_e *MockPipeliner_Expecter) SIsMember(ctx interface{}, key interface{}, member interface{}) *MockPipeliner_SIsMember_Call

SIsMember is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • member interface{}

func (*MockPipeliner_Expecter) SMIsMember

func (_e *MockPipeliner_Expecter) SMIsMember(ctx interface{}, key interface{}, members ...interface{}) *MockPipeliner_SMIsMember_Call

SMIsMember is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • members ...interface{}

func (*MockPipeliner_Expecter) SMembers

func (_e *MockPipeliner_Expecter) SMembers(ctx interface{}, key interface{}) *MockPipeliner_SMembers_Call

SMembers is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) SMembersMap

func (_e *MockPipeliner_Expecter) SMembersMap(ctx interface{}, key interface{}) *MockPipeliner_SMembersMap_Call

SMembersMap is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) SMove

func (_e *MockPipeliner_Expecter) SMove(ctx interface{}, source interface{}, destination interface{}, member interface{}) *MockPipeliner_SMove_Call

SMove is a helper method to define mock.On call

  • ctx context.Context
  • source string
  • destination string
  • member interface{}

func (*MockPipeliner_Expecter) SPop

func (_e *MockPipeliner_Expecter) SPop(ctx interface{}, key interface{}) *MockPipeliner_SPop_Call

SPop is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) SPopN

func (_e *MockPipeliner_Expecter) SPopN(ctx interface{}, key interface{}, count interface{}) *MockPipeliner_SPopN_Call

SPopN is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • count int64

func (*MockPipeliner_Expecter) SPublish

func (_e *MockPipeliner_Expecter) SPublish(ctx interface{}, channel interface{}, message interface{}) *MockPipeliner_SPublish_Call

SPublish is a helper method to define mock.On call

  • ctx context.Context
  • channel string
  • message interface{}

func (*MockPipeliner_Expecter) SRandMember

func (_e *MockPipeliner_Expecter) SRandMember(ctx interface{}, key interface{}) *MockPipeliner_SRandMember_Call

SRandMember is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) SRandMemberN

func (_e *MockPipeliner_Expecter) SRandMemberN(ctx interface{}, key interface{}, count interface{}) *MockPipeliner_SRandMemberN_Call

SRandMemberN is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • count int64

func (*MockPipeliner_Expecter) SRem

func (_e *MockPipeliner_Expecter) SRem(ctx interface{}, key interface{}, members ...interface{}) *MockPipeliner_SRem_Call

SRem is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • members ...interface{}

func (*MockPipeliner_Expecter) SScan

func (_e *MockPipeliner_Expecter) SScan(ctx interface{}, key interface{}, cursor interface{}, match interface{}, count interface{}) *MockPipeliner_SScan_Call

SScan is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • cursor uint64
  • match string
  • count int64

func (*MockPipeliner_Expecter) SUnion

func (_e *MockPipeliner_Expecter) SUnion(ctx interface{}, keys ...interface{}) *MockPipeliner_SUnion_Call

SUnion is a helper method to define mock.On call

  • ctx context.Context
  • keys ...string

func (*MockPipeliner_Expecter) SUnionStore

func (_e *MockPipeliner_Expecter) SUnionStore(ctx interface{}, destination interface{}, keys ...interface{}) *MockPipeliner_SUnionStore_Call

SUnionStore is a helper method to define mock.On call

  • ctx context.Context
  • destination string
  • keys ...string

func (*MockPipeliner_Expecter) Save

func (_e *MockPipeliner_Expecter) Save(ctx interface{}) *MockPipeliner_Save_Call

Save is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) Scan

func (_e *MockPipeliner_Expecter) Scan(ctx interface{}, cursor interface{}, match interface{}, count interface{}) *MockPipeliner_Scan_Call

Scan is a helper method to define mock.On call

  • ctx context.Context
  • cursor uint64
  • match string
  • count int64

func (*MockPipeliner_Expecter) ScanType

func (_e *MockPipeliner_Expecter) ScanType(ctx interface{}, cursor interface{}, match interface{}, count interface{}, keyType interface{}) *MockPipeliner_ScanType_Call

ScanType is a helper method to define mock.On call

  • ctx context.Context
  • cursor uint64
  • match string
  • count int64
  • keyType string

func (*MockPipeliner_Expecter) ScriptExists

func (_e *MockPipeliner_Expecter) ScriptExists(ctx interface{}, hashes ...interface{}) *MockPipeliner_ScriptExists_Call

ScriptExists is a helper method to define mock.On call

  • ctx context.Context
  • hashes ...string

func (*MockPipeliner_Expecter) ScriptFlush

func (_e *MockPipeliner_Expecter) ScriptFlush(ctx interface{}) *MockPipeliner_ScriptFlush_Call

ScriptFlush is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) ScriptKill

func (_e *MockPipeliner_Expecter) ScriptKill(ctx interface{}) *MockPipeliner_ScriptKill_Call

ScriptKill is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) ScriptLoad

func (_e *MockPipeliner_Expecter) ScriptLoad(ctx interface{}, script interface{}) *MockPipeliner_ScriptLoad_Call

ScriptLoad is a helper method to define mock.On call

  • ctx context.Context
  • script string

func (*MockPipeliner_Expecter) Select

func (_e *MockPipeliner_Expecter) Select(ctx interface{}, index interface{}) *MockPipeliner_Select_Call

Select is a helper method to define mock.On call

  • ctx context.Context
  • index int

func (*MockPipeliner_Expecter) Set

func (_e *MockPipeliner_Expecter) Set(ctx interface{}, key interface{}, value interface{}, expiration interface{}) *MockPipeliner_Set_Call

Set is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • value interface{}
  • expiration time.Duration

func (*MockPipeliner_Expecter) SetArgs

func (_e *MockPipeliner_Expecter) SetArgs(ctx interface{}, key interface{}, value interface{}, a interface{}) *MockPipeliner_SetArgs_Call

SetArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • value interface{}
  • a redis.SetArgs

func (*MockPipeliner_Expecter) SetBit

func (_e *MockPipeliner_Expecter) SetBit(ctx interface{}, key interface{}, offset interface{}, value interface{}) *MockPipeliner_SetBit_Call

SetBit is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • offset int64
  • value int

func (*MockPipeliner_Expecter) SetEx

func (_e *MockPipeliner_Expecter) SetEx(ctx interface{}, key interface{}, value interface{}, expiration interface{}) *MockPipeliner_SetEx_Call

SetEx is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • value interface{}
  • expiration time.Duration

func (*MockPipeliner_Expecter) SetNX

func (_e *MockPipeliner_Expecter) SetNX(ctx interface{}, key interface{}, value interface{}, expiration interface{}) *MockPipeliner_SetNX_Call

SetNX is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • value interface{}
  • expiration time.Duration

func (*MockPipeliner_Expecter) SetRange

func (_e *MockPipeliner_Expecter) SetRange(ctx interface{}, key interface{}, offset interface{}, value interface{}) *MockPipeliner_SetRange_Call

SetRange is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • offset int64
  • value string

func (*MockPipeliner_Expecter) SetXX

func (_e *MockPipeliner_Expecter) SetXX(ctx interface{}, key interface{}, value interface{}, expiration interface{}) *MockPipeliner_SetXX_Call

SetXX is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • value interface{}
  • expiration time.Duration

func (*MockPipeliner_Expecter) Shutdown

func (_e *MockPipeliner_Expecter) Shutdown(ctx interface{}) *MockPipeliner_Shutdown_Call

Shutdown is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) ShutdownNoSave

func (_e *MockPipeliner_Expecter) ShutdownNoSave(ctx interface{}) *MockPipeliner_ShutdownNoSave_Call

ShutdownNoSave is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) ShutdownSave

func (_e *MockPipeliner_Expecter) ShutdownSave(ctx interface{}) *MockPipeliner_ShutdownSave_Call

ShutdownSave is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) SlaveOf

func (_e *MockPipeliner_Expecter) SlaveOf(ctx interface{}, host interface{}, port interface{}) *MockPipeliner_SlaveOf_Call

SlaveOf is a helper method to define mock.On call

  • ctx context.Context
  • host string
  • port string

func (*MockPipeliner_Expecter) SlowLogGet

func (_e *MockPipeliner_Expecter) SlowLogGet(ctx interface{}, num interface{}) *MockPipeliner_SlowLogGet_Call

SlowLogGet is a helper method to define mock.On call

  • ctx context.Context
  • num int64

func (*MockPipeliner_Expecter) Sort

func (_e *MockPipeliner_Expecter) Sort(ctx interface{}, key interface{}, sort interface{}) *MockPipeliner_Sort_Call

Sort is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • sort *redis.Sort

func (*MockPipeliner_Expecter) SortInterfaces

func (_e *MockPipeliner_Expecter) SortInterfaces(ctx interface{}, key interface{}, sort interface{}) *MockPipeliner_SortInterfaces_Call

SortInterfaces is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • sort *redis.Sort

func (*MockPipeliner_Expecter) SortRO

func (_e *MockPipeliner_Expecter) SortRO(ctx interface{}, key interface{}, sort interface{}) *MockPipeliner_SortRO_Call

SortRO is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • sort *redis.Sort

func (*MockPipeliner_Expecter) SortStore

func (_e *MockPipeliner_Expecter) SortStore(ctx interface{}, key interface{}, store interface{}, sort interface{}) *MockPipeliner_SortStore_Call

SortStore is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • store string
  • sort *redis.Sort

func (*MockPipeliner_Expecter) StrLen

func (_e *MockPipeliner_Expecter) StrLen(ctx interface{}, key interface{}) *MockPipeliner_StrLen_Call

StrLen is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) SwapDB

func (_e *MockPipeliner_Expecter) SwapDB(ctx interface{}, index1 interface{}, index2 interface{}) *MockPipeliner_SwapDB_Call

SwapDB is a helper method to define mock.On call

  • ctx context.Context
  • index1 int
  • index2 int

func (*MockPipeliner_Expecter) TDigestAdd

func (_e *MockPipeliner_Expecter) TDigestAdd(ctx interface{}, key interface{}, elements ...interface{}) *MockPipeliner_TDigestAdd_Call

TDigestAdd is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • elements ...float64

func (*MockPipeliner_Expecter) TDigestByRank

func (_e *MockPipeliner_Expecter) TDigestByRank(ctx interface{}, key interface{}, rank ...interface{}) *MockPipeliner_TDigestByRank_Call

TDigestByRank is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • rank ...uint64

func (*MockPipeliner_Expecter) TDigestByRevRank

func (_e *MockPipeliner_Expecter) TDigestByRevRank(ctx interface{}, key interface{}, rank ...interface{}) *MockPipeliner_TDigestByRevRank_Call

TDigestByRevRank is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • rank ...uint64

func (*MockPipeliner_Expecter) TDigestCDF

func (_e *MockPipeliner_Expecter) TDigestCDF(ctx interface{}, key interface{}, elements ...interface{}) *MockPipeliner_TDigestCDF_Call

TDigestCDF is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • elements ...float64

func (*MockPipeliner_Expecter) TDigestCreate

func (_e *MockPipeliner_Expecter) TDigestCreate(ctx interface{}, key interface{}) *MockPipeliner_TDigestCreate_Call

TDigestCreate is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) TDigestCreateWithCompression

func (_e *MockPipeliner_Expecter) TDigestCreateWithCompression(ctx interface{}, key interface{}, compression interface{}) *MockPipeliner_TDigestCreateWithCompression_Call

TDigestCreateWithCompression is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • compression int64

func (*MockPipeliner_Expecter) TDigestInfo

func (_e *MockPipeliner_Expecter) TDigestInfo(ctx interface{}, key interface{}) *MockPipeliner_TDigestInfo_Call

TDigestInfo is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) TDigestMax

func (_e *MockPipeliner_Expecter) TDigestMax(ctx interface{}, key interface{}) *MockPipeliner_TDigestMax_Call

TDigestMax is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) TDigestMerge

func (_e *MockPipeliner_Expecter) TDigestMerge(ctx interface{}, destKey interface{}, options interface{}, sourceKeys ...interface{}) *MockPipeliner_TDigestMerge_Call

TDigestMerge is a helper method to define mock.On call

  • ctx context.Context
  • destKey string
  • options *redis.TDigestMergeOptions
  • sourceKeys ...string

func (*MockPipeliner_Expecter) TDigestMin

func (_e *MockPipeliner_Expecter) TDigestMin(ctx interface{}, key interface{}) *MockPipeliner_TDigestMin_Call

TDigestMin is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) TDigestQuantile

func (_e *MockPipeliner_Expecter) TDigestQuantile(ctx interface{}, key interface{}, elements ...interface{}) *MockPipeliner_TDigestQuantile_Call

TDigestQuantile is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • elements ...float64

func (*MockPipeliner_Expecter) TDigestRank

func (_e *MockPipeliner_Expecter) TDigestRank(ctx interface{}, key interface{}, values ...interface{}) *MockPipeliner_TDigestRank_Call

TDigestRank is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • values ...float64

func (*MockPipeliner_Expecter) TDigestReset

func (_e *MockPipeliner_Expecter) TDigestReset(ctx interface{}, key interface{}) *MockPipeliner_TDigestReset_Call

TDigestReset is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) TDigestRevRank

func (_e *MockPipeliner_Expecter) TDigestRevRank(ctx interface{}, key interface{}, values ...interface{}) *MockPipeliner_TDigestRevRank_Call

TDigestRevRank is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • values ...float64

func (*MockPipeliner_Expecter) TDigestTrimmedMean

func (_e *MockPipeliner_Expecter) TDigestTrimmedMean(ctx interface{}, key interface{}, lowCutQuantile interface{}, highCutQuantile interface{}) *MockPipeliner_TDigestTrimmedMean_Call

TDigestTrimmedMean is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • lowCutQuantile float64
  • highCutQuantile float64

func (*MockPipeliner_Expecter) TFCall

func (_e *MockPipeliner_Expecter) TFCall(ctx interface{}, libName interface{}, funcName interface{}, numKeys interface{}) *MockPipeliner_TFCall_Call

TFCall is a helper method to define mock.On call

  • ctx context.Context
  • libName string
  • funcName string
  • numKeys int

func (*MockPipeliner_Expecter) TFCallASYNC

func (_e *MockPipeliner_Expecter) TFCallASYNC(ctx interface{}, libName interface{}, funcName interface{}, numKeys interface{}) *MockPipeliner_TFCallASYNC_Call

TFCallASYNC is a helper method to define mock.On call

  • ctx context.Context
  • libName string
  • funcName string
  • numKeys int

func (*MockPipeliner_Expecter) TFCallASYNCArgs

func (_e *MockPipeliner_Expecter) TFCallASYNCArgs(ctx interface{}, libName interface{}, funcName interface{}, numKeys interface{}, options interface{}) *MockPipeliner_TFCallASYNCArgs_Call

TFCallASYNCArgs is a helper method to define mock.On call

  • ctx context.Context
  • libName string
  • funcName string
  • numKeys int
  • options *redis.TFCallOptions

func (*MockPipeliner_Expecter) TFCallArgs

func (_e *MockPipeliner_Expecter) TFCallArgs(ctx interface{}, libName interface{}, funcName interface{}, numKeys interface{}, options interface{}) *MockPipeliner_TFCallArgs_Call

TFCallArgs is a helper method to define mock.On call

  • ctx context.Context
  • libName string
  • funcName string
  • numKeys int
  • options *redis.TFCallOptions

func (*MockPipeliner_Expecter) TFunctionDelete

func (_e *MockPipeliner_Expecter) TFunctionDelete(ctx interface{}, libName interface{}) *MockPipeliner_TFunctionDelete_Call

TFunctionDelete is a helper method to define mock.On call

  • ctx context.Context
  • libName string

func (*MockPipeliner_Expecter) TFunctionList

func (_e *MockPipeliner_Expecter) TFunctionList(ctx interface{}) *MockPipeliner_TFunctionList_Call

TFunctionList is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) TFunctionListArgs

func (_e *MockPipeliner_Expecter) TFunctionListArgs(ctx interface{}, options interface{}) *MockPipeliner_TFunctionListArgs_Call

TFunctionListArgs is a helper method to define mock.On call

  • ctx context.Context
  • options *redis.TFunctionListOptions

func (*MockPipeliner_Expecter) TFunctionLoad

func (_e *MockPipeliner_Expecter) TFunctionLoad(ctx interface{}, lib interface{}) *MockPipeliner_TFunctionLoad_Call

TFunctionLoad is a helper method to define mock.On call

  • ctx context.Context
  • lib string

func (*MockPipeliner_Expecter) TFunctionLoadArgs

func (_e *MockPipeliner_Expecter) TFunctionLoadArgs(ctx interface{}, lib interface{}, options interface{}) *MockPipeliner_TFunctionLoadArgs_Call

TFunctionLoadArgs is a helper method to define mock.On call

  • ctx context.Context
  • lib string
  • options *redis.TFunctionLoadOptions

func (*MockPipeliner_Expecter) TSAdd

func (_e *MockPipeliner_Expecter) TSAdd(ctx interface{}, key interface{}, timestamp interface{}, value interface{}) *MockPipeliner_TSAdd_Call

TSAdd is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • timestamp interface{}
  • value float64

func (*MockPipeliner_Expecter) TSAddWithArgs

func (_e *MockPipeliner_Expecter) TSAddWithArgs(ctx interface{}, key interface{}, timestamp interface{}, value interface{}, options interface{}) *MockPipeliner_TSAddWithArgs_Call

TSAddWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • timestamp interface{}
  • value float64
  • options *redis.TSOptions

func (*MockPipeliner_Expecter) TSAlter

func (_e *MockPipeliner_Expecter) TSAlter(ctx interface{}, key interface{}, options interface{}) *MockPipeliner_TSAlter_Call

TSAlter is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • options *redis.TSAlterOptions

func (*MockPipeliner_Expecter) TSCreate

func (_e *MockPipeliner_Expecter) TSCreate(ctx interface{}, key interface{}) *MockPipeliner_TSCreate_Call

TSCreate is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) TSCreateRule

func (_e *MockPipeliner_Expecter) TSCreateRule(ctx interface{}, sourceKey interface{}, destKey interface{}, aggregator interface{}, bucketDuration interface{}) *MockPipeliner_TSCreateRule_Call

TSCreateRule is a helper method to define mock.On call

  • ctx context.Context
  • sourceKey string
  • destKey string
  • aggregator redis.Aggregator
  • bucketDuration int

func (*MockPipeliner_Expecter) TSCreateRuleWithArgs

func (_e *MockPipeliner_Expecter) TSCreateRuleWithArgs(ctx interface{}, sourceKey interface{}, destKey interface{}, aggregator interface{}, bucketDuration interface{}, options interface{}) *MockPipeliner_TSCreateRuleWithArgs_Call

TSCreateRuleWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • sourceKey string
  • destKey string
  • aggregator redis.Aggregator
  • bucketDuration int
  • options *redis.TSCreateRuleOptions

func (*MockPipeliner_Expecter) TSCreateWithArgs

func (_e *MockPipeliner_Expecter) TSCreateWithArgs(ctx interface{}, key interface{}, options interface{}) *MockPipeliner_TSCreateWithArgs_Call

TSCreateWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • options *redis.TSOptions

func (*MockPipeliner_Expecter) TSDecrBy

func (_e *MockPipeliner_Expecter) TSDecrBy(ctx interface{}, Key interface{}, timestamp interface{}) *MockPipeliner_TSDecrBy_Call

TSDecrBy is a helper method to define mock.On call

  • ctx context.Context
  • Key string
  • timestamp float64

func (*MockPipeliner_Expecter) TSDecrByWithArgs

func (_e *MockPipeliner_Expecter) TSDecrByWithArgs(ctx interface{}, key interface{}, timestamp interface{}, options interface{}) *MockPipeliner_TSDecrByWithArgs_Call

TSDecrByWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • timestamp float64
  • options *redis.TSIncrDecrOptions

func (*MockPipeliner_Expecter) TSDel

func (_e *MockPipeliner_Expecter) TSDel(ctx interface{}, Key interface{}, fromTimestamp interface{}, toTimestamp interface{}) *MockPipeliner_TSDel_Call

TSDel is a helper method to define mock.On call

  • ctx context.Context
  • Key string
  • fromTimestamp int
  • toTimestamp int

func (*MockPipeliner_Expecter) TSDeleteRule

func (_e *MockPipeliner_Expecter) TSDeleteRule(ctx interface{}, sourceKey interface{}, destKey interface{}) *MockPipeliner_TSDeleteRule_Call

TSDeleteRule is a helper method to define mock.On call

  • ctx context.Context
  • sourceKey string
  • destKey string

func (*MockPipeliner_Expecter) TSGet

func (_e *MockPipeliner_Expecter) TSGet(ctx interface{}, key interface{}) *MockPipeliner_TSGet_Call

TSGet is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) TSGetWithArgs

func (_e *MockPipeliner_Expecter) TSGetWithArgs(ctx interface{}, key interface{}, options interface{}) *MockPipeliner_TSGetWithArgs_Call

TSGetWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • options *redis.TSGetOptions

func (*MockPipeliner_Expecter) TSIncrBy

func (_e *MockPipeliner_Expecter) TSIncrBy(ctx interface{}, Key interface{}, timestamp interface{}) *MockPipeliner_TSIncrBy_Call

TSIncrBy is a helper method to define mock.On call

  • ctx context.Context
  • Key string
  • timestamp float64

func (*MockPipeliner_Expecter) TSIncrByWithArgs

func (_e *MockPipeliner_Expecter) TSIncrByWithArgs(ctx interface{}, key interface{}, timestamp interface{}, options interface{}) *MockPipeliner_TSIncrByWithArgs_Call

TSIncrByWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • timestamp float64
  • options *redis.TSIncrDecrOptions

func (*MockPipeliner_Expecter) TSInfo

func (_e *MockPipeliner_Expecter) TSInfo(ctx interface{}, key interface{}) *MockPipeliner_TSInfo_Call

TSInfo is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) TSInfoWithArgs

func (_e *MockPipeliner_Expecter) TSInfoWithArgs(ctx interface{}, key interface{}, options interface{}) *MockPipeliner_TSInfoWithArgs_Call

TSInfoWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • options *redis.TSInfoOptions

func (*MockPipeliner_Expecter) TSMAdd

func (_e *MockPipeliner_Expecter) TSMAdd(ctx interface{}, ktvSlices interface{}) *MockPipeliner_TSMAdd_Call

TSMAdd is a helper method to define mock.On call

  • ctx context.Context
  • ktvSlices [][]interface{}

func (*MockPipeliner_Expecter) TSMGet

func (_e *MockPipeliner_Expecter) TSMGet(ctx interface{}, filters interface{}) *MockPipeliner_TSMGet_Call

TSMGet is a helper method to define mock.On call

  • ctx context.Context
  • filters []string

func (*MockPipeliner_Expecter) TSMGetWithArgs

func (_e *MockPipeliner_Expecter) TSMGetWithArgs(ctx interface{}, filters interface{}, options interface{}) *MockPipeliner_TSMGetWithArgs_Call

TSMGetWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • filters []string
  • options *redis.TSMGetOptions

func (*MockPipeliner_Expecter) TSMRange

func (_e *MockPipeliner_Expecter) TSMRange(ctx interface{}, fromTimestamp interface{}, toTimestamp interface{}, filterExpr interface{}) *MockPipeliner_TSMRange_Call

TSMRange is a helper method to define mock.On call

  • ctx context.Context
  • fromTimestamp int
  • toTimestamp int
  • filterExpr []string

func (*MockPipeliner_Expecter) TSMRangeWithArgs

func (_e *MockPipeliner_Expecter) TSMRangeWithArgs(ctx interface{}, fromTimestamp interface{}, toTimestamp interface{}, filterExpr interface{}, options interface{}) *MockPipeliner_TSMRangeWithArgs_Call

TSMRangeWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • fromTimestamp int
  • toTimestamp int
  • filterExpr []string
  • options *redis.TSMRangeOptions

func (*MockPipeliner_Expecter) TSMRevRange

func (_e *MockPipeliner_Expecter) TSMRevRange(ctx interface{}, fromTimestamp interface{}, toTimestamp interface{}, filterExpr interface{}) *MockPipeliner_TSMRevRange_Call

TSMRevRange is a helper method to define mock.On call

  • ctx context.Context
  • fromTimestamp int
  • toTimestamp int
  • filterExpr []string

func (*MockPipeliner_Expecter) TSMRevRangeWithArgs

func (_e *MockPipeliner_Expecter) TSMRevRangeWithArgs(ctx interface{}, fromTimestamp interface{}, toTimestamp interface{}, filterExpr interface{}, options interface{}) *MockPipeliner_TSMRevRangeWithArgs_Call

TSMRevRangeWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • fromTimestamp int
  • toTimestamp int
  • filterExpr []string
  • options *redis.TSMRevRangeOptions

func (*MockPipeliner_Expecter) TSQueryIndex

func (_e *MockPipeliner_Expecter) TSQueryIndex(ctx interface{}, filterExpr interface{}) *MockPipeliner_TSQueryIndex_Call

TSQueryIndex is a helper method to define mock.On call

  • ctx context.Context
  • filterExpr []string

func (*MockPipeliner_Expecter) TSRange

func (_e *MockPipeliner_Expecter) TSRange(ctx interface{}, key interface{}, fromTimestamp interface{}, toTimestamp interface{}) *MockPipeliner_TSRange_Call

TSRange is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • fromTimestamp int
  • toTimestamp int

func (*MockPipeliner_Expecter) TSRangeWithArgs

func (_e *MockPipeliner_Expecter) TSRangeWithArgs(ctx interface{}, key interface{}, fromTimestamp interface{}, toTimestamp interface{}, options interface{}) *MockPipeliner_TSRangeWithArgs_Call

TSRangeWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • fromTimestamp int
  • toTimestamp int
  • options *redis.TSRangeOptions

func (*MockPipeliner_Expecter) TSRevRange

func (_e *MockPipeliner_Expecter) TSRevRange(ctx interface{}, key interface{}, fromTimestamp interface{}, toTimestamp interface{}) *MockPipeliner_TSRevRange_Call

TSRevRange is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • fromTimestamp int
  • toTimestamp int

func (*MockPipeliner_Expecter) TSRevRangeWithArgs

func (_e *MockPipeliner_Expecter) TSRevRangeWithArgs(ctx interface{}, key interface{}, fromTimestamp interface{}, toTimestamp interface{}, options interface{}) *MockPipeliner_TSRevRangeWithArgs_Call

TSRevRangeWithArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • fromTimestamp int
  • toTimestamp int
  • options *redis.TSRevRangeOptions

func (*MockPipeliner_Expecter) TTL

func (_e *MockPipeliner_Expecter) TTL(ctx interface{}, key interface{}) *MockPipeliner_TTL_Call

TTL is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) Time

func (_e *MockPipeliner_Expecter) Time(ctx interface{}) *MockPipeliner_Time_Call

Time is a helper method to define mock.On call

  • ctx context.Context

func (*MockPipeliner_Expecter) TopKAdd

func (_e *MockPipeliner_Expecter) TopKAdd(ctx interface{}, key interface{}, elements ...interface{}) *MockPipeliner_TopKAdd_Call

TopKAdd is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • elements ...interface{}

func (*MockPipeliner_Expecter) TopKCount

func (_e *MockPipeliner_Expecter) TopKCount(ctx interface{}, key interface{}, elements ...interface{}) *MockPipeliner_TopKCount_Call

TopKCount is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • elements ...interface{}

func (*MockPipeliner_Expecter) TopKIncrBy

func (_e *MockPipeliner_Expecter) TopKIncrBy(ctx interface{}, key interface{}, elements ...interface{}) *MockPipeliner_TopKIncrBy_Call

TopKIncrBy is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • elements ...interface{}

func (*MockPipeliner_Expecter) TopKInfo

func (_e *MockPipeliner_Expecter) TopKInfo(ctx interface{}, key interface{}) *MockPipeliner_TopKInfo_Call

TopKInfo is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) TopKList

func (_e *MockPipeliner_Expecter) TopKList(ctx interface{}, key interface{}) *MockPipeliner_TopKList_Call

TopKList is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) TopKListWithCount

func (_e *MockPipeliner_Expecter) TopKListWithCount(ctx interface{}, key interface{}) *MockPipeliner_TopKListWithCount_Call

TopKListWithCount is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) TopKQuery

func (_e *MockPipeliner_Expecter) TopKQuery(ctx interface{}, key interface{}, elements ...interface{}) *MockPipeliner_TopKQuery_Call

TopKQuery is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • elements ...interface{}

func (*MockPipeliner_Expecter) TopKReserve

func (_e *MockPipeliner_Expecter) TopKReserve(ctx interface{}, key interface{}, k interface{}) *MockPipeliner_TopKReserve_Call

TopKReserve is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • k int64

func (*MockPipeliner_Expecter) TopKReserveWithOptions

func (_e *MockPipeliner_Expecter) TopKReserveWithOptions(ctx interface{}, key interface{}, k interface{}, width interface{}, depth interface{}, decay interface{}) *MockPipeliner_TopKReserveWithOptions_Call

TopKReserveWithOptions is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • k int64
  • width int64
  • depth int64
  • decay float64

func (*MockPipeliner_Expecter) Touch

func (_e *MockPipeliner_Expecter) Touch(ctx interface{}, keys ...interface{}) *MockPipeliner_Touch_Call

Touch is a helper method to define mock.On call

  • ctx context.Context
  • keys ...string

func (*MockPipeliner_Expecter) TxPipeline

TxPipeline is a helper method to define mock.On call

func (*MockPipeliner_Expecter) TxPipelined

func (_e *MockPipeliner_Expecter) TxPipelined(ctx interface{}, fn interface{}) *MockPipeliner_TxPipelined_Call

TxPipelined is a helper method to define mock.On call

  • ctx context.Context
  • fn func(redis.Pipeliner) error

func (*MockPipeliner_Expecter) Type

func (_e *MockPipeliner_Expecter) Type(ctx interface{}, key interface{}) *MockPipeliner_Type_Call

Type is a helper method to define mock.On call

  • ctx context.Context
  • key string
func (_e *MockPipeliner_Expecter) Unlink(ctx interface{}, keys ...interface{}) *MockPipeliner_Unlink_Call

Unlink is a helper method to define mock.On call

  • ctx context.Context
  • keys ...string

func (*MockPipeliner_Expecter) XAck

func (_e *MockPipeliner_Expecter) XAck(ctx interface{}, stream interface{}, group interface{}, ids ...interface{}) *MockPipeliner_XAck_Call

XAck is a helper method to define mock.On call

  • ctx context.Context
  • stream string
  • group string
  • ids ...string

func (*MockPipeliner_Expecter) XAdd

func (_e *MockPipeliner_Expecter) XAdd(ctx interface{}, a interface{}) *MockPipeliner_XAdd_Call

XAdd is a helper method to define mock.On call

  • ctx context.Context
  • a *redis.XAddArgs

func (*MockPipeliner_Expecter) XAutoClaim

func (_e *MockPipeliner_Expecter) XAutoClaim(ctx interface{}, a interface{}) *MockPipeliner_XAutoClaim_Call

XAutoClaim is a helper method to define mock.On call

  • ctx context.Context
  • a *redis.XAutoClaimArgs

func (*MockPipeliner_Expecter) XAutoClaimJustID

func (_e *MockPipeliner_Expecter) XAutoClaimJustID(ctx interface{}, a interface{}) *MockPipeliner_XAutoClaimJustID_Call

XAutoClaimJustID is a helper method to define mock.On call

  • ctx context.Context
  • a *redis.XAutoClaimArgs

func (*MockPipeliner_Expecter) XClaim

func (_e *MockPipeliner_Expecter) XClaim(ctx interface{}, a interface{}) *MockPipeliner_XClaim_Call

XClaim is a helper method to define mock.On call

  • ctx context.Context
  • a *redis.XClaimArgs

func (*MockPipeliner_Expecter) XClaimJustID

func (_e *MockPipeliner_Expecter) XClaimJustID(ctx interface{}, a interface{}) *MockPipeliner_XClaimJustID_Call

XClaimJustID is a helper method to define mock.On call

  • ctx context.Context
  • a *redis.XClaimArgs

func (*MockPipeliner_Expecter) XDel

func (_e *MockPipeliner_Expecter) XDel(ctx interface{}, stream interface{}, ids ...interface{}) *MockPipeliner_XDel_Call

XDel is a helper method to define mock.On call

  • ctx context.Context
  • stream string
  • ids ...string

func (*MockPipeliner_Expecter) XGroupCreate

func (_e *MockPipeliner_Expecter) XGroupCreate(ctx interface{}, stream interface{}, group interface{}, start interface{}) *MockPipeliner_XGroupCreate_Call

XGroupCreate is a helper method to define mock.On call

  • ctx context.Context
  • stream string
  • group string
  • start string

func (*MockPipeliner_Expecter) XGroupCreateConsumer

func (_e *MockPipeliner_Expecter) XGroupCreateConsumer(ctx interface{}, stream interface{}, group interface{}, consumer interface{}) *MockPipeliner_XGroupCreateConsumer_Call

XGroupCreateConsumer is a helper method to define mock.On call

  • ctx context.Context
  • stream string
  • group string
  • consumer string

func (*MockPipeliner_Expecter) XGroupCreateMkStream

func (_e *MockPipeliner_Expecter) XGroupCreateMkStream(ctx interface{}, stream interface{}, group interface{}, start interface{}) *MockPipeliner_XGroupCreateMkStream_Call

XGroupCreateMkStream is a helper method to define mock.On call

  • ctx context.Context
  • stream string
  • group string
  • start string

func (*MockPipeliner_Expecter) XGroupDelConsumer

func (_e *MockPipeliner_Expecter) XGroupDelConsumer(ctx interface{}, stream interface{}, group interface{}, consumer interface{}) *MockPipeliner_XGroupDelConsumer_Call

XGroupDelConsumer is a helper method to define mock.On call

  • ctx context.Context
  • stream string
  • group string
  • consumer string

func (*MockPipeliner_Expecter) XGroupDestroy

func (_e *MockPipeliner_Expecter) XGroupDestroy(ctx interface{}, stream interface{}, group interface{}) *MockPipeliner_XGroupDestroy_Call

XGroupDestroy is a helper method to define mock.On call

  • ctx context.Context
  • stream string
  • group string

func (*MockPipeliner_Expecter) XGroupSetID

func (_e *MockPipeliner_Expecter) XGroupSetID(ctx interface{}, stream interface{}, group interface{}, start interface{}) *MockPipeliner_XGroupSetID_Call

XGroupSetID is a helper method to define mock.On call

  • ctx context.Context
  • stream string
  • group string
  • start string

func (*MockPipeliner_Expecter) XInfoConsumers

func (_e *MockPipeliner_Expecter) XInfoConsumers(ctx interface{}, key interface{}, group interface{}) *MockPipeliner_XInfoConsumers_Call

XInfoConsumers is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • group string

func (*MockPipeliner_Expecter) XInfoGroups

func (_e *MockPipeliner_Expecter) XInfoGroups(ctx interface{}, key interface{}) *MockPipeliner_XInfoGroups_Call

XInfoGroups is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) XInfoStream

func (_e *MockPipeliner_Expecter) XInfoStream(ctx interface{}, key interface{}) *MockPipeliner_XInfoStream_Call

XInfoStream is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) XInfoStreamFull

func (_e *MockPipeliner_Expecter) XInfoStreamFull(ctx interface{}, key interface{}, count interface{}) *MockPipeliner_XInfoStreamFull_Call

XInfoStreamFull is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • count int

func (*MockPipeliner_Expecter) XLen

func (_e *MockPipeliner_Expecter) XLen(ctx interface{}, stream interface{}) *MockPipeliner_XLen_Call

XLen is a helper method to define mock.On call

  • ctx context.Context
  • stream string

func (*MockPipeliner_Expecter) XPending

func (_e *MockPipeliner_Expecter) XPending(ctx interface{}, stream interface{}, group interface{}) *MockPipeliner_XPending_Call

XPending is a helper method to define mock.On call

  • ctx context.Context
  • stream string
  • group string

func (*MockPipeliner_Expecter) XPendingExt

func (_e *MockPipeliner_Expecter) XPendingExt(ctx interface{}, a interface{}) *MockPipeliner_XPendingExt_Call

XPendingExt is a helper method to define mock.On call

  • ctx context.Context
  • a *redis.XPendingExtArgs

func (*MockPipeliner_Expecter) XRange

func (_e *MockPipeliner_Expecter) XRange(ctx interface{}, stream interface{}, start interface{}, stop interface{}) *MockPipeliner_XRange_Call

XRange is a helper method to define mock.On call

  • ctx context.Context
  • stream string
  • start string
  • stop string

func (*MockPipeliner_Expecter) XRangeN

func (_e *MockPipeliner_Expecter) XRangeN(ctx interface{}, stream interface{}, start interface{}, stop interface{}, count interface{}) *MockPipeliner_XRangeN_Call

XRangeN is a helper method to define mock.On call

  • ctx context.Context
  • stream string
  • start string
  • stop string
  • count int64

func (*MockPipeliner_Expecter) XRead

func (_e *MockPipeliner_Expecter) XRead(ctx interface{}, a interface{}) *MockPipeliner_XRead_Call

XRead is a helper method to define mock.On call

  • ctx context.Context
  • a *redis.XReadArgs

func (*MockPipeliner_Expecter) XReadGroup

func (_e *MockPipeliner_Expecter) XReadGroup(ctx interface{}, a interface{}) *MockPipeliner_XReadGroup_Call

XReadGroup is a helper method to define mock.On call

  • ctx context.Context
  • a *redis.XReadGroupArgs

func (*MockPipeliner_Expecter) XReadStreams

func (_e *MockPipeliner_Expecter) XReadStreams(ctx interface{}, streams ...interface{}) *MockPipeliner_XReadStreams_Call

XReadStreams is a helper method to define mock.On call

  • ctx context.Context
  • streams ...string

func (*MockPipeliner_Expecter) XRevRange

func (_e *MockPipeliner_Expecter) XRevRange(ctx interface{}, stream interface{}, start interface{}, stop interface{}) *MockPipeliner_XRevRange_Call

XRevRange is a helper method to define mock.On call

  • ctx context.Context
  • stream string
  • start string
  • stop string

func (*MockPipeliner_Expecter) XRevRangeN

func (_e *MockPipeliner_Expecter) XRevRangeN(ctx interface{}, stream interface{}, start interface{}, stop interface{}, count interface{}) *MockPipeliner_XRevRangeN_Call

XRevRangeN is a helper method to define mock.On call

  • ctx context.Context
  • stream string
  • start string
  • stop string
  • count int64

func (*MockPipeliner_Expecter) XTrimMaxLen

func (_e *MockPipeliner_Expecter) XTrimMaxLen(ctx interface{}, key interface{}, maxLen interface{}) *MockPipeliner_XTrimMaxLen_Call

XTrimMaxLen is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • maxLen int64

func (*MockPipeliner_Expecter) XTrimMaxLenApprox

func (_e *MockPipeliner_Expecter) XTrimMaxLenApprox(ctx interface{}, key interface{}, maxLen interface{}, limit interface{}) *MockPipeliner_XTrimMaxLenApprox_Call

XTrimMaxLenApprox is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • maxLen int64
  • limit int64

func (*MockPipeliner_Expecter) XTrimMinID

func (_e *MockPipeliner_Expecter) XTrimMinID(ctx interface{}, key interface{}, minID interface{}) *MockPipeliner_XTrimMinID_Call

XTrimMinID is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • minID string

func (*MockPipeliner_Expecter) XTrimMinIDApprox

func (_e *MockPipeliner_Expecter) XTrimMinIDApprox(ctx interface{}, key interface{}, minID interface{}, limit interface{}) *MockPipeliner_XTrimMinIDApprox_Call

XTrimMinIDApprox is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • minID string
  • limit int64

func (*MockPipeliner_Expecter) ZAdd

func (_e *MockPipeliner_Expecter) ZAdd(ctx interface{}, key interface{}, members ...interface{}) *MockPipeliner_ZAdd_Call

ZAdd is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • members ...redis.Z

func (*MockPipeliner_Expecter) ZAddArgs

func (_e *MockPipeliner_Expecter) ZAddArgs(ctx interface{}, key interface{}, args interface{}) *MockPipeliner_ZAddArgs_Call

ZAddArgs is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • args redis.ZAddArgs

func (*MockPipeliner_Expecter) ZAddArgsIncr

func (_e *MockPipeliner_Expecter) ZAddArgsIncr(ctx interface{}, key interface{}, args interface{}) *MockPipeliner_ZAddArgsIncr_Call

ZAddArgsIncr is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • args redis.ZAddArgs

func (*MockPipeliner_Expecter) ZAddGT

func (_e *MockPipeliner_Expecter) ZAddGT(ctx interface{}, key interface{}, members ...interface{}) *MockPipeliner_ZAddGT_Call

ZAddGT is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • members ...redis.Z

func (*MockPipeliner_Expecter) ZAddLT

func (_e *MockPipeliner_Expecter) ZAddLT(ctx interface{}, key interface{}, members ...interface{}) *MockPipeliner_ZAddLT_Call

ZAddLT is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • members ...redis.Z

func (*MockPipeliner_Expecter) ZAddNX

func (_e *MockPipeliner_Expecter) ZAddNX(ctx interface{}, key interface{}, members ...interface{}) *MockPipeliner_ZAddNX_Call

ZAddNX is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • members ...redis.Z

func (*MockPipeliner_Expecter) ZAddXX

func (_e *MockPipeliner_Expecter) ZAddXX(ctx interface{}, key interface{}, members ...interface{}) *MockPipeliner_ZAddXX_Call

ZAddXX is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • members ...redis.Z

func (*MockPipeliner_Expecter) ZCard

func (_e *MockPipeliner_Expecter) ZCard(ctx interface{}, key interface{}) *MockPipeliner_ZCard_Call

ZCard is a helper method to define mock.On call

  • ctx context.Context
  • key string

func (*MockPipeliner_Expecter) ZCount

func (_e *MockPipeliner_Expecter) ZCount(ctx interface{}, key interface{}, min interface{}, max interface{}) *MockPipeliner_ZCount_Call

ZCount is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • min string
  • max string

func (*MockPipeliner_Expecter) ZDiff

func (_e *MockPipeliner_Expecter) ZDiff(ctx interface{}, keys ...interface{}) *MockPipeliner_ZDiff_Call

ZDiff is a helper method to define mock.On call

  • ctx context.Context
  • keys ...string

func (*MockPipeliner_Expecter) ZDiffStore

func (_e *MockPipeliner_Expecter) ZDiffStore(ctx interface{}, destination interface{}, keys ...interface{}) *MockPipeliner_ZDiffStore_Call

ZDiffStore is a helper method to define mock.On call

  • ctx context.Context
  • destination string
  • keys ...string

func (*MockPipeliner_Expecter) ZDiffWithScores

func (_e *MockPipeliner_Expecter) ZDiffWithScores(ctx interface{}, keys ...interface{}) *MockPipeliner_ZDiffWithScores_Call

ZDiffWithScores is a helper method to define mock.On call

  • ctx context.Context
  • keys ...string

func (*MockPipeliner_Expecter) ZIncrBy

func (_e *MockPipeliner_Expecter) ZIncrBy(ctx interface{}, key interface{}, increment interface{}, member interface{}) *MockPipeliner_ZIncrBy_Call

ZIncrBy is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • increment float64
  • member string

func (*MockPipeliner_Expecter) ZInter

func (_e *MockPipeliner_Expecter) ZInter(ctx interface{}, store interface{}) *MockPipeliner_ZInter_Call

ZInter is a helper method to define mock.On call

  • ctx context.Context
  • store *redis.ZStore

func (*MockPipeliner_Expecter) ZInterCard

func (_e *MockPipeliner_Expecter) ZInterCard(ctx interface{}, limit interface{}, keys ...interface{}) *MockPipeliner_ZInterCard_Call

ZInterCard is a helper method to define mock.On call

  • ctx context.Context
  • limit int64
  • keys ...string

func (*MockPipeliner_Expecter) ZInterStore

func (_e *MockPipeliner_Expecter) ZInterStore(ctx interface{}, destination interface{}, store interface{}) *MockPipeliner_ZInterStore_Call

ZInterStore is a helper method to define mock.On call

  • ctx context.Context
  • destination string
  • store *redis.ZStore

func (*MockPipeliner_Expecter) ZInterWithScores

func (_e *MockPipeliner_Expecter) ZInterWithScores(ctx interface{}, store interface{}) *MockPipeliner_ZInterWithScores_Call

ZInterWithScores is a helper method to define mock.On call

  • ctx context.Context
  • store *redis.ZStore

func (*MockPipeliner_Expecter) ZLexCount

func (_e *MockPipeliner_Expecter) ZLexCount(ctx interface{}, key interface{}, min interface{}, max interface{}) *MockPipeliner_ZLexCount_Call

ZLexCount is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • min string
  • max string

func (*MockPipeliner_Expecter) ZMPop

func (_e *MockPipeliner_Expecter) ZMPop(ctx interface{}, order interface{}, count interface{}, keys ...interface{}) *MockPipeliner_ZMPop_Call

ZMPop is a helper method to define mock.On call

  • ctx context.Context
  • order string
  • count int64
  • keys ...string

func (*MockPipeliner_Expecter) ZMScore

func (_e *MockPipeliner_Expecter) ZMScore(ctx interface{}, key interface{}, members ...interface{}) *MockPipeliner_ZMScore_Call

ZMScore is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • members ...string

func (*MockPipeliner_Expecter) ZPopMax

func (_e *MockPipeliner_Expecter) ZPopMax(ctx interface{}, key interface{}, count ...interface{}) *MockPipeliner_ZPopMax_Call

ZPopMax is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • count ...int64

func (*MockPipeliner_Expecter) ZPopMin

func (_e *MockPipeliner_Expecter) ZPopMin(ctx interface{}, key interface{}, count ...interface{}) *MockPipeliner_ZPopMin_Call

ZPopMin is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • count ...int64

func (*MockPipeliner_Expecter) ZRandMember

func (_e *MockPipeliner_Expecter) ZRandMember(ctx interface{}, key interface{}, count interface{}) *MockPipeliner_ZRandMember_Call

ZRandMember is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • count int

func (*MockPipeliner_Expecter) ZRandMemberWithScores

func (_e *MockPipeliner_Expecter) ZRandMemberWithScores(ctx interface{}, key interface{}, count interface{}) *MockPipeliner_ZRandMemberWithScores_Call

ZRandMemberWithScores is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • count int

func (*MockPipeliner_Expecter) ZRange

func (_e *MockPipeliner_Expecter) ZRange(ctx interface{}, key interface{}, start interface{}, stop interface{}) *MockPipeliner_ZRange_Call

ZRange is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • start int64
  • stop int64

func (*MockPipeliner_Expecter) ZRangeArgs

func (_e *MockPipeliner_Expecter) ZRangeArgs(ctx interface{}, z interface{}) *MockPipeliner_ZRangeArgs_Call

ZRangeArgs is a helper method to define mock.On call

  • ctx context.Context
  • z redis.ZRangeArgs

func (*MockPipeliner_Expecter) ZRangeArgsWithScores

func (_e *MockPipeliner_Expecter) ZRangeArgsWithScores(ctx interface{}, z interface{}) *MockPipeliner_ZRangeArgsWithScores_Call

ZRangeArgsWithScores is a helper method to define mock.On call

  • ctx context.Context
  • z redis.ZRangeArgs

func (*MockPipeliner_Expecter) ZRangeByLex

func (_e *MockPipeliner_Expecter) ZRangeByLex(ctx interface{}, key interface{}, opt interface{}) *MockPipeliner_ZRangeByLex_Call

ZRangeByLex is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • opt *redis.ZRangeBy

func (*MockPipeliner_Expecter) ZRangeByScore

func (_e *MockPipeliner_Expecter) ZRangeByScore(ctx interface{}, key interface{}, opt interface{}) *MockPipeliner_ZRangeByScore_Call

ZRangeByScore is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • opt *redis.ZRangeBy

func (*MockPipeliner_Expecter) ZRangeByScoreWithScores

func (_e *MockPipeliner_Expecter) ZRangeByScoreWithScores(ctx interface{}, key interface{}, opt interface{}) *MockPipeliner_ZRangeByScoreWithScores_Call

ZRangeByScoreWithScores is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • opt *redis.ZRangeBy

func (*MockPipeliner_Expecter) ZRangeStore

func (_e *MockPipeliner_Expecter) ZRangeStore(ctx interface{}, dst interface{}, z interface{}) *MockPipeliner_ZRangeStore_Call

ZRangeStore is a helper method to define mock.On call

  • ctx context.Context
  • dst string
  • z redis.ZRangeArgs

func (*MockPipeliner_Expecter) ZRangeWithScores

func (_e *MockPipeliner_Expecter) ZRangeWithScores(ctx interface{}, key interface{}, start interface{}, stop interface{}) *MockPipeliner_ZRangeWithScores_Call

ZRangeWithScores is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • start int64
  • stop int64

func (*MockPipeliner_Expecter) ZRank

func (_e *MockPipeliner_Expecter) ZRank(ctx interface{}, key interface{}, member interface{}) *MockPipeliner_ZRank_Call

ZRank is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • member string

func (*MockPipeliner_Expecter) ZRankWithScore

func (_e *MockPipeliner_Expecter) ZRankWithScore(ctx interface{}, key interface{}, member interface{}) *MockPipeliner_ZRankWithScore_Call

ZRankWithScore is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • member string

func (*MockPipeliner_Expecter) ZRem

func (_e *MockPipeliner_Expecter) ZRem(ctx interface{}, key interface{}, members ...interface{}) *MockPipeliner_ZRem_Call

ZRem is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • members ...interface{}

func (*MockPipeliner_Expecter) ZRemRangeByLex

func (_e *MockPipeliner_Expecter) ZRemRangeByLex(ctx interface{}, key interface{}, min interface{}, max interface{}) *MockPipeliner_ZRemRangeByLex_Call

ZRemRangeByLex is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • min string
  • max string

func (*MockPipeliner_Expecter) ZRemRangeByRank

func (_e *MockPipeliner_Expecter) ZRemRangeByRank(ctx interface{}, key interface{}, start interface{}, stop interface{}) *MockPipeliner_ZRemRangeByRank_Call

ZRemRangeByRank is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • start int64
  • stop int64

func (*MockPipeliner_Expecter) ZRemRangeByScore

func (_e *MockPipeliner_Expecter) ZRemRangeByScore(ctx interface{}, key interface{}, min interface{}, max interface{}) *MockPipeliner_ZRemRangeByScore_Call

ZRemRangeByScore is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • min string
  • max string

func (*MockPipeliner_Expecter) ZRevRange

func (_e *MockPipeliner_Expecter) ZRevRange(ctx interface{}, key interface{}, start interface{}, stop interface{}) *MockPipeliner_ZRevRange_Call

ZRevRange is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • start int64
  • stop int64

func (*MockPipeliner_Expecter) ZRevRangeByLex

func (_e *MockPipeliner_Expecter) ZRevRangeByLex(ctx interface{}, key interface{}, opt interface{}) *MockPipeliner_ZRevRangeByLex_Call

ZRevRangeByLex is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • opt *redis.ZRangeBy

func (*MockPipeliner_Expecter) ZRevRangeByScore

func (_e *MockPipeliner_Expecter) ZRevRangeByScore(ctx interface{}, key interface{}, opt interface{}) *MockPipeliner_ZRevRangeByScore_Call

ZRevRangeByScore is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • opt *redis.ZRangeBy

func (*MockPipeliner_Expecter) ZRevRangeByScoreWithScores

func (_e *MockPipeliner_Expecter) ZRevRangeByScoreWithScores(ctx interface{}, key interface{}, opt interface{}) *MockPipeliner_ZRevRangeByScoreWithScores_Call

ZRevRangeByScoreWithScores is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • opt *redis.ZRangeBy

func (*MockPipeliner_Expecter) ZRevRangeWithScores

func (_e *MockPipeliner_Expecter) ZRevRangeWithScores(ctx interface{}, key interface{}, start interface{}, stop interface{}) *MockPipeliner_ZRevRangeWithScores_Call

ZRevRangeWithScores is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • start int64
  • stop int64

func (*MockPipeliner_Expecter) ZRevRank

func (_e *MockPipeliner_Expecter) ZRevRank(ctx interface{}, key interface{}, member interface{}) *MockPipeliner_ZRevRank_Call

ZRevRank is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • member string

func (*MockPipeliner_Expecter) ZRevRankWithScore

func (_e *MockPipeliner_Expecter) ZRevRankWithScore(ctx interface{}, key interface{}, member interface{}) *MockPipeliner_ZRevRankWithScore_Call

ZRevRankWithScore is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • member string

func (*MockPipeliner_Expecter) ZScan

func (_e *MockPipeliner_Expecter) ZScan(ctx interface{}, key interface{}, cursor interface{}, match interface{}, count interface{}) *MockPipeliner_ZScan_Call

ZScan is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • cursor uint64
  • match string
  • count int64

func (*MockPipeliner_Expecter) ZScore

func (_e *MockPipeliner_Expecter) ZScore(ctx interface{}, key interface{}, member interface{}) *MockPipeliner_ZScore_Call

ZScore is a helper method to define mock.On call

  • ctx context.Context
  • key string
  • member string

func (*MockPipeliner_Expecter) ZUnion

func (_e *MockPipeliner_Expecter) ZUnion(ctx interface{}, store interface{}) *MockPipeliner_ZUnion_Call

ZUnion is a helper method to define mock.On call

  • ctx context.Context
  • store redis.ZStore

func (*MockPipeliner_Expecter) ZUnionStore

func (_e *MockPipeliner_Expecter) ZUnionStore(ctx interface{}, dest interface{}, store interface{}) *MockPipeliner_ZUnionStore_Call

ZUnionStore is a helper method to define mock.On call

  • ctx context.Context
  • dest string
  • store *redis.ZStore

func (*MockPipeliner_Expecter) ZUnionWithScores

func (_e *MockPipeliner_Expecter) ZUnionWithScores(ctx interface{}, store interface{}) *MockPipeliner_ZUnionWithScores_Call

ZUnionWithScores is a helper method to define mock.On call

  • ctx context.Context
  • store redis.ZStore

type MockPipeliner_ExpireAt_Call

type MockPipeliner_ExpireAt_Call struct {
	*mock.Call
}

MockPipeliner_ExpireAt_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExpireAt'

func (*MockPipeliner_ExpireAt_Call) Return

func (*MockPipeliner_ExpireAt_Call) Run

func (*MockPipeliner_ExpireAt_Call) RunAndReturn

type MockPipeliner_ExpireGT_Call

type MockPipeliner_ExpireGT_Call struct {
	*mock.Call
}

MockPipeliner_ExpireGT_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExpireGT'

func (*MockPipeliner_ExpireGT_Call) Return

func (*MockPipeliner_ExpireGT_Call) Run

func (*MockPipeliner_ExpireGT_Call) RunAndReturn

type MockPipeliner_ExpireLT_Call

type MockPipeliner_ExpireLT_Call struct {
	*mock.Call
}

MockPipeliner_ExpireLT_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExpireLT'

func (*MockPipeliner_ExpireLT_Call) Return

func (*MockPipeliner_ExpireLT_Call) Run

func (*MockPipeliner_ExpireLT_Call) RunAndReturn

type MockPipeliner_ExpireNX_Call

type MockPipeliner_ExpireNX_Call struct {
	*mock.Call
}

MockPipeliner_ExpireNX_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExpireNX'

func (*MockPipeliner_ExpireNX_Call) Return

func (*MockPipeliner_ExpireNX_Call) Run

func (*MockPipeliner_ExpireNX_Call) RunAndReturn

type MockPipeliner_ExpireTime_Call

type MockPipeliner_ExpireTime_Call struct {
	*mock.Call
}

MockPipeliner_ExpireTime_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExpireTime'

func (*MockPipeliner_ExpireTime_Call) Return

func (*MockPipeliner_ExpireTime_Call) Run

func (*MockPipeliner_ExpireTime_Call) RunAndReturn

type MockPipeliner_ExpireXX_Call

type MockPipeliner_ExpireXX_Call struct {
	*mock.Call
}

MockPipeliner_ExpireXX_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExpireXX'

func (*MockPipeliner_ExpireXX_Call) Return

func (*MockPipeliner_ExpireXX_Call) Run

func (*MockPipeliner_ExpireXX_Call) RunAndReturn

type MockPipeliner_Expire_Call

type MockPipeliner_Expire_Call struct {
	*mock.Call
}

MockPipeliner_Expire_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Expire'

func (*MockPipeliner_Expire_Call) Return

func (*MockPipeliner_Expire_Call) Run

func (_c *MockPipeliner_Expire_Call) Run(run func(ctx context.Context, key string, expiration time.Duration)) *MockPipeliner_Expire_Call

func (*MockPipeliner_Expire_Call) RunAndReturn

type MockPipeliner_FCallRO_Call

type MockPipeliner_FCallRO_Call struct {
	*mock.Call
}

MockPipeliner_FCallRO_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FCallRO'

func (*MockPipeliner_FCallRO_Call) Return

func (*MockPipeliner_FCallRO_Call) Run

func (_c *MockPipeliner_FCallRO_Call) Run(run func(ctx context.Context, function string, keys []string, args ...interface{})) *MockPipeliner_FCallRO_Call

func (*MockPipeliner_FCallRO_Call) RunAndReturn

func (_c *MockPipeliner_FCallRO_Call) RunAndReturn(run func(context.Context, string, []string, ...interface{}) *redis.Cmd) *MockPipeliner_FCallRO_Call

type MockPipeliner_FCallRo_Call

type MockPipeliner_FCallRo_Call struct {
	*mock.Call
}

MockPipeliner_FCallRo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FCallRo'

func (*MockPipeliner_FCallRo_Call) Return

func (*MockPipeliner_FCallRo_Call) Run

func (_c *MockPipeliner_FCallRo_Call) Run(run func(ctx context.Context, function string, keys []string, args ...interface{})) *MockPipeliner_FCallRo_Call

func (*MockPipeliner_FCallRo_Call) RunAndReturn

func (_c *MockPipeliner_FCallRo_Call) RunAndReturn(run func(context.Context, string, []string, ...interface{}) *redis.Cmd) *MockPipeliner_FCallRo_Call

type MockPipeliner_FCall_Call

type MockPipeliner_FCall_Call struct {
	*mock.Call
}

MockPipeliner_FCall_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FCall'

func (*MockPipeliner_FCall_Call) Return

func (*MockPipeliner_FCall_Call) Run

func (_c *MockPipeliner_FCall_Call) Run(run func(ctx context.Context, function string, keys []string, args ...interface{})) *MockPipeliner_FCall_Call

func (*MockPipeliner_FCall_Call) RunAndReturn

func (_c *MockPipeliner_FCall_Call) RunAndReturn(run func(context.Context, string, []string, ...interface{}) *redis.Cmd) *MockPipeliner_FCall_Call

type MockPipeliner_FlushAllAsync_Call

type MockPipeliner_FlushAllAsync_Call struct {
	*mock.Call
}

MockPipeliner_FlushAllAsync_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FlushAllAsync'

func (*MockPipeliner_FlushAllAsync_Call) Return

func (*MockPipeliner_FlushAllAsync_Call) Run

func (*MockPipeliner_FlushAllAsync_Call) RunAndReturn

type MockPipeliner_FlushAll_Call

type MockPipeliner_FlushAll_Call struct {
	*mock.Call
}

MockPipeliner_FlushAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FlushAll'

func (*MockPipeliner_FlushAll_Call) Return

func (*MockPipeliner_FlushAll_Call) Run

func (*MockPipeliner_FlushAll_Call) RunAndReturn

type MockPipeliner_FlushDBAsync_Call

type MockPipeliner_FlushDBAsync_Call struct {
	*mock.Call
}

MockPipeliner_FlushDBAsync_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FlushDBAsync'

func (*MockPipeliner_FlushDBAsync_Call) Return

func (*MockPipeliner_FlushDBAsync_Call) Run

func (*MockPipeliner_FlushDBAsync_Call) RunAndReturn

type MockPipeliner_FlushDB_Call

type MockPipeliner_FlushDB_Call struct {
	*mock.Call
}

MockPipeliner_FlushDB_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FlushDB'

func (*MockPipeliner_FlushDB_Call) Return

func (*MockPipeliner_FlushDB_Call) Run

func (*MockPipeliner_FlushDB_Call) RunAndReturn

type MockPipeliner_FunctionDelete_Call

type MockPipeliner_FunctionDelete_Call struct {
	*mock.Call
}

MockPipeliner_FunctionDelete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FunctionDelete'

func (*MockPipeliner_FunctionDelete_Call) Return

func (*MockPipeliner_FunctionDelete_Call) Run

func (*MockPipeliner_FunctionDelete_Call) RunAndReturn

type MockPipeliner_FunctionDump_Call

type MockPipeliner_FunctionDump_Call struct {
	*mock.Call
}

MockPipeliner_FunctionDump_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FunctionDump'

func (*MockPipeliner_FunctionDump_Call) Return

func (*MockPipeliner_FunctionDump_Call) Run

func (*MockPipeliner_FunctionDump_Call) RunAndReturn

type MockPipeliner_FunctionFlushAsync_Call

type MockPipeliner_FunctionFlushAsync_Call struct {
	*mock.Call
}

MockPipeliner_FunctionFlushAsync_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FunctionFlushAsync'

func (*MockPipeliner_FunctionFlushAsync_Call) Return

func (*MockPipeliner_FunctionFlushAsync_Call) Run

func (*MockPipeliner_FunctionFlushAsync_Call) RunAndReturn

type MockPipeliner_FunctionFlush_Call

type MockPipeliner_FunctionFlush_Call struct {
	*mock.Call
}

MockPipeliner_FunctionFlush_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FunctionFlush'

func (*MockPipeliner_FunctionFlush_Call) Return

func (*MockPipeliner_FunctionFlush_Call) Run

func (*MockPipeliner_FunctionFlush_Call) RunAndReturn

type MockPipeliner_FunctionKill_Call

type MockPipeliner_FunctionKill_Call struct {
	*mock.Call
}

MockPipeliner_FunctionKill_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FunctionKill'

func (*MockPipeliner_FunctionKill_Call) Return

func (*MockPipeliner_FunctionKill_Call) Run

func (*MockPipeliner_FunctionKill_Call) RunAndReturn

type MockPipeliner_FunctionList_Call

type MockPipeliner_FunctionList_Call struct {
	*mock.Call
}

MockPipeliner_FunctionList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FunctionList'

func (*MockPipeliner_FunctionList_Call) Return

func (*MockPipeliner_FunctionList_Call) Run

func (*MockPipeliner_FunctionList_Call) RunAndReturn

type MockPipeliner_FunctionLoadReplace_Call

type MockPipeliner_FunctionLoadReplace_Call struct {
	*mock.Call
}

MockPipeliner_FunctionLoadReplace_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FunctionLoadReplace'

func (*MockPipeliner_FunctionLoadReplace_Call) Return

func (*MockPipeliner_FunctionLoadReplace_Call) Run

func (*MockPipeliner_FunctionLoadReplace_Call) RunAndReturn

type MockPipeliner_FunctionLoad_Call

type MockPipeliner_FunctionLoad_Call struct {
	*mock.Call
}

MockPipeliner_FunctionLoad_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FunctionLoad'

func (*MockPipeliner_FunctionLoad_Call) Return

func (*MockPipeliner_FunctionLoad_Call) Run

func (*MockPipeliner_FunctionLoad_Call) RunAndReturn

type MockPipeliner_FunctionRestore_Call

type MockPipeliner_FunctionRestore_Call struct {
	*mock.Call
}

MockPipeliner_FunctionRestore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FunctionRestore'

func (*MockPipeliner_FunctionRestore_Call) Return

func (*MockPipeliner_FunctionRestore_Call) Run

func (*MockPipeliner_FunctionRestore_Call) RunAndReturn

type MockPipeliner_FunctionStats_Call

type MockPipeliner_FunctionStats_Call struct {
	*mock.Call
}

MockPipeliner_FunctionStats_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FunctionStats'

func (*MockPipeliner_FunctionStats_Call) Return

func (*MockPipeliner_FunctionStats_Call) Run

func (*MockPipeliner_FunctionStats_Call) RunAndReturn

type MockPipeliner_GeoAdd_Call

type MockPipeliner_GeoAdd_Call struct {
	*mock.Call
}

MockPipeliner_GeoAdd_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GeoAdd'

func (*MockPipeliner_GeoAdd_Call) Return

func (*MockPipeliner_GeoAdd_Call) Run

func (_c *MockPipeliner_GeoAdd_Call) Run(run func(ctx context.Context, key string, geoLocation ...*redis.GeoLocation)) *MockPipeliner_GeoAdd_Call

func (*MockPipeliner_GeoAdd_Call) RunAndReturn

type MockPipeliner_GeoDist_Call

type MockPipeliner_GeoDist_Call struct {
	*mock.Call
}

MockPipeliner_GeoDist_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GeoDist'

func (*MockPipeliner_GeoDist_Call) Return

func (*MockPipeliner_GeoDist_Call) Run

func (_c *MockPipeliner_GeoDist_Call) Run(run func(ctx context.Context, key string, member1 string, member2 string, unit string)) *MockPipeliner_GeoDist_Call

func (*MockPipeliner_GeoDist_Call) RunAndReturn

type MockPipeliner_GeoHash_Call

type MockPipeliner_GeoHash_Call struct {
	*mock.Call
}

MockPipeliner_GeoHash_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GeoHash'

func (*MockPipeliner_GeoHash_Call) Return

func (*MockPipeliner_GeoHash_Call) Run

func (_c *MockPipeliner_GeoHash_Call) Run(run func(ctx context.Context, key string, members ...string)) *MockPipeliner_GeoHash_Call

func (*MockPipeliner_GeoHash_Call) RunAndReturn

type MockPipeliner_GeoPos_Call

type MockPipeliner_GeoPos_Call struct {
	*mock.Call
}

MockPipeliner_GeoPos_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GeoPos'

func (*MockPipeliner_GeoPos_Call) Return

func (*MockPipeliner_GeoPos_Call) Run

func (_c *MockPipeliner_GeoPos_Call) Run(run func(ctx context.Context, key string, members ...string)) *MockPipeliner_GeoPos_Call

func (*MockPipeliner_GeoPos_Call) RunAndReturn

type MockPipeliner_GeoRadiusByMemberStore_Call

type MockPipeliner_GeoRadiusByMemberStore_Call struct {
	*mock.Call
}

MockPipeliner_GeoRadiusByMemberStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GeoRadiusByMemberStore'

func (*MockPipeliner_GeoRadiusByMemberStore_Call) Return

func (*MockPipeliner_GeoRadiusByMemberStore_Call) Run

func (*MockPipeliner_GeoRadiusByMemberStore_Call) RunAndReturn

type MockPipeliner_GeoRadiusByMember_Call

type MockPipeliner_GeoRadiusByMember_Call struct {
	*mock.Call
}

MockPipeliner_GeoRadiusByMember_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GeoRadiusByMember'

func (*MockPipeliner_GeoRadiusByMember_Call) Return

func (*MockPipeliner_GeoRadiusByMember_Call) Run

type MockPipeliner_GeoRadiusStore_Call

type MockPipeliner_GeoRadiusStore_Call struct {
	*mock.Call
}

MockPipeliner_GeoRadiusStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GeoRadiusStore'

func (*MockPipeliner_GeoRadiusStore_Call) Return

func (*MockPipeliner_GeoRadiusStore_Call) Run

func (*MockPipeliner_GeoRadiusStore_Call) RunAndReturn

type MockPipeliner_GeoRadius_Call

type MockPipeliner_GeoRadius_Call struct {
	*mock.Call
}

MockPipeliner_GeoRadius_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GeoRadius'

func (*MockPipeliner_GeoRadius_Call) Return

func (*MockPipeliner_GeoRadius_Call) Run

func (_c *MockPipeliner_GeoRadius_Call) Run(run func(ctx context.Context, key string, longitude float64, latitude float64, query *redis.GeoRadiusQuery)) *MockPipeliner_GeoRadius_Call

type MockPipeliner_GeoSearchLocation_Call

type MockPipeliner_GeoSearchLocation_Call struct {
	*mock.Call
}

MockPipeliner_GeoSearchLocation_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GeoSearchLocation'

func (*MockPipeliner_GeoSearchLocation_Call) Return

func (*MockPipeliner_GeoSearchLocation_Call) Run

type MockPipeliner_GeoSearchStore_Call

type MockPipeliner_GeoSearchStore_Call struct {
	*mock.Call
}

MockPipeliner_GeoSearchStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GeoSearchStore'

func (*MockPipeliner_GeoSearchStore_Call) Return

func (*MockPipeliner_GeoSearchStore_Call) Run

func (*MockPipeliner_GeoSearchStore_Call) RunAndReturn

type MockPipeliner_GeoSearch_Call

type MockPipeliner_GeoSearch_Call struct {
	*mock.Call
}

MockPipeliner_GeoSearch_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GeoSearch'

func (*MockPipeliner_GeoSearch_Call) Return

func (*MockPipeliner_GeoSearch_Call) Run

func (*MockPipeliner_GeoSearch_Call) RunAndReturn

type MockPipeliner_GetBit_Call

type MockPipeliner_GetBit_Call struct {
	*mock.Call
}

MockPipeliner_GetBit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBit'

func (*MockPipeliner_GetBit_Call) Return

func (*MockPipeliner_GetBit_Call) Run

func (_c *MockPipeliner_GetBit_Call) Run(run func(ctx context.Context, key string, offset int64)) *MockPipeliner_GetBit_Call

func (*MockPipeliner_GetBit_Call) RunAndReturn

type MockPipeliner_GetDel_Call

type MockPipeliner_GetDel_Call struct {
	*mock.Call
}

MockPipeliner_GetDel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetDel'

func (*MockPipeliner_GetDel_Call) Return

func (*MockPipeliner_GetDel_Call) Run

func (*MockPipeliner_GetDel_Call) RunAndReturn

type MockPipeliner_GetEx_Call

type MockPipeliner_GetEx_Call struct {
	*mock.Call
}

MockPipeliner_GetEx_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetEx'

func (*MockPipeliner_GetEx_Call) Return

func (*MockPipeliner_GetEx_Call) Run

func (_c *MockPipeliner_GetEx_Call) Run(run func(ctx context.Context, key string, expiration time.Duration)) *MockPipeliner_GetEx_Call

func (*MockPipeliner_GetEx_Call) RunAndReturn

type MockPipeliner_GetRange_Call

type MockPipeliner_GetRange_Call struct {
	*mock.Call
}

MockPipeliner_GetRange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetRange'

func (*MockPipeliner_GetRange_Call) Return

func (*MockPipeliner_GetRange_Call) Run

func (_c *MockPipeliner_GetRange_Call) Run(run func(ctx context.Context, key string, start int64, end int64)) *MockPipeliner_GetRange_Call

func (*MockPipeliner_GetRange_Call) RunAndReturn

type MockPipeliner_GetSet_Call

type MockPipeliner_GetSet_Call struct {
	*mock.Call
}

MockPipeliner_GetSet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSet'

func (*MockPipeliner_GetSet_Call) Return

func (*MockPipeliner_GetSet_Call) Run

func (_c *MockPipeliner_GetSet_Call) Run(run func(ctx context.Context, key string, value interface{})) *MockPipeliner_GetSet_Call

func (*MockPipeliner_GetSet_Call) RunAndReturn

func (_c *MockPipeliner_GetSet_Call) RunAndReturn(run func(context.Context, string, interface{}) *redis.StringCmd) *MockPipeliner_GetSet_Call

type MockPipeliner_Get_Call

type MockPipeliner_Get_Call struct {
	*mock.Call
}

MockPipeliner_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*MockPipeliner_Get_Call) Return

func (*MockPipeliner_Get_Call) Run

func (*MockPipeliner_Get_Call) RunAndReturn

type MockPipeliner_HDel_Call

type MockPipeliner_HDel_Call struct {
	*mock.Call
}

MockPipeliner_HDel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HDel'

func (*MockPipeliner_HDel_Call) Return

func (*MockPipeliner_HDel_Call) Run

func (_c *MockPipeliner_HDel_Call) Run(run func(ctx context.Context, key string, fields ...string)) *MockPipeliner_HDel_Call

func (*MockPipeliner_HDel_Call) RunAndReturn

type MockPipeliner_HExists_Call

type MockPipeliner_HExists_Call struct {
	*mock.Call
}

MockPipeliner_HExists_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HExists'

func (*MockPipeliner_HExists_Call) Return

func (*MockPipeliner_HExists_Call) Run

func (*MockPipeliner_HExists_Call) RunAndReturn

type MockPipeliner_HGetAll_Call

type MockPipeliner_HGetAll_Call struct {
	*mock.Call
}

MockPipeliner_HGetAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HGetAll'

func (*MockPipeliner_HGetAll_Call) Return

func (*MockPipeliner_HGetAll_Call) Run

func (*MockPipeliner_HGetAll_Call) RunAndReturn

type MockPipeliner_HGet_Call

type MockPipeliner_HGet_Call struct {
	*mock.Call
}

MockPipeliner_HGet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HGet'

func (*MockPipeliner_HGet_Call) Return

func (*MockPipeliner_HGet_Call) Run

func (_c *MockPipeliner_HGet_Call) Run(run func(ctx context.Context, key string, field string)) *MockPipeliner_HGet_Call

func (*MockPipeliner_HGet_Call) RunAndReturn

type MockPipeliner_HIncrByFloat_Call

type MockPipeliner_HIncrByFloat_Call struct {
	*mock.Call
}

MockPipeliner_HIncrByFloat_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HIncrByFloat'

func (*MockPipeliner_HIncrByFloat_Call) Return

func (*MockPipeliner_HIncrByFloat_Call) Run

func (*MockPipeliner_HIncrByFloat_Call) RunAndReturn

type MockPipeliner_HIncrBy_Call

type MockPipeliner_HIncrBy_Call struct {
	*mock.Call
}

MockPipeliner_HIncrBy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HIncrBy'

func (*MockPipeliner_HIncrBy_Call) Return

func (*MockPipeliner_HIncrBy_Call) Run

func (_c *MockPipeliner_HIncrBy_Call) Run(run func(ctx context.Context, key string, field string, incr int64)) *MockPipeliner_HIncrBy_Call

func (*MockPipeliner_HIncrBy_Call) RunAndReturn

type MockPipeliner_HKeys_Call

type MockPipeliner_HKeys_Call struct {
	*mock.Call
}

MockPipeliner_HKeys_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HKeys'

func (*MockPipeliner_HKeys_Call) Return

func (*MockPipeliner_HKeys_Call) Run

func (*MockPipeliner_HKeys_Call) RunAndReturn

type MockPipeliner_HLen_Call

type MockPipeliner_HLen_Call struct {
	*mock.Call
}

MockPipeliner_HLen_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HLen'

func (*MockPipeliner_HLen_Call) Return

func (*MockPipeliner_HLen_Call) Run

func (*MockPipeliner_HLen_Call) RunAndReturn

type MockPipeliner_HMGet_Call

type MockPipeliner_HMGet_Call struct {
	*mock.Call
}

MockPipeliner_HMGet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HMGet'

func (*MockPipeliner_HMGet_Call) Return

func (*MockPipeliner_HMGet_Call) Run

func (_c *MockPipeliner_HMGet_Call) Run(run func(ctx context.Context, key string, fields ...string)) *MockPipeliner_HMGet_Call

func (*MockPipeliner_HMGet_Call) RunAndReturn

type MockPipeliner_HMSet_Call

type MockPipeliner_HMSet_Call struct {
	*mock.Call
}

MockPipeliner_HMSet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HMSet'

func (*MockPipeliner_HMSet_Call) Return

func (*MockPipeliner_HMSet_Call) Run

func (_c *MockPipeliner_HMSet_Call) Run(run func(ctx context.Context, key string, values ...interface{})) *MockPipeliner_HMSet_Call

func (*MockPipeliner_HMSet_Call) RunAndReturn

func (_c *MockPipeliner_HMSet_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.BoolCmd) *MockPipeliner_HMSet_Call

type MockPipeliner_HRandFieldWithValues_Call

type MockPipeliner_HRandFieldWithValues_Call struct {
	*mock.Call
}

MockPipeliner_HRandFieldWithValues_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HRandFieldWithValues'

func (*MockPipeliner_HRandFieldWithValues_Call) Return

func (*MockPipeliner_HRandFieldWithValues_Call) Run

func (*MockPipeliner_HRandFieldWithValues_Call) RunAndReturn

type MockPipeliner_HRandField_Call

type MockPipeliner_HRandField_Call struct {
	*mock.Call
}

MockPipeliner_HRandField_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HRandField'

func (*MockPipeliner_HRandField_Call) Return

func (*MockPipeliner_HRandField_Call) Run

func (*MockPipeliner_HRandField_Call) RunAndReturn

type MockPipeliner_HScan_Call

type MockPipeliner_HScan_Call struct {
	*mock.Call
}

MockPipeliner_HScan_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HScan'

func (*MockPipeliner_HScan_Call) Return

func (*MockPipeliner_HScan_Call) Run

func (_c *MockPipeliner_HScan_Call) Run(run func(ctx context.Context, key string, cursor uint64, match string, count int64)) *MockPipeliner_HScan_Call

func (*MockPipeliner_HScan_Call) RunAndReturn

type MockPipeliner_HSetNX_Call

type MockPipeliner_HSetNX_Call struct {
	*mock.Call
}

MockPipeliner_HSetNX_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HSetNX'

func (*MockPipeliner_HSetNX_Call) Return

func (*MockPipeliner_HSetNX_Call) Run

func (_c *MockPipeliner_HSetNX_Call) Run(run func(ctx context.Context, key string, field string, value interface{})) *MockPipeliner_HSetNX_Call

func (*MockPipeliner_HSetNX_Call) RunAndReturn

func (_c *MockPipeliner_HSetNX_Call) RunAndReturn(run func(context.Context, string, string, interface{}) *redis.BoolCmd) *MockPipeliner_HSetNX_Call

type MockPipeliner_HSet_Call

type MockPipeliner_HSet_Call struct {
	*mock.Call
}

MockPipeliner_HSet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HSet'

func (*MockPipeliner_HSet_Call) Return

func (*MockPipeliner_HSet_Call) Run

func (_c *MockPipeliner_HSet_Call) Run(run func(ctx context.Context, key string, values ...interface{})) *MockPipeliner_HSet_Call

func (*MockPipeliner_HSet_Call) RunAndReturn

func (_c *MockPipeliner_HSet_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.IntCmd) *MockPipeliner_HSet_Call

type MockPipeliner_HVals_Call

type MockPipeliner_HVals_Call struct {
	*mock.Call
}

MockPipeliner_HVals_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HVals'

func (*MockPipeliner_HVals_Call) Return

func (*MockPipeliner_HVals_Call) Run

func (*MockPipeliner_HVals_Call) RunAndReturn

type MockPipeliner_Hello_Call

type MockPipeliner_Hello_Call struct {
	*mock.Call
}

MockPipeliner_Hello_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Hello'

func (*MockPipeliner_Hello_Call) Return

func (*MockPipeliner_Hello_Call) Run

func (_c *MockPipeliner_Hello_Call) Run(run func(ctx context.Context, ver int, username string, password string, clientName string)) *MockPipeliner_Hello_Call

func (*MockPipeliner_Hello_Call) RunAndReturn

type MockPipeliner_IncrByFloat_Call

type MockPipeliner_IncrByFloat_Call struct {
	*mock.Call
}

MockPipeliner_IncrByFloat_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IncrByFloat'

func (*MockPipeliner_IncrByFloat_Call) Return

func (*MockPipeliner_IncrByFloat_Call) Run

func (*MockPipeliner_IncrByFloat_Call) RunAndReturn

type MockPipeliner_IncrBy_Call

type MockPipeliner_IncrBy_Call struct {
	*mock.Call
}

MockPipeliner_IncrBy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IncrBy'

func (*MockPipeliner_IncrBy_Call) Return

func (*MockPipeliner_IncrBy_Call) Run

func (_c *MockPipeliner_IncrBy_Call) Run(run func(ctx context.Context, key string, value int64)) *MockPipeliner_IncrBy_Call

func (*MockPipeliner_IncrBy_Call) RunAndReturn

type MockPipeliner_Incr_Call

type MockPipeliner_Incr_Call struct {
	*mock.Call
}

MockPipeliner_Incr_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Incr'

func (*MockPipeliner_Incr_Call) Return

func (*MockPipeliner_Incr_Call) Run

func (*MockPipeliner_Incr_Call) RunAndReturn

type MockPipeliner_Info_Call

type MockPipeliner_Info_Call struct {
	*mock.Call
}

MockPipeliner_Info_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Info'

func (*MockPipeliner_Info_Call) Return

func (*MockPipeliner_Info_Call) Run

func (_c *MockPipeliner_Info_Call) Run(run func(ctx context.Context, section ...string)) *MockPipeliner_Info_Call

func (*MockPipeliner_Info_Call) RunAndReturn

type MockPipeliner_JSONArrAppend_Call

type MockPipeliner_JSONArrAppend_Call struct {
	*mock.Call
}

MockPipeliner_JSONArrAppend_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONArrAppend'

func (*MockPipeliner_JSONArrAppend_Call) Return

func (*MockPipeliner_JSONArrAppend_Call) Run

func (_c *MockPipeliner_JSONArrAppend_Call) Run(run func(ctx context.Context, key string, path string, values ...interface{})) *MockPipeliner_JSONArrAppend_Call

func (*MockPipeliner_JSONArrAppend_Call) RunAndReturn

type MockPipeliner_JSONArrIndexWithArgs_Call

type MockPipeliner_JSONArrIndexWithArgs_Call struct {
	*mock.Call
}

MockPipeliner_JSONArrIndexWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONArrIndexWithArgs'

func (*MockPipeliner_JSONArrIndexWithArgs_Call) Return

func (*MockPipeliner_JSONArrIndexWithArgs_Call) Run

func (*MockPipeliner_JSONArrIndexWithArgs_Call) RunAndReturn

type MockPipeliner_JSONArrIndex_Call

type MockPipeliner_JSONArrIndex_Call struct {
	*mock.Call
}

MockPipeliner_JSONArrIndex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONArrIndex'

func (*MockPipeliner_JSONArrIndex_Call) Return

func (*MockPipeliner_JSONArrIndex_Call) Run

func (_c *MockPipeliner_JSONArrIndex_Call) Run(run func(ctx context.Context, key string, path string, value ...interface{})) *MockPipeliner_JSONArrIndex_Call

func (*MockPipeliner_JSONArrIndex_Call) RunAndReturn

type MockPipeliner_JSONArrInsert_Call

type MockPipeliner_JSONArrInsert_Call struct {
	*mock.Call
}

MockPipeliner_JSONArrInsert_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONArrInsert'

func (*MockPipeliner_JSONArrInsert_Call) Return

func (*MockPipeliner_JSONArrInsert_Call) Run

func (_c *MockPipeliner_JSONArrInsert_Call) Run(run func(ctx context.Context, key string, path string, index int64, values ...interface{})) *MockPipeliner_JSONArrInsert_Call

func (*MockPipeliner_JSONArrInsert_Call) RunAndReturn

type MockPipeliner_JSONArrLen_Call

type MockPipeliner_JSONArrLen_Call struct {
	*mock.Call
}

MockPipeliner_JSONArrLen_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONArrLen'

func (*MockPipeliner_JSONArrLen_Call) Return

func (*MockPipeliner_JSONArrLen_Call) Run

func (*MockPipeliner_JSONArrLen_Call) RunAndReturn

type MockPipeliner_JSONArrPop_Call

type MockPipeliner_JSONArrPop_Call struct {
	*mock.Call
}

MockPipeliner_JSONArrPop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONArrPop'

func (*MockPipeliner_JSONArrPop_Call) Return

func (*MockPipeliner_JSONArrPop_Call) Run

func (*MockPipeliner_JSONArrPop_Call) RunAndReturn

type MockPipeliner_JSONArrTrimWithArgs_Call

type MockPipeliner_JSONArrTrimWithArgs_Call struct {
	*mock.Call
}

MockPipeliner_JSONArrTrimWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONArrTrimWithArgs'

func (*MockPipeliner_JSONArrTrimWithArgs_Call) Return

func (*MockPipeliner_JSONArrTrimWithArgs_Call) Run

type MockPipeliner_JSONArrTrim_Call

type MockPipeliner_JSONArrTrim_Call struct {
	*mock.Call
}

MockPipeliner_JSONArrTrim_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONArrTrim'

func (*MockPipeliner_JSONArrTrim_Call) Return

func (*MockPipeliner_JSONArrTrim_Call) Run

func (*MockPipeliner_JSONArrTrim_Call) RunAndReturn

type MockPipeliner_JSONClear_Call

type MockPipeliner_JSONClear_Call struct {
	*mock.Call
}

MockPipeliner_JSONClear_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONClear'

func (*MockPipeliner_JSONClear_Call) Return

func (*MockPipeliner_JSONClear_Call) Run

func (*MockPipeliner_JSONClear_Call) RunAndReturn

type MockPipeliner_JSONDebugMemory_Call

type MockPipeliner_JSONDebugMemory_Call struct {
	*mock.Call
}

MockPipeliner_JSONDebugMemory_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONDebugMemory'

func (*MockPipeliner_JSONDebugMemory_Call) Return

func (*MockPipeliner_JSONDebugMemory_Call) Run

func (*MockPipeliner_JSONDebugMemory_Call) RunAndReturn

type MockPipeliner_JSONDel_Call

type MockPipeliner_JSONDel_Call struct {
	*mock.Call
}

MockPipeliner_JSONDel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONDel'

func (*MockPipeliner_JSONDel_Call) Return

func (*MockPipeliner_JSONDel_Call) Run

func (*MockPipeliner_JSONDel_Call) RunAndReturn

type MockPipeliner_JSONForget_Call

type MockPipeliner_JSONForget_Call struct {
	*mock.Call
}

MockPipeliner_JSONForget_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONForget'

func (*MockPipeliner_JSONForget_Call) Return

func (*MockPipeliner_JSONForget_Call) Run

func (*MockPipeliner_JSONForget_Call) RunAndReturn

type MockPipeliner_JSONGetWithArgs_Call

type MockPipeliner_JSONGetWithArgs_Call struct {
	*mock.Call
}

MockPipeliner_JSONGetWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONGetWithArgs'

func (*MockPipeliner_JSONGetWithArgs_Call) Return

func (*MockPipeliner_JSONGetWithArgs_Call) Run

func (*MockPipeliner_JSONGetWithArgs_Call) RunAndReturn

type MockPipeliner_JSONGet_Call

type MockPipeliner_JSONGet_Call struct {
	*mock.Call
}

MockPipeliner_JSONGet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONGet'

func (*MockPipeliner_JSONGet_Call) Return

func (*MockPipeliner_JSONGet_Call) Run

func (_c *MockPipeliner_JSONGet_Call) Run(run func(ctx context.Context, key string, paths ...string)) *MockPipeliner_JSONGet_Call

func (*MockPipeliner_JSONGet_Call) RunAndReturn

type MockPipeliner_JSONMGet_Call

type MockPipeliner_JSONMGet_Call struct {
	*mock.Call
}

MockPipeliner_JSONMGet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONMGet'

func (*MockPipeliner_JSONMGet_Call) Return

func (*MockPipeliner_JSONMGet_Call) Run

func (*MockPipeliner_JSONMGet_Call) RunAndReturn

type MockPipeliner_JSONMSetArgs_Call

type MockPipeliner_JSONMSetArgs_Call struct {
	*mock.Call
}

MockPipeliner_JSONMSetArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONMSetArgs'

func (*MockPipeliner_JSONMSetArgs_Call) Return

func (*MockPipeliner_JSONMSetArgs_Call) Run

func (*MockPipeliner_JSONMSetArgs_Call) RunAndReturn

type MockPipeliner_JSONMSet_Call

type MockPipeliner_JSONMSet_Call struct {
	*mock.Call
}

MockPipeliner_JSONMSet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONMSet'

func (*MockPipeliner_JSONMSet_Call) Return

func (*MockPipeliner_JSONMSet_Call) Run

func (_c *MockPipeliner_JSONMSet_Call) Run(run func(ctx context.Context, params ...interface{})) *MockPipeliner_JSONMSet_Call

func (*MockPipeliner_JSONMSet_Call) RunAndReturn

func (_c *MockPipeliner_JSONMSet_Call) RunAndReturn(run func(context.Context, ...interface{}) *redis.StatusCmd) *MockPipeliner_JSONMSet_Call

type MockPipeliner_JSONMerge_Call

type MockPipeliner_JSONMerge_Call struct {
	*mock.Call
}

MockPipeliner_JSONMerge_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONMerge'

func (*MockPipeliner_JSONMerge_Call) Return

func (*MockPipeliner_JSONMerge_Call) Run

func (*MockPipeliner_JSONMerge_Call) RunAndReturn

type MockPipeliner_JSONNumIncrBy_Call

type MockPipeliner_JSONNumIncrBy_Call struct {
	*mock.Call
}

MockPipeliner_JSONNumIncrBy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONNumIncrBy'

func (*MockPipeliner_JSONNumIncrBy_Call) Return

func (*MockPipeliner_JSONNumIncrBy_Call) Run

func (*MockPipeliner_JSONNumIncrBy_Call) RunAndReturn

type MockPipeliner_JSONObjKeys_Call

type MockPipeliner_JSONObjKeys_Call struct {
	*mock.Call
}

MockPipeliner_JSONObjKeys_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONObjKeys'

func (*MockPipeliner_JSONObjKeys_Call) Return

func (*MockPipeliner_JSONObjKeys_Call) Run

func (*MockPipeliner_JSONObjKeys_Call) RunAndReturn

type MockPipeliner_JSONObjLen_Call

type MockPipeliner_JSONObjLen_Call struct {
	*mock.Call
}

MockPipeliner_JSONObjLen_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONObjLen'

func (*MockPipeliner_JSONObjLen_Call) Return

func (*MockPipeliner_JSONObjLen_Call) Run

func (*MockPipeliner_JSONObjLen_Call) RunAndReturn

type MockPipeliner_JSONSetMode_Call

type MockPipeliner_JSONSetMode_Call struct {
	*mock.Call
}

MockPipeliner_JSONSetMode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONSetMode'

func (*MockPipeliner_JSONSetMode_Call) Return

func (*MockPipeliner_JSONSetMode_Call) Run

func (_c *MockPipeliner_JSONSetMode_Call) Run(run func(ctx context.Context, key string, path string, value interface{}, mode string)) *MockPipeliner_JSONSetMode_Call

func (*MockPipeliner_JSONSetMode_Call) RunAndReturn

type MockPipeliner_JSONSet_Call

type MockPipeliner_JSONSet_Call struct {
	*mock.Call
}

MockPipeliner_JSONSet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONSet'

func (*MockPipeliner_JSONSet_Call) Return

func (*MockPipeliner_JSONSet_Call) Run

func (_c *MockPipeliner_JSONSet_Call) Run(run func(ctx context.Context, key string, path string, value interface{})) *MockPipeliner_JSONSet_Call

func (*MockPipeliner_JSONSet_Call) RunAndReturn

type MockPipeliner_JSONStrAppend_Call

type MockPipeliner_JSONStrAppend_Call struct {
	*mock.Call
}

MockPipeliner_JSONStrAppend_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONStrAppend'

func (*MockPipeliner_JSONStrAppend_Call) Return

func (*MockPipeliner_JSONStrAppend_Call) Run

func (*MockPipeliner_JSONStrAppend_Call) RunAndReturn

type MockPipeliner_JSONStrLen_Call

type MockPipeliner_JSONStrLen_Call struct {
	*mock.Call
}

MockPipeliner_JSONStrLen_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONStrLen'

func (*MockPipeliner_JSONStrLen_Call) Return

func (*MockPipeliner_JSONStrLen_Call) Run

func (*MockPipeliner_JSONStrLen_Call) RunAndReturn

type MockPipeliner_JSONToggle_Call

type MockPipeliner_JSONToggle_Call struct {
	*mock.Call
}

MockPipeliner_JSONToggle_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONToggle'

func (*MockPipeliner_JSONToggle_Call) Return

func (*MockPipeliner_JSONToggle_Call) Run

func (*MockPipeliner_JSONToggle_Call) RunAndReturn

type MockPipeliner_JSONType_Call

type MockPipeliner_JSONType_Call struct {
	*mock.Call
}

MockPipeliner_JSONType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'JSONType'

func (*MockPipeliner_JSONType_Call) Return

func (*MockPipeliner_JSONType_Call) Run

func (*MockPipeliner_JSONType_Call) RunAndReturn

type MockPipeliner_Keys_Call

type MockPipeliner_Keys_Call struct {
	*mock.Call
}

MockPipeliner_Keys_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Keys'

func (*MockPipeliner_Keys_Call) Return

func (*MockPipeliner_Keys_Call) Run

func (_c *MockPipeliner_Keys_Call) Run(run func(ctx context.Context, pattern string)) *MockPipeliner_Keys_Call

func (*MockPipeliner_Keys_Call) RunAndReturn

type MockPipeliner_LCS_Call

type MockPipeliner_LCS_Call struct {
	*mock.Call
}

MockPipeliner_LCS_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LCS'

func (*MockPipeliner_LCS_Call) Return

func (*MockPipeliner_LCS_Call) Run

func (*MockPipeliner_LCS_Call) RunAndReturn

type MockPipeliner_LIndex_Call

type MockPipeliner_LIndex_Call struct {
	*mock.Call
}

MockPipeliner_LIndex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LIndex'

func (*MockPipeliner_LIndex_Call) Return

func (*MockPipeliner_LIndex_Call) Run

func (_c *MockPipeliner_LIndex_Call) Run(run func(ctx context.Context, key string, index int64)) *MockPipeliner_LIndex_Call

func (*MockPipeliner_LIndex_Call) RunAndReturn

type MockPipeliner_LInsertAfter_Call

type MockPipeliner_LInsertAfter_Call struct {
	*mock.Call
}

MockPipeliner_LInsertAfter_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LInsertAfter'

func (*MockPipeliner_LInsertAfter_Call) Return

func (*MockPipeliner_LInsertAfter_Call) Run

func (_c *MockPipeliner_LInsertAfter_Call) Run(run func(ctx context.Context, key string, pivot interface{}, value interface{})) *MockPipeliner_LInsertAfter_Call

func (*MockPipeliner_LInsertAfter_Call) RunAndReturn

func (_c *MockPipeliner_LInsertAfter_Call) RunAndReturn(run func(context.Context, string, interface{}, interface{}) *redis.IntCmd) *MockPipeliner_LInsertAfter_Call

type MockPipeliner_LInsertBefore_Call

type MockPipeliner_LInsertBefore_Call struct {
	*mock.Call
}

MockPipeliner_LInsertBefore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LInsertBefore'

func (*MockPipeliner_LInsertBefore_Call) Return

func (*MockPipeliner_LInsertBefore_Call) Run

func (_c *MockPipeliner_LInsertBefore_Call) Run(run func(ctx context.Context, key string, pivot interface{}, value interface{})) *MockPipeliner_LInsertBefore_Call

func (*MockPipeliner_LInsertBefore_Call) RunAndReturn

func (_c *MockPipeliner_LInsertBefore_Call) RunAndReturn(run func(context.Context, string, interface{}, interface{}) *redis.IntCmd) *MockPipeliner_LInsertBefore_Call

type MockPipeliner_LInsert_Call

type MockPipeliner_LInsert_Call struct {
	*mock.Call
}

MockPipeliner_LInsert_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LInsert'

func (*MockPipeliner_LInsert_Call) Return

func (*MockPipeliner_LInsert_Call) Run

func (_c *MockPipeliner_LInsert_Call) Run(run func(ctx context.Context, key string, op string, pivot interface{}, value interface{})) *MockPipeliner_LInsert_Call

func (*MockPipeliner_LInsert_Call) RunAndReturn

func (_c *MockPipeliner_LInsert_Call) RunAndReturn(run func(context.Context, string, string, interface{}, interface{}) *redis.IntCmd) *MockPipeliner_LInsert_Call

type MockPipeliner_LLen_Call

type MockPipeliner_LLen_Call struct {
	*mock.Call
}

MockPipeliner_LLen_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LLen'

func (*MockPipeliner_LLen_Call) Return

func (*MockPipeliner_LLen_Call) Run

func (*MockPipeliner_LLen_Call) RunAndReturn

type MockPipeliner_LMPop_Call

type MockPipeliner_LMPop_Call struct {
	*mock.Call
}

MockPipeliner_LMPop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LMPop'

func (*MockPipeliner_LMPop_Call) Return

func (*MockPipeliner_LMPop_Call) Run

func (_c *MockPipeliner_LMPop_Call) Run(run func(ctx context.Context, direction string, count int64, keys ...string)) *MockPipeliner_LMPop_Call

func (*MockPipeliner_LMPop_Call) RunAndReturn

type MockPipeliner_LMove_Call

type MockPipeliner_LMove_Call struct {
	*mock.Call
}

MockPipeliner_LMove_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LMove'

func (*MockPipeliner_LMove_Call) Return

func (*MockPipeliner_LMove_Call) Run

func (_c *MockPipeliner_LMove_Call) Run(run func(ctx context.Context, source string, destination string, srcpos string, destpos string)) *MockPipeliner_LMove_Call

func (*MockPipeliner_LMove_Call) RunAndReturn

type MockPipeliner_LPopCount_Call

type MockPipeliner_LPopCount_Call struct {
	*mock.Call
}

MockPipeliner_LPopCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LPopCount'

func (*MockPipeliner_LPopCount_Call) Return

func (*MockPipeliner_LPopCount_Call) Run

func (*MockPipeliner_LPopCount_Call) RunAndReturn

type MockPipeliner_LPop_Call

type MockPipeliner_LPop_Call struct {
	*mock.Call
}

MockPipeliner_LPop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LPop'

func (*MockPipeliner_LPop_Call) Return

func (*MockPipeliner_LPop_Call) Run

func (*MockPipeliner_LPop_Call) RunAndReturn

type MockPipeliner_LPosCount_Call

type MockPipeliner_LPosCount_Call struct {
	*mock.Call
}

MockPipeliner_LPosCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LPosCount'

func (*MockPipeliner_LPosCount_Call) Return

func (*MockPipeliner_LPosCount_Call) Run

func (*MockPipeliner_LPosCount_Call) RunAndReturn

type MockPipeliner_LPos_Call

type MockPipeliner_LPos_Call struct {
	*mock.Call
}

MockPipeliner_LPos_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LPos'

func (*MockPipeliner_LPos_Call) Return

func (*MockPipeliner_LPos_Call) Run

func (_c *MockPipeliner_LPos_Call) Run(run func(ctx context.Context, key string, value string, args redis.LPosArgs)) *MockPipeliner_LPos_Call

func (*MockPipeliner_LPos_Call) RunAndReturn

type MockPipeliner_LPushX_Call

type MockPipeliner_LPushX_Call struct {
	*mock.Call
}

MockPipeliner_LPushX_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LPushX'

func (*MockPipeliner_LPushX_Call) Return

func (*MockPipeliner_LPushX_Call) Run

func (_c *MockPipeliner_LPushX_Call) Run(run func(ctx context.Context, key string, values ...interface{})) *MockPipeliner_LPushX_Call

func (*MockPipeliner_LPushX_Call) RunAndReturn

func (_c *MockPipeliner_LPushX_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.IntCmd) *MockPipeliner_LPushX_Call

type MockPipeliner_LPush_Call

type MockPipeliner_LPush_Call struct {
	*mock.Call
}

MockPipeliner_LPush_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LPush'

func (*MockPipeliner_LPush_Call) Return

func (*MockPipeliner_LPush_Call) Run

func (_c *MockPipeliner_LPush_Call) Run(run func(ctx context.Context, key string, values ...interface{})) *MockPipeliner_LPush_Call

func (*MockPipeliner_LPush_Call) RunAndReturn

func (_c *MockPipeliner_LPush_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.IntCmd) *MockPipeliner_LPush_Call

type MockPipeliner_LRange_Call

type MockPipeliner_LRange_Call struct {
	*mock.Call
}

MockPipeliner_LRange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LRange'

func (*MockPipeliner_LRange_Call) Return

func (*MockPipeliner_LRange_Call) Run

func (_c *MockPipeliner_LRange_Call) Run(run func(ctx context.Context, key string, start int64, stop int64)) *MockPipeliner_LRange_Call

func (*MockPipeliner_LRange_Call) RunAndReturn

type MockPipeliner_LRem_Call

type MockPipeliner_LRem_Call struct {
	*mock.Call
}

MockPipeliner_LRem_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LRem'

func (*MockPipeliner_LRem_Call) Return

func (*MockPipeliner_LRem_Call) Run

func (_c *MockPipeliner_LRem_Call) Run(run func(ctx context.Context, key string, count int64, value interface{})) *MockPipeliner_LRem_Call

func (*MockPipeliner_LRem_Call) RunAndReturn

func (_c *MockPipeliner_LRem_Call) RunAndReturn(run func(context.Context, string, int64, interface{}) *redis.IntCmd) *MockPipeliner_LRem_Call

type MockPipeliner_LSet_Call

type MockPipeliner_LSet_Call struct {
	*mock.Call
}

MockPipeliner_LSet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LSet'

func (*MockPipeliner_LSet_Call) Return

func (*MockPipeliner_LSet_Call) Run

func (_c *MockPipeliner_LSet_Call) Run(run func(ctx context.Context, key string, index int64, value interface{})) *MockPipeliner_LSet_Call

func (*MockPipeliner_LSet_Call) RunAndReturn

func (_c *MockPipeliner_LSet_Call) RunAndReturn(run func(context.Context, string, int64, interface{}) *redis.StatusCmd) *MockPipeliner_LSet_Call

type MockPipeliner_LTrim_Call

type MockPipeliner_LTrim_Call struct {
	*mock.Call
}

MockPipeliner_LTrim_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LTrim'

func (*MockPipeliner_LTrim_Call) Return

func (*MockPipeliner_LTrim_Call) Run

func (_c *MockPipeliner_LTrim_Call) Run(run func(ctx context.Context, key string, start int64, stop int64)) *MockPipeliner_LTrim_Call

func (*MockPipeliner_LTrim_Call) RunAndReturn

type MockPipeliner_LastSave_Call

type MockPipeliner_LastSave_Call struct {
	*mock.Call
}

MockPipeliner_LastSave_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LastSave'

func (*MockPipeliner_LastSave_Call) Return

func (*MockPipeliner_LastSave_Call) Run

func (*MockPipeliner_LastSave_Call) RunAndReturn

type MockPipeliner_Len_Call

type MockPipeliner_Len_Call struct {
	*mock.Call
}

MockPipeliner_Len_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Len'

func (*MockPipeliner_Len_Call) Return

func (*MockPipeliner_Len_Call) Run

func (_c *MockPipeliner_Len_Call) Run(run func()) *MockPipeliner_Len_Call

func (*MockPipeliner_Len_Call) RunAndReturn

func (_c *MockPipeliner_Len_Call) RunAndReturn(run func() int) *MockPipeliner_Len_Call

type MockPipeliner_MGet_Call

type MockPipeliner_MGet_Call struct {
	*mock.Call
}

MockPipeliner_MGet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'MGet'

func (*MockPipeliner_MGet_Call) Return

func (*MockPipeliner_MGet_Call) Run

func (_c *MockPipeliner_MGet_Call) Run(run func(ctx context.Context, keys ...string)) *MockPipeliner_MGet_Call

func (*MockPipeliner_MGet_Call) RunAndReturn

type MockPipeliner_MSetNX_Call

type MockPipeliner_MSetNX_Call struct {
	*mock.Call
}

MockPipeliner_MSetNX_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'MSetNX'

func (*MockPipeliner_MSetNX_Call) Return

func (*MockPipeliner_MSetNX_Call) Run

func (_c *MockPipeliner_MSetNX_Call) Run(run func(ctx context.Context, values ...interface{})) *MockPipeliner_MSetNX_Call

func (*MockPipeliner_MSetNX_Call) RunAndReturn

func (_c *MockPipeliner_MSetNX_Call) RunAndReturn(run func(context.Context, ...interface{}) *redis.BoolCmd) *MockPipeliner_MSetNX_Call

type MockPipeliner_MSet_Call

type MockPipeliner_MSet_Call struct {
	*mock.Call
}

MockPipeliner_MSet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'MSet'

func (*MockPipeliner_MSet_Call) Return

func (*MockPipeliner_MSet_Call) Run

func (_c *MockPipeliner_MSet_Call) Run(run func(ctx context.Context, values ...interface{})) *MockPipeliner_MSet_Call

func (*MockPipeliner_MSet_Call) RunAndReturn

func (_c *MockPipeliner_MSet_Call) RunAndReturn(run func(context.Context, ...interface{}) *redis.StatusCmd) *MockPipeliner_MSet_Call

type MockPipeliner_MemoryUsage_Call

type MockPipeliner_MemoryUsage_Call struct {
	*mock.Call
}

MockPipeliner_MemoryUsage_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'MemoryUsage'

func (*MockPipeliner_MemoryUsage_Call) Return

func (*MockPipeliner_MemoryUsage_Call) Run

func (*MockPipeliner_MemoryUsage_Call) RunAndReturn

type MockPipeliner_Migrate_Call

type MockPipeliner_Migrate_Call struct {
	*mock.Call
}

MockPipeliner_Migrate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Migrate'

func (*MockPipeliner_Migrate_Call) Return

func (*MockPipeliner_Migrate_Call) Run

func (_c *MockPipeliner_Migrate_Call) Run(run func(ctx context.Context, host string, port string, key string, db int, timeout time.Duration)) *MockPipeliner_Migrate_Call

func (*MockPipeliner_Migrate_Call) RunAndReturn

type MockPipeliner_ModuleLoadex_Call

type MockPipeliner_ModuleLoadex_Call struct {
	*mock.Call
}

MockPipeliner_ModuleLoadex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ModuleLoadex'

func (*MockPipeliner_ModuleLoadex_Call) Return

func (*MockPipeliner_ModuleLoadex_Call) Run

func (*MockPipeliner_ModuleLoadex_Call) RunAndReturn

type MockPipeliner_Move_Call

type MockPipeliner_Move_Call struct {
	*mock.Call
}

MockPipeliner_Move_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Move'

func (*MockPipeliner_Move_Call) Return

func (*MockPipeliner_Move_Call) Run

func (_c *MockPipeliner_Move_Call) Run(run func(ctx context.Context, key string, db int)) *MockPipeliner_Move_Call

func (*MockPipeliner_Move_Call) RunAndReturn

type MockPipeliner_ObjectEncoding_Call

type MockPipeliner_ObjectEncoding_Call struct {
	*mock.Call
}

MockPipeliner_ObjectEncoding_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ObjectEncoding'

func (*MockPipeliner_ObjectEncoding_Call) Return

func (*MockPipeliner_ObjectEncoding_Call) Run

func (*MockPipeliner_ObjectEncoding_Call) RunAndReturn

type MockPipeliner_ObjectFreq_Call

type MockPipeliner_ObjectFreq_Call struct {
	*mock.Call
}

MockPipeliner_ObjectFreq_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ObjectFreq'

func (*MockPipeliner_ObjectFreq_Call) Return

func (*MockPipeliner_ObjectFreq_Call) Run

func (*MockPipeliner_ObjectFreq_Call) RunAndReturn

type MockPipeliner_ObjectIdleTime_Call

type MockPipeliner_ObjectIdleTime_Call struct {
	*mock.Call
}

MockPipeliner_ObjectIdleTime_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ObjectIdleTime'

func (*MockPipeliner_ObjectIdleTime_Call) Return

func (*MockPipeliner_ObjectIdleTime_Call) Run

func (*MockPipeliner_ObjectIdleTime_Call) RunAndReturn

type MockPipeliner_ObjectRefCount_Call

type MockPipeliner_ObjectRefCount_Call struct {
	*mock.Call
}

MockPipeliner_ObjectRefCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ObjectRefCount'

func (*MockPipeliner_ObjectRefCount_Call) Return

func (*MockPipeliner_ObjectRefCount_Call) Run

func (*MockPipeliner_ObjectRefCount_Call) RunAndReturn

type MockPipeliner_PExpireAt_Call

type MockPipeliner_PExpireAt_Call struct {
	*mock.Call
}

MockPipeliner_PExpireAt_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PExpireAt'

func (*MockPipeliner_PExpireAt_Call) Return

func (*MockPipeliner_PExpireAt_Call) Run

func (*MockPipeliner_PExpireAt_Call) RunAndReturn

type MockPipeliner_PExpireTime_Call

type MockPipeliner_PExpireTime_Call struct {
	*mock.Call
}

MockPipeliner_PExpireTime_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PExpireTime'

func (*MockPipeliner_PExpireTime_Call) Return

func (*MockPipeliner_PExpireTime_Call) Run

func (*MockPipeliner_PExpireTime_Call) RunAndReturn

type MockPipeliner_PExpire_Call

type MockPipeliner_PExpire_Call struct {
	*mock.Call
}

MockPipeliner_PExpire_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PExpire'

func (*MockPipeliner_PExpire_Call) Return

func (*MockPipeliner_PExpire_Call) Run

func (_c *MockPipeliner_PExpire_Call) Run(run func(ctx context.Context, key string, expiration time.Duration)) *MockPipeliner_PExpire_Call

func (*MockPipeliner_PExpire_Call) RunAndReturn

type MockPipeliner_PFAdd_Call

type MockPipeliner_PFAdd_Call struct {
	*mock.Call
}

MockPipeliner_PFAdd_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PFAdd'

func (*MockPipeliner_PFAdd_Call) Return

func (*MockPipeliner_PFAdd_Call) Run

func (_c *MockPipeliner_PFAdd_Call) Run(run func(ctx context.Context, key string, els ...interface{})) *MockPipeliner_PFAdd_Call

func (*MockPipeliner_PFAdd_Call) RunAndReturn

func (_c *MockPipeliner_PFAdd_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.IntCmd) *MockPipeliner_PFAdd_Call

type MockPipeliner_PFCount_Call

type MockPipeliner_PFCount_Call struct {
	*mock.Call
}

MockPipeliner_PFCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PFCount'

func (*MockPipeliner_PFCount_Call) Return

func (*MockPipeliner_PFCount_Call) Run

func (*MockPipeliner_PFCount_Call) RunAndReturn

type MockPipeliner_PFMerge_Call

type MockPipeliner_PFMerge_Call struct {
	*mock.Call
}

MockPipeliner_PFMerge_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PFMerge'

func (*MockPipeliner_PFMerge_Call) Return

func (*MockPipeliner_PFMerge_Call) Run

func (_c *MockPipeliner_PFMerge_Call) Run(run func(ctx context.Context, dest string, keys ...string)) *MockPipeliner_PFMerge_Call

func (*MockPipeliner_PFMerge_Call) RunAndReturn

type MockPipeliner_PTTL_Call

type MockPipeliner_PTTL_Call struct {
	*mock.Call
}

MockPipeliner_PTTL_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PTTL'

func (*MockPipeliner_PTTL_Call) Return

func (*MockPipeliner_PTTL_Call) Run

func (*MockPipeliner_PTTL_Call) RunAndReturn

type MockPipeliner_Persist_Call

type MockPipeliner_Persist_Call struct {
	*mock.Call
}

MockPipeliner_Persist_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Persist'

func (*MockPipeliner_Persist_Call) Return

func (*MockPipeliner_Persist_Call) Run

func (*MockPipeliner_Persist_Call) RunAndReturn

type MockPipeliner_Ping_Call

type MockPipeliner_Ping_Call struct {
	*mock.Call
}

MockPipeliner_Ping_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Ping'

func (*MockPipeliner_Ping_Call) Return

func (*MockPipeliner_Ping_Call) Run

func (*MockPipeliner_Ping_Call) RunAndReturn

type MockPipeliner_Pipeline_Call

type MockPipeliner_Pipeline_Call struct {
	*mock.Call
}

MockPipeliner_Pipeline_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Pipeline'

func (*MockPipeliner_Pipeline_Call) Return

func (*MockPipeliner_Pipeline_Call) Run

func (*MockPipeliner_Pipeline_Call) RunAndReturn

type MockPipeliner_Pipelined_Call

type MockPipeliner_Pipelined_Call struct {
	*mock.Call
}

MockPipeliner_Pipelined_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Pipelined'

func (*MockPipeliner_Pipelined_Call) Return

func (*MockPipeliner_Pipelined_Call) Run

func (*MockPipeliner_Pipelined_Call) RunAndReturn

type MockPipeliner_Process_Call

type MockPipeliner_Process_Call struct {
	*mock.Call
}

MockPipeliner_Process_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Process'

func (*MockPipeliner_Process_Call) Return

func (*MockPipeliner_Process_Call) Run

func (*MockPipeliner_Process_Call) RunAndReturn

type MockPipeliner_PubSubChannels_Call

type MockPipeliner_PubSubChannels_Call struct {
	*mock.Call
}

MockPipeliner_PubSubChannels_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PubSubChannels'

func (*MockPipeliner_PubSubChannels_Call) Return

func (*MockPipeliner_PubSubChannels_Call) Run

func (*MockPipeliner_PubSubChannels_Call) RunAndReturn

type MockPipeliner_PubSubNumPat_Call

type MockPipeliner_PubSubNumPat_Call struct {
	*mock.Call
}

MockPipeliner_PubSubNumPat_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PubSubNumPat'

func (*MockPipeliner_PubSubNumPat_Call) Return

func (*MockPipeliner_PubSubNumPat_Call) Run

func (*MockPipeliner_PubSubNumPat_Call) RunAndReturn

type MockPipeliner_PubSubNumSub_Call

type MockPipeliner_PubSubNumSub_Call struct {
	*mock.Call
}

MockPipeliner_PubSubNumSub_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PubSubNumSub'

func (*MockPipeliner_PubSubNumSub_Call) Return

func (*MockPipeliner_PubSubNumSub_Call) Run

func (*MockPipeliner_PubSubNumSub_Call) RunAndReturn

type MockPipeliner_PubSubShardChannels_Call

type MockPipeliner_PubSubShardChannels_Call struct {
	*mock.Call
}

MockPipeliner_PubSubShardChannels_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PubSubShardChannels'

func (*MockPipeliner_PubSubShardChannels_Call) Return

func (*MockPipeliner_PubSubShardChannels_Call) Run

func (*MockPipeliner_PubSubShardChannels_Call) RunAndReturn

type MockPipeliner_PubSubShardNumSub_Call

type MockPipeliner_PubSubShardNumSub_Call struct {
	*mock.Call
}

MockPipeliner_PubSubShardNumSub_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PubSubShardNumSub'

func (*MockPipeliner_PubSubShardNumSub_Call) Return

func (*MockPipeliner_PubSubShardNumSub_Call) Run

func (*MockPipeliner_PubSubShardNumSub_Call) RunAndReturn

type MockPipeliner_Publish_Call

type MockPipeliner_Publish_Call struct {
	*mock.Call
}

MockPipeliner_Publish_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Publish'

func (*MockPipeliner_Publish_Call) Return

func (*MockPipeliner_Publish_Call) Run

func (_c *MockPipeliner_Publish_Call) Run(run func(ctx context.Context, channel string, message interface{})) *MockPipeliner_Publish_Call

func (*MockPipeliner_Publish_Call) RunAndReturn

func (_c *MockPipeliner_Publish_Call) RunAndReturn(run func(context.Context, string, interface{}) *redis.IntCmd) *MockPipeliner_Publish_Call

type MockPipeliner_Quit_Call

type MockPipeliner_Quit_Call struct {
	*mock.Call
}

MockPipeliner_Quit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Quit'

func (*MockPipeliner_Quit_Call) Return

func (*MockPipeliner_Quit_Call) Run

func (*MockPipeliner_Quit_Call) RunAndReturn

type MockPipeliner_RPopCount_Call

type MockPipeliner_RPopCount_Call struct {
	*mock.Call
}

MockPipeliner_RPopCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RPopCount'

func (*MockPipeliner_RPopCount_Call) Return

func (*MockPipeliner_RPopCount_Call) Run

func (*MockPipeliner_RPopCount_Call) RunAndReturn

type MockPipeliner_RPopLPush_Call

type MockPipeliner_RPopLPush_Call struct {
	*mock.Call
}

MockPipeliner_RPopLPush_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RPopLPush'

func (*MockPipeliner_RPopLPush_Call) Return

func (*MockPipeliner_RPopLPush_Call) Run

func (_c *MockPipeliner_RPopLPush_Call) Run(run func(ctx context.Context, source string, destination string)) *MockPipeliner_RPopLPush_Call

func (*MockPipeliner_RPopLPush_Call) RunAndReturn

type MockPipeliner_RPop_Call

type MockPipeliner_RPop_Call struct {
	*mock.Call
}

MockPipeliner_RPop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RPop'

func (*MockPipeliner_RPop_Call) Return

func (*MockPipeliner_RPop_Call) Run

func (*MockPipeliner_RPop_Call) RunAndReturn

type MockPipeliner_RPushX_Call

type MockPipeliner_RPushX_Call struct {
	*mock.Call
}

MockPipeliner_RPushX_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RPushX'

func (*MockPipeliner_RPushX_Call) Return

func (*MockPipeliner_RPushX_Call) Run

func (_c *MockPipeliner_RPushX_Call) Run(run func(ctx context.Context, key string, values ...interface{})) *MockPipeliner_RPushX_Call

func (*MockPipeliner_RPushX_Call) RunAndReturn

func (_c *MockPipeliner_RPushX_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.IntCmd) *MockPipeliner_RPushX_Call

type MockPipeliner_RPush_Call

type MockPipeliner_RPush_Call struct {
	*mock.Call
}

MockPipeliner_RPush_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RPush'

func (*MockPipeliner_RPush_Call) Return

func (*MockPipeliner_RPush_Call) Run

func (_c *MockPipeliner_RPush_Call) Run(run func(ctx context.Context, key string, values ...interface{})) *MockPipeliner_RPush_Call

func (*MockPipeliner_RPush_Call) RunAndReturn

func (_c *MockPipeliner_RPush_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.IntCmd) *MockPipeliner_RPush_Call

type MockPipeliner_RandomKey_Call

type MockPipeliner_RandomKey_Call struct {
	*mock.Call
}

MockPipeliner_RandomKey_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RandomKey'

func (*MockPipeliner_RandomKey_Call) Return

func (*MockPipeliner_RandomKey_Call) Run

func (*MockPipeliner_RandomKey_Call) RunAndReturn

type MockPipeliner_ReadOnly_Call

type MockPipeliner_ReadOnly_Call struct {
	*mock.Call
}

MockPipeliner_ReadOnly_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReadOnly'

func (*MockPipeliner_ReadOnly_Call) Return

func (*MockPipeliner_ReadOnly_Call) Run

func (*MockPipeliner_ReadOnly_Call) RunAndReturn

type MockPipeliner_ReadWrite_Call

type MockPipeliner_ReadWrite_Call struct {
	*mock.Call
}

MockPipeliner_ReadWrite_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReadWrite'

func (*MockPipeliner_ReadWrite_Call) Return

func (*MockPipeliner_ReadWrite_Call) Run

func (*MockPipeliner_ReadWrite_Call) RunAndReturn

type MockPipeliner_RenameNX_Call

type MockPipeliner_RenameNX_Call struct {
	*mock.Call
}

MockPipeliner_RenameNX_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RenameNX'

func (*MockPipeliner_RenameNX_Call) Return

func (*MockPipeliner_RenameNX_Call) Run

func (*MockPipeliner_RenameNX_Call) RunAndReturn

type MockPipeliner_Rename_Call

type MockPipeliner_Rename_Call struct {
	*mock.Call
}

MockPipeliner_Rename_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Rename'

func (*MockPipeliner_Rename_Call) Return

func (*MockPipeliner_Rename_Call) Run

func (_c *MockPipeliner_Rename_Call) Run(run func(ctx context.Context, key string, newkey string)) *MockPipeliner_Rename_Call

func (*MockPipeliner_Rename_Call) RunAndReturn

type MockPipeliner_RestoreReplace_Call

type MockPipeliner_RestoreReplace_Call struct {
	*mock.Call
}

MockPipeliner_RestoreReplace_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RestoreReplace'

func (*MockPipeliner_RestoreReplace_Call) Return

func (*MockPipeliner_RestoreReplace_Call) Run

func (*MockPipeliner_RestoreReplace_Call) RunAndReturn

type MockPipeliner_Restore_Call

type MockPipeliner_Restore_Call struct {
	*mock.Call
}

MockPipeliner_Restore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Restore'

func (*MockPipeliner_Restore_Call) Return

func (*MockPipeliner_Restore_Call) Run

func (*MockPipeliner_Restore_Call) RunAndReturn

type MockPipeliner_SAdd_Call

type MockPipeliner_SAdd_Call struct {
	*mock.Call
}

MockPipeliner_SAdd_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SAdd'

func (*MockPipeliner_SAdd_Call) Return

func (*MockPipeliner_SAdd_Call) Run

func (_c *MockPipeliner_SAdd_Call) Run(run func(ctx context.Context, key string, members ...interface{})) *MockPipeliner_SAdd_Call

func (*MockPipeliner_SAdd_Call) RunAndReturn

func (_c *MockPipeliner_SAdd_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.IntCmd) *MockPipeliner_SAdd_Call

type MockPipeliner_SCard_Call

type MockPipeliner_SCard_Call struct {
	*mock.Call
}

MockPipeliner_SCard_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SCard'

func (*MockPipeliner_SCard_Call) Return

func (*MockPipeliner_SCard_Call) Run

func (*MockPipeliner_SCard_Call) RunAndReturn

type MockPipeliner_SDiffStore_Call

type MockPipeliner_SDiffStore_Call struct {
	*mock.Call
}

MockPipeliner_SDiffStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SDiffStore'

func (*MockPipeliner_SDiffStore_Call) Return

func (*MockPipeliner_SDiffStore_Call) Run

func (_c *MockPipeliner_SDiffStore_Call) Run(run func(ctx context.Context, destination string, keys ...string)) *MockPipeliner_SDiffStore_Call

func (*MockPipeliner_SDiffStore_Call) RunAndReturn

type MockPipeliner_SDiff_Call

type MockPipeliner_SDiff_Call struct {
	*mock.Call
}

MockPipeliner_SDiff_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SDiff'

func (*MockPipeliner_SDiff_Call) Return

func (*MockPipeliner_SDiff_Call) Run

func (_c *MockPipeliner_SDiff_Call) Run(run func(ctx context.Context, keys ...string)) *MockPipeliner_SDiff_Call

func (*MockPipeliner_SDiff_Call) RunAndReturn

type MockPipeliner_SInterCard_Call

type MockPipeliner_SInterCard_Call struct {
	*mock.Call
}

MockPipeliner_SInterCard_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SInterCard'

func (*MockPipeliner_SInterCard_Call) Return

func (*MockPipeliner_SInterCard_Call) Run

func (*MockPipeliner_SInterCard_Call) RunAndReturn

type MockPipeliner_SInterStore_Call

type MockPipeliner_SInterStore_Call struct {
	*mock.Call
}

MockPipeliner_SInterStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SInterStore'

func (*MockPipeliner_SInterStore_Call) Return

func (*MockPipeliner_SInterStore_Call) Run

func (_c *MockPipeliner_SInterStore_Call) Run(run func(ctx context.Context, destination string, keys ...string)) *MockPipeliner_SInterStore_Call

func (*MockPipeliner_SInterStore_Call) RunAndReturn

type MockPipeliner_SInter_Call

type MockPipeliner_SInter_Call struct {
	*mock.Call
}

MockPipeliner_SInter_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SInter'

func (*MockPipeliner_SInter_Call) Return

func (*MockPipeliner_SInter_Call) Run

func (*MockPipeliner_SInter_Call) RunAndReturn

type MockPipeliner_SIsMember_Call

type MockPipeliner_SIsMember_Call struct {
	*mock.Call
}

MockPipeliner_SIsMember_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SIsMember'

func (*MockPipeliner_SIsMember_Call) Return

func (*MockPipeliner_SIsMember_Call) Run

func (_c *MockPipeliner_SIsMember_Call) Run(run func(ctx context.Context, key string, member interface{})) *MockPipeliner_SIsMember_Call

func (*MockPipeliner_SIsMember_Call) RunAndReturn

func (_c *MockPipeliner_SIsMember_Call) RunAndReturn(run func(context.Context, string, interface{}) *redis.BoolCmd) *MockPipeliner_SIsMember_Call

type MockPipeliner_SMIsMember_Call

type MockPipeliner_SMIsMember_Call struct {
	*mock.Call
}

MockPipeliner_SMIsMember_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SMIsMember'

func (*MockPipeliner_SMIsMember_Call) Return

func (*MockPipeliner_SMIsMember_Call) Run

func (_c *MockPipeliner_SMIsMember_Call) Run(run func(ctx context.Context, key string, members ...interface{})) *MockPipeliner_SMIsMember_Call

func (*MockPipeliner_SMIsMember_Call) RunAndReturn

type MockPipeliner_SMembersMap_Call

type MockPipeliner_SMembersMap_Call struct {
	*mock.Call
}

MockPipeliner_SMembersMap_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SMembersMap'

func (*MockPipeliner_SMembersMap_Call) Return

func (*MockPipeliner_SMembersMap_Call) Run

func (*MockPipeliner_SMembersMap_Call) RunAndReturn

type MockPipeliner_SMembers_Call

type MockPipeliner_SMembers_Call struct {
	*mock.Call
}

MockPipeliner_SMembers_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SMembers'

func (*MockPipeliner_SMembers_Call) Return

func (*MockPipeliner_SMembers_Call) Run

func (*MockPipeliner_SMembers_Call) RunAndReturn

type MockPipeliner_SMove_Call

type MockPipeliner_SMove_Call struct {
	*mock.Call
}

MockPipeliner_SMove_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SMove'

func (*MockPipeliner_SMove_Call) Return

func (*MockPipeliner_SMove_Call) Run

func (_c *MockPipeliner_SMove_Call) Run(run func(ctx context.Context, source string, destination string, member interface{})) *MockPipeliner_SMove_Call

func (*MockPipeliner_SMove_Call) RunAndReturn

func (_c *MockPipeliner_SMove_Call) RunAndReturn(run func(context.Context, string, string, interface{}) *redis.BoolCmd) *MockPipeliner_SMove_Call

type MockPipeliner_SPopN_Call

type MockPipeliner_SPopN_Call struct {
	*mock.Call
}

MockPipeliner_SPopN_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SPopN'

func (*MockPipeliner_SPopN_Call) Return

func (*MockPipeliner_SPopN_Call) Run

func (_c *MockPipeliner_SPopN_Call) Run(run func(ctx context.Context, key string, count int64)) *MockPipeliner_SPopN_Call

func (*MockPipeliner_SPopN_Call) RunAndReturn

type MockPipeliner_SPop_Call

type MockPipeliner_SPop_Call struct {
	*mock.Call
}

MockPipeliner_SPop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SPop'

func (*MockPipeliner_SPop_Call) Return

func (*MockPipeliner_SPop_Call) Run

func (*MockPipeliner_SPop_Call) RunAndReturn

type MockPipeliner_SPublish_Call

type MockPipeliner_SPublish_Call struct {
	*mock.Call
}

MockPipeliner_SPublish_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SPublish'

func (*MockPipeliner_SPublish_Call) Return

func (*MockPipeliner_SPublish_Call) Run

func (_c *MockPipeliner_SPublish_Call) Run(run func(ctx context.Context, channel string, message interface{})) *MockPipeliner_SPublish_Call

func (*MockPipeliner_SPublish_Call) RunAndReturn

func (_c *MockPipeliner_SPublish_Call) RunAndReturn(run func(context.Context, string, interface{}) *redis.IntCmd) *MockPipeliner_SPublish_Call

type MockPipeliner_SRandMemberN_Call

type MockPipeliner_SRandMemberN_Call struct {
	*mock.Call
}

MockPipeliner_SRandMemberN_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SRandMemberN'

func (*MockPipeliner_SRandMemberN_Call) Return

func (*MockPipeliner_SRandMemberN_Call) Run

func (*MockPipeliner_SRandMemberN_Call) RunAndReturn

type MockPipeliner_SRandMember_Call

type MockPipeliner_SRandMember_Call struct {
	*mock.Call
}

MockPipeliner_SRandMember_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SRandMember'

func (*MockPipeliner_SRandMember_Call) Return

func (*MockPipeliner_SRandMember_Call) Run

func (*MockPipeliner_SRandMember_Call) RunAndReturn

type MockPipeliner_SRem_Call

type MockPipeliner_SRem_Call struct {
	*mock.Call
}

MockPipeliner_SRem_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SRem'

func (*MockPipeliner_SRem_Call) Return

func (*MockPipeliner_SRem_Call) Run

func (_c *MockPipeliner_SRem_Call) Run(run func(ctx context.Context, key string, members ...interface{})) *MockPipeliner_SRem_Call

func (*MockPipeliner_SRem_Call) RunAndReturn

func (_c *MockPipeliner_SRem_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.IntCmd) *MockPipeliner_SRem_Call

type MockPipeliner_SScan_Call

type MockPipeliner_SScan_Call struct {
	*mock.Call
}

MockPipeliner_SScan_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SScan'

func (*MockPipeliner_SScan_Call) Return

func (*MockPipeliner_SScan_Call) Run

func (_c *MockPipeliner_SScan_Call) Run(run func(ctx context.Context, key string, cursor uint64, match string, count int64)) *MockPipeliner_SScan_Call

func (*MockPipeliner_SScan_Call) RunAndReturn

type MockPipeliner_SUnionStore_Call

type MockPipeliner_SUnionStore_Call struct {
	*mock.Call
}

MockPipeliner_SUnionStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SUnionStore'

func (*MockPipeliner_SUnionStore_Call) Return

func (*MockPipeliner_SUnionStore_Call) Run

func (_c *MockPipeliner_SUnionStore_Call) Run(run func(ctx context.Context, destination string, keys ...string)) *MockPipeliner_SUnionStore_Call

func (*MockPipeliner_SUnionStore_Call) RunAndReturn

type MockPipeliner_SUnion_Call

type MockPipeliner_SUnion_Call struct {
	*mock.Call
}

MockPipeliner_SUnion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SUnion'

func (*MockPipeliner_SUnion_Call) Return

func (*MockPipeliner_SUnion_Call) Run

func (*MockPipeliner_SUnion_Call) RunAndReturn

type MockPipeliner_Save_Call

type MockPipeliner_Save_Call struct {
	*mock.Call
}

MockPipeliner_Save_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Save'

func (*MockPipeliner_Save_Call) Return

func (*MockPipeliner_Save_Call) Run

func (*MockPipeliner_Save_Call) RunAndReturn

type MockPipeliner_ScanType_Call

type MockPipeliner_ScanType_Call struct {
	*mock.Call
}

MockPipeliner_ScanType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ScanType'

func (*MockPipeliner_ScanType_Call) Return

func (*MockPipeliner_ScanType_Call) Run

func (_c *MockPipeliner_ScanType_Call) Run(run func(ctx context.Context, cursor uint64, match string, count int64, keyType string)) *MockPipeliner_ScanType_Call

func (*MockPipeliner_ScanType_Call) RunAndReturn

type MockPipeliner_Scan_Call

type MockPipeliner_Scan_Call struct {
	*mock.Call
}

MockPipeliner_Scan_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Scan'

func (*MockPipeliner_Scan_Call) Return

func (*MockPipeliner_Scan_Call) Run

func (_c *MockPipeliner_Scan_Call) Run(run func(ctx context.Context, cursor uint64, match string, count int64)) *MockPipeliner_Scan_Call

func (*MockPipeliner_Scan_Call) RunAndReturn

type MockPipeliner_ScriptExists_Call

type MockPipeliner_ScriptExists_Call struct {
	*mock.Call
}

MockPipeliner_ScriptExists_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ScriptExists'

func (*MockPipeliner_ScriptExists_Call) Return

func (*MockPipeliner_ScriptExists_Call) Run

func (*MockPipeliner_ScriptExists_Call) RunAndReturn

type MockPipeliner_ScriptFlush_Call

type MockPipeliner_ScriptFlush_Call struct {
	*mock.Call
}

MockPipeliner_ScriptFlush_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ScriptFlush'

func (*MockPipeliner_ScriptFlush_Call) Return

func (*MockPipeliner_ScriptFlush_Call) Run

func (*MockPipeliner_ScriptFlush_Call) RunAndReturn

type MockPipeliner_ScriptKill_Call

type MockPipeliner_ScriptKill_Call struct {
	*mock.Call
}

MockPipeliner_ScriptKill_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ScriptKill'

func (*MockPipeliner_ScriptKill_Call) Return

func (*MockPipeliner_ScriptKill_Call) Run

func (*MockPipeliner_ScriptKill_Call) RunAndReturn

type MockPipeliner_ScriptLoad_Call

type MockPipeliner_ScriptLoad_Call struct {
	*mock.Call
}

MockPipeliner_ScriptLoad_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ScriptLoad'

func (*MockPipeliner_ScriptLoad_Call) Return

func (*MockPipeliner_ScriptLoad_Call) Run

func (*MockPipeliner_ScriptLoad_Call) RunAndReturn

type MockPipeliner_Select_Call

type MockPipeliner_Select_Call struct {
	*mock.Call
}

MockPipeliner_Select_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Select'

func (*MockPipeliner_Select_Call) Return

func (*MockPipeliner_Select_Call) Run

func (*MockPipeliner_Select_Call) RunAndReturn

type MockPipeliner_SetArgs_Call

type MockPipeliner_SetArgs_Call struct {
	*mock.Call
}

MockPipeliner_SetArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetArgs'

func (*MockPipeliner_SetArgs_Call) Return

func (*MockPipeliner_SetArgs_Call) Run

func (_c *MockPipeliner_SetArgs_Call) Run(run func(ctx context.Context, key string, value interface{}, a redis.SetArgs)) *MockPipeliner_SetArgs_Call

func (*MockPipeliner_SetArgs_Call) RunAndReturn

type MockPipeliner_SetBit_Call

type MockPipeliner_SetBit_Call struct {
	*mock.Call
}

MockPipeliner_SetBit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetBit'

func (*MockPipeliner_SetBit_Call) Return

func (*MockPipeliner_SetBit_Call) Run

func (_c *MockPipeliner_SetBit_Call) Run(run func(ctx context.Context, key string, offset int64, value int)) *MockPipeliner_SetBit_Call

func (*MockPipeliner_SetBit_Call) RunAndReturn

type MockPipeliner_SetEx_Call

type MockPipeliner_SetEx_Call struct {
	*mock.Call
}

MockPipeliner_SetEx_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetEx'

func (*MockPipeliner_SetEx_Call) Return

func (*MockPipeliner_SetEx_Call) Run

func (_c *MockPipeliner_SetEx_Call) Run(run func(ctx context.Context, key string, value interface{}, expiration time.Duration)) *MockPipeliner_SetEx_Call

func (*MockPipeliner_SetEx_Call) RunAndReturn

type MockPipeliner_SetNX_Call

type MockPipeliner_SetNX_Call struct {
	*mock.Call
}

MockPipeliner_SetNX_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetNX'

func (*MockPipeliner_SetNX_Call) Return

func (*MockPipeliner_SetNX_Call) Run

func (_c *MockPipeliner_SetNX_Call) Run(run func(ctx context.Context, key string, value interface{}, expiration time.Duration)) *MockPipeliner_SetNX_Call

func (*MockPipeliner_SetNX_Call) RunAndReturn

func (_c *MockPipeliner_SetNX_Call) RunAndReturn(run func(context.Context, string, interface{}, time.Duration) *redis.BoolCmd) *MockPipeliner_SetNX_Call

type MockPipeliner_SetRange_Call

type MockPipeliner_SetRange_Call struct {
	*mock.Call
}

MockPipeliner_SetRange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetRange'

func (*MockPipeliner_SetRange_Call) Return

func (*MockPipeliner_SetRange_Call) Run

func (_c *MockPipeliner_SetRange_Call) Run(run func(ctx context.Context, key string, offset int64, value string)) *MockPipeliner_SetRange_Call

func (*MockPipeliner_SetRange_Call) RunAndReturn

type MockPipeliner_SetXX_Call

type MockPipeliner_SetXX_Call struct {
	*mock.Call
}

MockPipeliner_SetXX_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetXX'

func (*MockPipeliner_SetXX_Call) Return

func (*MockPipeliner_SetXX_Call) Run

func (_c *MockPipeliner_SetXX_Call) Run(run func(ctx context.Context, key string, value interface{}, expiration time.Duration)) *MockPipeliner_SetXX_Call

func (*MockPipeliner_SetXX_Call) RunAndReturn

func (_c *MockPipeliner_SetXX_Call) RunAndReturn(run func(context.Context, string, interface{}, time.Duration) *redis.BoolCmd) *MockPipeliner_SetXX_Call

type MockPipeliner_Set_Call

type MockPipeliner_Set_Call struct {
	*mock.Call
}

MockPipeliner_Set_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Set'

func (*MockPipeliner_Set_Call) Return

func (*MockPipeliner_Set_Call) Run

func (_c *MockPipeliner_Set_Call) Run(run func(ctx context.Context, key string, value interface{}, expiration time.Duration)) *MockPipeliner_Set_Call

func (*MockPipeliner_Set_Call) RunAndReturn

func (_c *MockPipeliner_Set_Call) RunAndReturn(run func(context.Context, string, interface{}, time.Duration) *redis.StatusCmd) *MockPipeliner_Set_Call

type MockPipeliner_ShutdownNoSave_Call

type MockPipeliner_ShutdownNoSave_Call struct {
	*mock.Call
}

MockPipeliner_ShutdownNoSave_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ShutdownNoSave'

func (*MockPipeliner_ShutdownNoSave_Call) Return

func (*MockPipeliner_ShutdownNoSave_Call) Run

func (*MockPipeliner_ShutdownNoSave_Call) RunAndReturn

type MockPipeliner_ShutdownSave_Call

type MockPipeliner_ShutdownSave_Call struct {
	*mock.Call
}

MockPipeliner_ShutdownSave_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ShutdownSave'

func (*MockPipeliner_ShutdownSave_Call) Return

func (*MockPipeliner_ShutdownSave_Call) Run

func (*MockPipeliner_ShutdownSave_Call) RunAndReturn

type MockPipeliner_Shutdown_Call

type MockPipeliner_Shutdown_Call struct {
	*mock.Call
}

MockPipeliner_Shutdown_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Shutdown'

func (*MockPipeliner_Shutdown_Call) Return

func (*MockPipeliner_Shutdown_Call) Run

func (*MockPipeliner_Shutdown_Call) RunAndReturn

type MockPipeliner_SlaveOf_Call

type MockPipeliner_SlaveOf_Call struct {
	*mock.Call
}

MockPipeliner_SlaveOf_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SlaveOf'

func (*MockPipeliner_SlaveOf_Call) Return

func (*MockPipeliner_SlaveOf_Call) Run

func (*MockPipeliner_SlaveOf_Call) RunAndReturn

type MockPipeliner_SlowLogGet_Call

type MockPipeliner_SlowLogGet_Call struct {
	*mock.Call
}

MockPipeliner_SlowLogGet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SlowLogGet'

func (*MockPipeliner_SlowLogGet_Call) Return

func (*MockPipeliner_SlowLogGet_Call) Run

func (*MockPipeliner_SlowLogGet_Call) RunAndReturn

type MockPipeliner_SortInterfaces_Call

type MockPipeliner_SortInterfaces_Call struct {
	*mock.Call
}

MockPipeliner_SortInterfaces_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SortInterfaces'

func (*MockPipeliner_SortInterfaces_Call) Return

func (*MockPipeliner_SortInterfaces_Call) Run

func (*MockPipeliner_SortInterfaces_Call) RunAndReturn

type MockPipeliner_SortRO_Call

type MockPipeliner_SortRO_Call struct {
	*mock.Call
}

MockPipeliner_SortRO_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SortRO'

func (*MockPipeliner_SortRO_Call) Return

func (*MockPipeliner_SortRO_Call) Run

func (*MockPipeliner_SortRO_Call) RunAndReturn

type MockPipeliner_SortStore_Call

type MockPipeliner_SortStore_Call struct {
	*mock.Call
}

MockPipeliner_SortStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SortStore'

func (*MockPipeliner_SortStore_Call) Return

func (*MockPipeliner_SortStore_Call) Run

func (*MockPipeliner_SortStore_Call) RunAndReturn

type MockPipeliner_Sort_Call

type MockPipeliner_Sort_Call struct {
	*mock.Call
}

MockPipeliner_Sort_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Sort'

func (*MockPipeliner_Sort_Call) Return

func (*MockPipeliner_Sort_Call) Run

func (_c *MockPipeliner_Sort_Call) Run(run func(ctx context.Context, key string, sort *redis.Sort)) *MockPipeliner_Sort_Call

func (*MockPipeliner_Sort_Call) RunAndReturn

type MockPipeliner_StrLen_Call

type MockPipeliner_StrLen_Call struct {
	*mock.Call
}

MockPipeliner_StrLen_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'StrLen'

func (*MockPipeliner_StrLen_Call) Return

func (*MockPipeliner_StrLen_Call) Run

func (*MockPipeliner_StrLen_Call) RunAndReturn

type MockPipeliner_SwapDB_Call

type MockPipeliner_SwapDB_Call struct {
	*mock.Call
}

MockPipeliner_SwapDB_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SwapDB'

func (*MockPipeliner_SwapDB_Call) Return

func (*MockPipeliner_SwapDB_Call) Run

func (_c *MockPipeliner_SwapDB_Call) Run(run func(ctx context.Context, index1 int, index2 int)) *MockPipeliner_SwapDB_Call

func (*MockPipeliner_SwapDB_Call) RunAndReturn

type MockPipeliner_TDigestAdd_Call

type MockPipeliner_TDigestAdd_Call struct {
	*mock.Call
}

MockPipeliner_TDigestAdd_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestAdd'

func (*MockPipeliner_TDigestAdd_Call) Return

func (*MockPipeliner_TDigestAdd_Call) Run

func (*MockPipeliner_TDigestAdd_Call) RunAndReturn

type MockPipeliner_TDigestByRank_Call

type MockPipeliner_TDigestByRank_Call struct {
	*mock.Call
}

MockPipeliner_TDigestByRank_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestByRank'

func (*MockPipeliner_TDigestByRank_Call) Return

func (*MockPipeliner_TDigestByRank_Call) Run

func (*MockPipeliner_TDigestByRank_Call) RunAndReturn

type MockPipeliner_TDigestByRevRank_Call

type MockPipeliner_TDigestByRevRank_Call struct {
	*mock.Call
}

MockPipeliner_TDigestByRevRank_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestByRevRank'

func (*MockPipeliner_TDigestByRevRank_Call) Return

func (*MockPipeliner_TDigestByRevRank_Call) Run

func (*MockPipeliner_TDigestByRevRank_Call) RunAndReturn

type MockPipeliner_TDigestCDF_Call

type MockPipeliner_TDigestCDF_Call struct {
	*mock.Call
}

MockPipeliner_TDigestCDF_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestCDF'

func (*MockPipeliner_TDigestCDF_Call) Return

func (*MockPipeliner_TDigestCDF_Call) Run

func (*MockPipeliner_TDigestCDF_Call) RunAndReturn

type MockPipeliner_TDigestCreateWithCompression_Call

type MockPipeliner_TDigestCreateWithCompression_Call struct {
	*mock.Call
}

MockPipeliner_TDigestCreateWithCompression_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestCreateWithCompression'

func (*MockPipeliner_TDigestCreateWithCompression_Call) Return

func (*MockPipeliner_TDigestCreateWithCompression_Call) Run

func (*MockPipeliner_TDigestCreateWithCompression_Call) RunAndReturn

type MockPipeliner_TDigestCreate_Call

type MockPipeliner_TDigestCreate_Call struct {
	*mock.Call
}

MockPipeliner_TDigestCreate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestCreate'

func (*MockPipeliner_TDigestCreate_Call) Return

func (*MockPipeliner_TDigestCreate_Call) Run

func (*MockPipeliner_TDigestCreate_Call) RunAndReturn

type MockPipeliner_TDigestInfo_Call

type MockPipeliner_TDigestInfo_Call struct {
	*mock.Call
}

MockPipeliner_TDigestInfo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestInfo'

func (*MockPipeliner_TDigestInfo_Call) Return

func (*MockPipeliner_TDigestInfo_Call) Run

func (*MockPipeliner_TDigestInfo_Call) RunAndReturn

type MockPipeliner_TDigestMax_Call

type MockPipeliner_TDigestMax_Call struct {
	*mock.Call
}

MockPipeliner_TDigestMax_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestMax'

func (*MockPipeliner_TDigestMax_Call) Return

func (*MockPipeliner_TDigestMax_Call) Run

func (*MockPipeliner_TDigestMax_Call) RunAndReturn

type MockPipeliner_TDigestMerge_Call

type MockPipeliner_TDigestMerge_Call struct {
	*mock.Call
}

MockPipeliner_TDigestMerge_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestMerge'

func (*MockPipeliner_TDigestMerge_Call) Return

func (*MockPipeliner_TDigestMerge_Call) Run

func (*MockPipeliner_TDigestMerge_Call) RunAndReturn

type MockPipeliner_TDigestMin_Call

type MockPipeliner_TDigestMin_Call struct {
	*mock.Call
}

MockPipeliner_TDigestMin_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestMin'

func (*MockPipeliner_TDigestMin_Call) Return

func (*MockPipeliner_TDigestMin_Call) Run

func (*MockPipeliner_TDigestMin_Call) RunAndReturn

type MockPipeliner_TDigestQuantile_Call

type MockPipeliner_TDigestQuantile_Call struct {
	*mock.Call
}

MockPipeliner_TDigestQuantile_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestQuantile'

func (*MockPipeliner_TDigestQuantile_Call) Return

func (*MockPipeliner_TDigestQuantile_Call) Run

func (*MockPipeliner_TDigestQuantile_Call) RunAndReturn

type MockPipeliner_TDigestRank_Call

type MockPipeliner_TDigestRank_Call struct {
	*mock.Call
}

MockPipeliner_TDigestRank_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestRank'

func (*MockPipeliner_TDigestRank_Call) Return

func (*MockPipeliner_TDigestRank_Call) Run

func (*MockPipeliner_TDigestRank_Call) RunAndReturn

type MockPipeliner_TDigestReset_Call

type MockPipeliner_TDigestReset_Call struct {
	*mock.Call
}

MockPipeliner_TDigestReset_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestReset'

func (*MockPipeliner_TDigestReset_Call) Return

func (*MockPipeliner_TDigestReset_Call) Run

func (*MockPipeliner_TDigestReset_Call) RunAndReturn

type MockPipeliner_TDigestRevRank_Call

type MockPipeliner_TDigestRevRank_Call struct {
	*mock.Call
}

MockPipeliner_TDigestRevRank_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestRevRank'

func (*MockPipeliner_TDigestRevRank_Call) Return

func (*MockPipeliner_TDigestRevRank_Call) Run

func (*MockPipeliner_TDigestRevRank_Call) RunAndReturn

type MockPipeliner_TDigestTrimmedMean_Call

type MockPipeliner_TDigestTrimmedMean_Call struct {
	*mock.Call
}

MockPipeliner_TDigestTrimmedMean_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TDigestTrimmedMean'

func (*MockPipeliner_TDigestTrimmedMean_Call) Return

func (*MockPipeliner_TDigestTrimmedMean_Call) Run

func (_c *MockPipeliner_TDigestTrimmedMean_Call) Run(run func(ctx context.Context, key string, lowCutQuantile float64, highCutQuantile float64)) *MockPipeliner_TDigestTrimmedMean_Call

func (*MockPipeliner_TDigestTrimmedMean_Call) RunAndReturn

type MockPipeliner_TFCallASYNCArgs_Call

type MockPipeliner_TFCallASYNCArgs_Call struct {
	*mock.Call
}

MockPipeliner_TFCallASYNCArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TFCallASYNCArgs'

func (*MockPipeliner_TFCallASYNCArgs_Call) Return

func (*MockPipeliner_TFCallASYNCArgs_Call) Run

func (_c *MockPipeliner_TFCallASYNCArgs_Call) Run(run func(ctx context.Context, libName string, funcName string, numKeys int, options *redis.TFCallOptions)) *MockPipeliner_TFCallASYNCArgs_Call

func (*MockPipeliner_TFCallASYNCArgs_Call) RunAndReturn

type MockPipeliner_TFCallASYNC_Call

type MockPipeliner_TFCallASYNC_Call struct {
	*mock.Call
}

MockPipeliner_TFCallASYNC_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TFCallASYNC'

func (*MockPipeliner_TFCallASYNC_Call) Return

func (*MockPipeliner_TFCallASYNC_Call) Run

func (_c *MockPipeliner_TFCallASYNC_Call) Run(run func(ctx context.Context, libName string, funcName string, numKeys int)) *MockPipeliner_TFCallASYNC_Call

func (*MockPipeliner_TFCallASYNC_Call) RunAndReturn

type MockPipeliner_TFCallArgs_Call

type MockPipeliner_TFCallArgs_Call struct {
	*mock.Call
}

MockPipeliner_TFCallArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TFCallArgs'

func (*MockPipeliner_TFCallArgs_Call) Return

func (*MockPipeliner_TFCallArgs_Call) Run

func (_c *MockPipeliner_TFCallArgs_Call) Run(run func(ctx context.Context, libName string, funcName string, numKeys int, options *redis.TFCallOptions)) *MockPipeliner_TFCallArgs_Call

func (*MockPipeliner_TFCallArgs_Call) RunAndReturn

type MockPipeliner_TFCall_Call

type MockPipeliner_TFCall_Call struct {
	*mock.Call
}

MockPipeliner_TFCall_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TFCall'

func (*MockPipeliner_TFCall_Call) Return

func (*MockPipeliner_TFCall_Call) Run

func (_c *MockPipeliner_TFCall_Call) Run(run func(ctx context.Context, libName string, funcName string, numKeys int)) *MockPipeliner_TFCall_Call

func (*MockPipeliner_TFCall_Call) RunAndReturn

type MockPipeliner_TFunctionDelete_Call

type MockPipeliner_TFunctionDelete_Call struct {
	*mock.Call
}

MockPipeliner_TFunctionDelete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TFunctionDelete'

func (*MockPipeliner_TFunctionDelete_Call) Return

func (*MockPipeliner_TFunctionDelete_Call) Run

func (*MockPipeliner_TFunctionDelete_Call) RunAndReturn

type MockPipeliner_TFunctionListArgs_Call

type MockPipeliner_TFunctionListArgs_Call struct {
	*mock.Call
}

MockPipeliner_TFunctionListArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TFunctionListArgs'

func (*MockPipeliner_TFunctionListArgs_Call) Return

func (*MockPipeliner_TFunctionListArgs_Call) Run

type MockPipeliner_TFunctionList_Call

type MockPipeliner_TFunctionList_Call struct {
	*mock.Call
}

MockPipeliner_TFunctionList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TFunctionList'

func (*MockPipeliner_TFunctionList_Call) Return

func (*MockPipeliner_TFunctionList_Call) Run

func (*MockPipeliner_TFunctionList_Call) RunAndReturn

type MockPipeliner_TFunctionLoadArgs_Call

type MockPipeliner_TFunctionLoadArgs_Call struct {
	*mock.Call
}

MockPipeliner_TFunctionLoadArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TFunctionLoadArgs'

func (*MockPipeliner_TFunctionLoadArgs_Call) Return

func (*MockPipeliner_TFunctionLoadArgs_Call) Run

func (*MockPipeliner_TFunctionLoadArgs_Call) RunAndReturn

type MockPipeliner_TFunctionLoad_Call

type MockPipeliner_TFunctionLoad_Call struct {
	*mock.Call
}

MockPipeliner_TFunctionLoad_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TFunctionLoad'

func (*MockPipeliner_TFunctionLoad_Call) Return

func (*MockPipeliner_TFunctionLoad_Call) Run

func (*MockPipeliner_TFunctionLoad_Call) RunAndReturn

type MockPipeliner_TSAddWithArgs_Call

type MockPipeliner_TSAddWithArgs_Call struct {
	*mock.Call
}

MockPipeliner_TSAddWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSAddWithArgs'

func (*MockPipeliner_TSAddWithArgs_Call) Return

func (*MockPipeliner_TSAddWithArgs_Call) Run

func (_c *MockPipeliner_TSAddWithArgs_Call) Run(run func(ctx context.Context, key string, timestamp interface{}, value float64, options *redis.TSOptions)) *MockPipeliner_TSAddWithArgs_Call

func (*MockPipeliner_TSAddWithArgs_Call) RunAndReturn

type MockPipeliner_TSAdd_Call

type MockPipeliner_TSAdd_Call struct {
	*mock.Call
}

MockPipeliner_TSAdd_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSAdd'

func (*MockPipeliner_TSAdd_Call) Return

func (*MockPipeliner_TSAdd_Call) Run

func (_c *MockPipeliner_TSAdd_Call) Run(run func(ctx context.Context, key string, timestamp interface{}, value float64)) *MockPipeliner_TSAdd_Call

func (*MockPipeliner_TSAdd_Call) RunAndReturn

func (_c *MockPipeliner_TSAdd_Call) RunAndReturn(run func(context.Context, string, interface{}, float64) *redis.IntCmd) *MockPipeliner_TSAdd_Call

type MockPipeliner_TSAlter_Call

type MockPipeliner_TSAlter_Call struct {
	*mock.Call
}

MockPipeliner_TSAlter_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSAlter'

func (*MockPipeliner_TSAlter_Call) Return

func (*MockPipeliner_TSAlter_Call) Run

func (*MockPipeliner_TSAlter_Call) RunAndReturn

type MockPipeliner_TSCreateRuleWithArgs_Call

type MockPipeliner_TSCreateRuleWithArgs_Call struct {
	*mock.Call
}

MockPipeliner_TSCreateRuleWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSCreateRuleWithArgs'

func (*MockPipeliner_TSCreateRuleWithArgs_Call) Return

func (*MockPipeliner_TSCreateRuleWithArgs_Call) Run

func (_c *MockPipeliner_TSCreateRuleWithArgs_Call) Run(run func(ctx context.Context, sourceKey string, destKey string, aggregator redis.Aggregator, bucketDuration int, options *redis.TSCreateRuleOptions)) *MockPipeliner_TSCreateRuleWithArgs_Call

type MockPipeliner_TSCreateRule_Call

type MockPipeliner_TSCreateRule_Call struct {
	*mock.Call
}

MockPipeliner_TSCreateRule_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSCreateRule'

func (*MockPipeliner_TSCreateRule_Call) Return

func (*MockPipeliner_TSCreateRule_Call) Run

func (_c *MockPipeliner_TSCreateRule_Call) Run(run func(ctx context.Context, sourceKey string, destKey string, aggregator redis.Aggregator, bucketDuration int)) *MockPipeliner_TSCreateRule_Call

func (*MockPipeliner_TSCreateRule_Call) RunAndReturn

type MockPipeliner_TSCreateWithArgs_Call

type MockPipeliner_TSCreateWithArgs_Call struct {
	*mock.Call
}

MockPipeliner_TSCreateWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSCreateWithArgs'

func (*MockPipeliner_TSCreateWithArgs_Call) Return

func (*MockPipeliner_TSCreateWithArgs_Call) Run

func (*MockPipeliner_TSCreateWithArgs_Call) RunAndReturn

type MockPipeliner_TSCreate_Call

type MockPipeliner_TSCreate_Call struct {
	*mock.Call
}

MockPipeliner_TSCreate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSCreate'

func (*MockPipeliner_TSCreate_Call) Return

func (*MockPipeliner_TSCreate_Call) Run

func (*MockPipeliner_TSCreate_Call) RunAndReturn

type MockPipeliner_TSDecrByWithArgs_Call

type MockPipeliner_TSDecrByWithArgs_Call struct {
	*mock.Call
}

MockPipeliner_TSDecrByWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSDecrByWithArgs'

func (*MockPipeliner_TSDecrByWithArgs_Call) Return

func (*MockPipeliner_TSDecrByWithArgs_Call) Run

func (*MockPipeliner_TSDecrByWithArgs_Call) RunAndReturn

type MockPipeliner_TSDecrBy_Call

type MockPipeliner_TSDecrBy_Call struct {
	*mock.Call
}

MockPipeliner_TSDecrBy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSDecrBy'

func (*MockPipeliner_TSDecrBy_Call) Return

func (*MockPipeliner_TSDecrBy_Call) Run

func (_c *MockPipeliner_TSDecrBy_Call) Run(run func(ctx context.Context, Key string, timestamp float64)) *MockPipeliner_TSDecrBy_Call

func (*MockPipeliner_TSDecrBy_Call) RunAndReturn

type MockPipeliner_TSDel_Call

type MockPipeliner_TSDel_Call struct {
	*mock.Call
}

MockPipeliner_TSDel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSDel'

func (*MockPipeliner_TSDel_Call) Return

func (*MockPipeliner_TSDel_Call) Run

func (_c *MockPipeliner_TSDel_Call) Run(run func(ctx context.Context, Key string, fromTimestamp int, toTimestamp int)) *MockPipeliner_TSDel_Call

func (*MockPipeliner_TSDel_Call) RunAndReturn

type MockPipeliner_TSDeleteRule_Call

type MockPipeliner_TSDeleteRule_Call struct {
	*mock.Call
}

MockPipeliner_TSDeleteRule_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSDeleteRule'

func (*MockPipeliner_TSDeleteRule_Call) Return

func (*MockPipeliner_TSDeleteRule_Call) Run

func (*MockPipeliner_TSDeleteRule_Call) RunAndReturn

type MockPipeliner_TSGetWithArgs_Call

type MockPipeliner_TSGetWithArgs_Call struct {
	*mock.Call
}

MockPipeliner_TSGetWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSGetWithArgs'

func (*MockPipeliner_TSGetWithArgs_Call) Return

func (*MockPipeliner_TSGetWithArgs_Call) Run

func (*MockPipeliner_TSGetWithArgs_Call) RunAndReturn

type MockPipeliner_TSGet_Call

type MockPipeliner_TSGet_Call struct {
	*mock.Call
}

MockPipeliner_TSGet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSGet'

func (*MockPipeliner_TSGet_Call) Return

func (*MockPipeliner_TSGet_Call) Run

func (*MockPipeliner_TSGet_Call) RunAndReturn

type MockPipeliner_TSIncrByWithArgs_Call

type MockPipeliner_TSIncrByWithArgs_Call struct {
	*mock.Call
}

MockPipeliner_TSIncrByWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSIncrByWithArgs'

func (*MockPipeliner_TSIncrByWithArgs_Call) Return

func (*MockPipeliner_TSIncrByWithArgs_Call) Run

func (*MockPipeliner_TSIncrByWithArgs_Call) RunAndReturn

type MockPipeliner_TSIncrBy_Call

type MockPipeliner_TSIncrBy_Call struct {
	*mock.Call
}

MockPipeliner_TSIncrBy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSIncrBy'

func (*MockPipeliner_TSIncrBy_Call) Return

func (*MockPipeliner_TSIncrBy_Call) Run

func (_c *MockPipeliner_TSIncrBy_Call) Run(run func(ctx context.Context, Key string, timestamp float64)) *MockPipeliner_TSIncrBy_Call

func (*MockPipeliner_TSIncrBy_Call) RunAndReturn

type MockPipeliner_TSInfoWithArgs_Call

type MockPipeliner_TSInfoWithArgs_Call struct {
	*mock.Call
}

MockPipeliner_TSInfoWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSInfoWithArgs'

func (*MockPipeliner_TSInfoWithArgs_Call) Return

func (*MockPipeliner_TSInfoWithArgs_Call) Run

type MockPipeliner_TSInfo_Call

type MockPipeliner_TSInfo_Call struct {
	*mock.Call
}

MockPipeliner_TSInfo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSInfo'

func (*MockPipeliner_TSInfo_Call) Return

func (*MockPipeliner_TSInfo_Call) Run

func (*MockPipeliner_TSInfo_Call) RunAndReturn

type MockPipeliner_TSMAdd_Call

type MockPipeliner_TSMAdd_Call struct {
	*mock.Call
}

MockPipeliner_TSMAdd_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSMAdd'

func (*MockPipeliner_TSMAdd_Call) Return

func (*MockPipeliner_TSMAdd_Call) Run

func (_c *MockPipeliner_TSMAdd_Call) Run(run func(ctx context.Context, ktvSlices [][]interface{})) *MockPipeliner_TSMAdd_Call

func (*MockPipeliner_TSMAdd_Call) RunAndReturn

func (_c *MockPipeliner_TSMAdd_Call) RunAndReturn(run func(context.Context, [][]interface{}) *redis.IntSliceCmd) *MockPipeliner_TSMAdd_Call

type MockPipeliner_TSMGetWithArgs_Call

type MockPipeliner_TSMGetWithArgs_Call struct {
	*mock.Call
}

MockPipeliner_TSMGetWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSMGetWithArgs'

func (*MockPipeliner_TSMGetWithArgs_Call) Return

func (*MockPipeliner_TSMGetWithArgs_Call) Run

type MockPipeliner_TSMGet_Call

type MockPipeliner_TSMGet_Call struct {
	*mock.Call
}

MockPipeliner_TSMGet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSMGet'

func (*MockPipeliner_TSMGet_Call) Return

func (*MockPipeliner_TSMGet_Call) Run

func (_c *MockPipeliner_TSMGet_Call) Run(run func(ctx context.Context, filters []string)) *MockPipeliner_TSMGet_Call

func (*MockPipeliner_TSMGet_Call) RunAndReturn

type MockPipeliner_TSMRangeWithArgs_Call

type MockPipeliner_TSMRangeWithArgs_Call struct {
	*mock.Call
}

MockPipeliner_TSMRangeWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSMRangeWithArgs'

func (*MockPipeliner_TSMRangeWithArgs_Call) Return

func (*MockPipeliner_TSMRangeWithArgs_Call) Run

func (_c *MockPipeliner_TSMRangeWithArgs_Call) Run(run func(ctx context.Context, fromTimestamp int, toTimestamp int, filterExpr []string, options *redis.TSMRangeOptions)) *MockPipeliner_TSMRangeWithArgs_Call

type MockPipeliner_TSMRange_Call

type MockPipeliner_TSMRange_Call struct {
	*mock.Call
}

MockPipeliner_TSMRange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSMRange'

func (*MockPipeliner_TSMRange_Call) Return

func (*MockPipeliner_TSMRange_Call) Run

func (_c *MockPipeliner_TSMRange_Call) Run(run func(ctx context.Context, fromTimestamp int, toTimestamp int, filterExpr []string)) *MockPipeliner_TSMRange_Call

func (*MockPipeliner_TSMRange_Call) RunAndReturn

type MockPipeliner_TSMRevRangeWithArgs_Call

type MockPipeliner_TSMRevRangeWithArgs_Call struct {
	*mock.Call
}

MockPipeliner_TSMRevRangeWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSMRevRangeWithArgs'

func (*MockPipeliner_TSMRevRangeWithArgs_Call) Return

func (*MockPipeliner_TSMRevRangeWithArgs_Call) Run

func (_c *MockPipeliner_TSMRevRangeWithArgs_Call) Run(run func(ctx context.Context, fromTimestamp int, toTimestamp int, filterExpr []string, options *redis.TSMRevRangeOptions)) *MockPipeliner_TSMRevRangeWithArgs_Call

type MockPipeliner_TSMRevRange_Call

type MockPipeliner_TSMRevRange_Call struct {
	*mock.Call
}

MockPipeliner_TSMRevRange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSMRevRange'

func (*MockPipeliner_TSMRevRange_Call) Return

func (*MockPipeliner_TSMRevRange_Call) Run

func (_c *MockPipeliner_TSMRevRange_Call) Run(run func(ctx context.Context, fromTimestamp int, toTimestamp int, filterExpr []string)) *MockPipeliner_TSMRevRange_Call

func (*MockPipeliner_TSMRevRange_Call) RunAndReturn

type MockPipeliner_TSQueryIndex_Call

type MockPipeliner_TSQueryIndex_Call struct {
	*mock.Call
}

MockPipeliner_TSQueryIndex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSQueryIndex'

func (*MockPipeliner_TSQueryIndex_Call) Return

func (*MockPipeliner_TSQueryIndex_Call) Run

func (*MockPipeliner_TSQueryIndex_Call) RunAndReturn

type MockPipeliner_TSRangeWithArgs_Call

type MockPipeliner_TSRangeWithArgs_Call struct {
	*mock.Call
}

MockPipeliner_TSRangeWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSRangeWithArgs'

func (*MockPipeliner_TSRangeWithArgs_Call) Return

func (*MockPipeliner_TSRangeWithArgs_Call) Run

func (_c *MockPipeliner_TSRangeWithArgs_Call) Run(run func(ctx context.Context, key string, fromTimestamp int, toTimestamp int, options *redis.TSRangeOptions)) *MockPipeliner_TSRangeWithArgs_Call

type MockPipeliner_TSRange_Call

type MockPipeliner_TSRange_Call struct {
	*mock.Call
}

MockPipeliner_TSRange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSRange'

func (*MockPipeliner_TSRange_Call) Return

func (*MockPipeliner_TSRange_Call) Run

func (_c *MockPipeliner_TSRange_Call) Run(run func(ctx context.Context, key string, fromTimestamp int, toTimestamp int)) *MockPipeliner_TSRange_Call

func (*MockPipeliner_TSRange_Call) RunAndReturn

type MockPipeliner_TSRevRangeWithArgs_Call

type MockPipeliner_TSRevRangeWithArgs_Call struct {
	*mock.Call
}

MockPipeliner_TSRevRangeWithArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSRevRangeWithArgs'

func (*MockPipeliner_TSRevRangeWithArgs_Call) Return

func (*MockPipeliner_TSRevRangeWithArgs_Call) Run

func (_c *MockPipeliner_TSRevRangeWithArgs_Call) Run(run func(ctx context.Context, key string, fromTimestamp int, toTimestamp int, options *redis.TSRevRangeOptions)) *MockPipeliner_TSRevRangeWithArgs_Call

type MockPipeliner_TSRevRange_Call

type MockPipeliner_TSRevRange_Call struct {
	*mock.Call
}

MockPipeliner_TSRevRange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TSRevRange'

func (*MockPipeliner_TSRevRange_Call) Return

func (*MockPipeliner_TSRevRange_Call) Run

func (_c *MockPipeliner_TSRevRange_Call) Run(run func(ctx context.Context, key string, fromTimestamp int, toTimestamp int)) *MockPipeliner_TSRevRange_Call

func (*MockPipeliner_TSRevRange_Call) RunAndReturn

type MockPipeliner_TTL_Call

type MockPipeliner_TTL_Call struct {
	*mock.Call
}

MockPipeliner_TTL_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TTL'

func (*MockPipeliner_TTL_Call) Return

func (*MockPipeliner_TTL_Call) Run

func (*MockPipeliner_TTL_Call) RunAndReturn

type MockPipeliner_Time_Call

type MockPipeliner_Time_Call struct {
	*mock.Call
}

MockPipeliner_Time_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Time'

func (*MockPipeliner_Time_Call) Return

func (*MockPipeliner_Time_Call) Run

func (*MockPipeliner_Time_Call) RunAndReturn

type MockPipeliner_TopKAdd_Call

type MockPipeliner_TopKAdd_Call struct {
	*mock.Call
}

MockPipeliner_TopKAdd_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TopKAdd'

func (*MockPipeliner_TopKAdd_Call) Return

func (*MockPipeliner_TopKAdd_Call) Run

func (_c *MockPipeliner_TopKAdd_Call) Run(run func(ctx context.Context, key string, elements ...interface{})) *MockPipeliner_TopKAdd_Call

func (*MockPipeliner_TopKAdd_Call) RunAndReturn

func (_c *MockPipeliner_TopKAdd_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.StringSliceCmd) *MockPipeliner_TopKAdd_Call

type MockPipeliner_TopKCount_Call

type MockPipeliner_TopKCount_Call struct {
	*mock.Call
}

MockPipeliner_TopKCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TopKCount'

func (*MockPipeliner_TopKCount_Call) Return

func (*MockPipeliner_TopKCount_Call) Run

func (_c *MockPipeliner_TopKCount_Call) Run(run func(ctx context.Context, key string, elements ...interface{})) *MockPipeliner_TopKCount_Call

func (*MockPipeliner_TopKCount_Call) RunAndReturn

func (_c *MockPipeliner_TopKCount_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.IntSliceCmd) *MockPipeliner_TopKCount_Call

type MockPipeliner_TopKIncrBy_Call

type MockPipeliner_TopKIncrBy_Call struct {
	*mock.Call
}

MockPipeliner_TopKIncrBy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TopKIncrBy'

func (*MockPipeliner_TopKIncrBy_Call) Return

func (*MockPipeliner_TopKIncrBy_Call) Run

func (_c *MockPipeliner_TopKIncrBy_Call) Run(run func(ctx context.Context, key string, elements ...interface{})) *MockPipeliner_TopKIncrBy_Call

func (*MockPipeliner_TopKIncrBy_Call) RunAndReturn

type MockPipeliner_TopKInfo_Call

type MockPipeliner_TopKInfo_Call struct {
	*mock.Call
}

MockPipeliner_TopKInfo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TopKInfo'

func (*MockPipeliner_TopKInfo_Call) Return

func (*MockPipeliner_TopKInfo_Call) Run

func (*MockPipeliner_TopKInfo_Call) RunAndReturn

type MockPipeliner_TopKListWithCount_Call

type MockPipeliner_TopKListWithCount_Call struct {
	*mock.Call
}

MockPipeliner_TopKListWithCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TopKListWithCount'

func (*MockPipeliner_TopKListWithCount_Call) Return

func (*MockPipeliner_TopKListWithCount_Call) Run

func (*MockPipeliner_TopKListWithCount_Call) RunAndReturn

type MockPipeliner_TopKList_Call

type MockPipeliner_TopKList_Call struct {
	*mock.Call
}

MockPipeliner_TopKList_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TopKList'

func (*MockPipeliner_TopKList_Call) Return

func (*MockPipeliner_TopKList_Call) Run

func (*MockPipeliner_TopKList_Call) RunAndReturn

type MockPipeliner_TopKQuery_Call

type MockPipeliner_TopKQuery_Call struct {
	*mock.Call
}

MockPipeliner_TopKQuery_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TopKQuery'

func (*MockPipeliner_TopKQuery_Call) Return

func (*MockPipeliner_TopKQuery_Call) Run

func (_c *MockPipeliner_TopKQuery_Call) Run(run func(ctx context.Context, key string, elements ...interface{})) *MockPipeliner_TopKQuery_Call

func (*MockPipeliner_TopKQuery_Call) RunAndReturn

func (_c *MockPipeliner_TopKQuery_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.BoolSliceCmd) *MockPipeliner_TopKQuery_Call

type MockPipeliner_TopKReserveWithOptions_Call

type MockPipeliner_TopKReserveWithOptions_Call struct {
	*mock.Call
}

MockPipeliner_TopKReserveWithOptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TopKReserveWithOptions'

func (*MockPipeliner_TopKReserveWithOptions_Call) Return

func (*MockPipeliner_TopKReserveWithOptions_Call) Run

func (*MockPipeliner_TopKReserveWithOptions_Call) RunAndReturn

type MockPipeliner_TopKReserve_Call

type MockPipeliner_TopKReserve_Call struct {
	*mock.Call
}

MockPipeliner_TopKReserve_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TopKReserve'

func (*MockPipeliner_TopKReserve_Call) Return

func (*MockPipeliner_TopKReserve_Call) Run

func (*MockPipeliner_TopKReserve_Call) RunAndReturn

type MockPipeliner_Touch_Call

type MockPipeliner_Touch_Call struct {
	*mock.Call
}

MockPipeliner_Touch_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Touch'

func (*MockPipeliner_Touch_Call) Return

func (*MockPipeliner_Touch_Call) Run

func (_c *MockPipeliner_Touch_Call) Run(run func(ctx context.Context, keys ...string)) *MockPipeliner_Touch_Call

func (*MockPipeliner_Touch_Call) RunAndReturn

type MockPipeliner_TxPipeline_Call

type MockPipeliner_TxPipeline_Call struct {
	*mock.Call
}

MockPipeliner_TxPipeline_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TxPipeline'

func (*MockPipeliner_TxPipeline_Call) Return

func (*MockPipeliner_TxPipeline_Call) Run

func (*MockPipeliner_TxPipeline_Call) RunAndReturn

type MockPipeliner_TxPipelined_Call

type MockPipeliner_TxPipelined_Call struct {
	*mock.Call
}

MockPipeliner_TxPipelined_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TxPipelined'

func (*MockPipeliner_TxPipelined_Call) Return

func (*MockPipeliner_TxPipelined_Call) Run

func (*MockPipeliner_TxPipelined_Call) RunAndReturn

type MockPipeliner_Type_Call

type MockPipeliner_Type_Call struct {
	*mock.Call
}

MockPipeliner_Type_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Type'

func (*MockPipeliner_Type_Call) Return

func (*MockPipeliner_Type_Call) Run

func (*MockPipeliner_Type_Call) RunAndReturn

type MockPipeliner_Unlink_Call struct {
	*mock.Call
}

MockPipeliner_Unlink_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Unlink'

type MockPipeliner_XAck_Call

type MockPipeliner_XAck_Call struct {
	*mock.Call
}

MockPipeliner_XAck_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XAck'

func (*MockPipeliner_XAck_Call) Return

func (*MockPipeliner_XAck_Call) Run

func (_c *MockPipeliner_XAck_Call) Run(run func(ctx context.Context, stream string, group string, ids ...string)) *MockPipeliner_XAck_Call

func (*MockPipeliner_XAck_Call) RunAndReturn

type MockPipeliner_XAdd_Call

type MockPipeliner_XAdd_Call struct {
	*mock.Call
}

MockPipeliner_XAdd_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XAdd'

func (*MockPipeliner_XAdd_Call) Return

func (*MockPipeliner_XAdd_Call) Run

func (*MockPipeliner_XAdd_Call) RunAndReturn

type MockPipeliner_XAutoClaimJustID_Call

type MockPipeliner_XAutoClaimJustID_Call struct {
	*mock.Call
}

MockPipeliner_XAutoClaimJustID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XAutoClaimJustID'

func (*MockPipeliner_XAutoClaimJustID_Call) Return

func (*MockPipeliner_XAutoClaimJustID_Call) Run

func (*MockPipeliner_XAutoClaimJustID_Call) RunAndReturn

type MockPipeliner_XAutoClaim_Call

type MockPipeliner_XAutoClaim_Call struct {
	*mock.Call
}

MockPipeliner_XAutoClaim_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XAutoClaim'

func (*MockPipeliner_XAutoClaim_Call) Return

func (*MockPipeliner_XAutoClaim_Call) Run

func (*MockPipeliner_XAutoClaim_Call) RunAndReturn

type MockPipeliner_XClaimJustID_Call

type MockPipeliner_XClaimJustID_Call struct {
	*mock.Call
}

MockPipeliner_XClaimJustID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XClaimJustID'

func (*MockPipeliner_XClaimJustID_Call) Return

func (*MockPipeliner_XClaimJustID_Call) Run

func (*MockPipeliner_XClaimJustID_Call) RunAndReturn

type MockPipeliner_XClaim_Call

type MockPipeliner_XClaim_Call struct {
	*mock.Call
}

MockPipeliner_XClaim_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XClaim'

func (*MockPipeliner_XClaim_Call) Return

func (*MockPipeliner_XClaim_Call) Run

func (*MockPipeliner_XClaim_Call) RunAndReturn

type MockPipeliner_XDel_Call

type MockPipeliner_XDel_Call struct {
	*mock.Call
}

MockPipeliner_XDel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XDel'

func (*MockPipeliner_XDel_Call) Return

func (*MockPipeliner_XDel_Call) Run

func (_c *MockPipeliner_XDel_Call) Run(run func(ctx context.Context, stream string, ids ...string)) *MockPipeliner_XDel_Call

func (*MockPipeliner_XDel_Call) RunAndReturn

type MockPipeliner_XGroupCreateConsumer_Call

type MockPipeliner_XGroupCreateConsumer_Call struct {
	*mock.Call
}

MockPipeliner_XGroupCreateConsumer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XGroupCreateConsumer'

func (*MockPipeliner_XGroupCreateConsumer_Call) Return

func (*MockPipeliner_XGroupCreateConsumer_Call) Run

func (*MockPipeliner_XGroupCreateConsumer_Call) RunAndReturn

type MockPipeliner_XGroupCreateMkStream_Call

type MockPipeliner_XGroupCreateMkStream_Call struct {
	*mock.Call
}

MockPipeliner_XGroupCreateMkStream_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XGroupCreateMkStream'

func (*MockPipeliner_XGroupCreateMkStream_Call) Return

func (*MockPipeliner_XGroupCreateMkStream_Call) Run

func (*MockPipeliner_XGroupCreateMkStream_Call) RunAndReturn

type MockPipeliner_XGroupCreate_Call

type MockPipeliner_XGroupCreate_Call struct {
	*mock.Call
}

MockPipeliner_XGroupCreate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XGroupCreate'

func (*MockPipeliner_XGroupCreate_Call) Return

func (*MockPipeliner_XGroupCreate_Call) Run

func (*MockPipeliner_XGroupCreate_Call) RunAndReturn

type MockPipeliner_XGroupDelConsumer_Call

type MockPipeliner_XGroupDelConsumer_Call struct {
	*mock.Call
}

MockPipeliner_XGroupDelConsumer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XGroupDelConsumer'

func (*MockPipeliner_XGroupDelConsumer_Call) Return

func (*MockPipeliner_XGroupDelConsumer_Call) Run

func (*MockPipeliner_XGroupDelConsumer_Call) RunAndReturn

type MockPipeliner_XGroupDestroy_Call

type MockPipeliner_XGroupDestroy_Call struct {
	*mock.Call
}

MockPipeliner_XGroupDestroy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XGroupDestroy'

func (*MockPipeliner_XGroupDestroy_Call) Return

func (*MockPipeliner_XGroupDestroy_Call) Run

func (*MockPipeliner_XGroupDestroy_Call) RunAndReturn

type MockPipeliner_XGroupSetID_Call

type MockPipeliner_XGroupSetID_Call struct {
	*mock.Call
}

MockPipeliner_XGroupSetID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XGroupSetID'

func (*MockPipeliner_XGroupSetID_Call) Return

func (*MockPipeliner_XGroupSetID_Call) Run

func (*MockPipeliner_XGroupSetID_Call) RunAndReturn

type MockPipeliner_XInfoConsumers_Call

type MockPipeliner_XInfoConsumers_Call struct {
	*mock.Call
}

MockPipeliner_XInfoConsumers_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XInfoConsumers'

func (*MockPipeliner_XInfoConsumers_Call) Return

func (*MockPipeliner_XInfoConsumers_Call) Run

func (*MockPipeliner_XInfoConsumers_Call) RunAndReturn

type MockPipeliner_XInfoGroups_Call

type MockPipeliner_XInfoGroups_Call struct {
	*mock.Call
}

MockPipeliner_XInfoGroups_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XInfoGroups'

func (*MockPipeliner_XInfoGroups_Call) Return

func (*MockPipeliner_XInfoGroups_Call) Run

func (*MockPipeliner_XInfoGroups_Call) RunAndReturn

type MockPipeliner_XInfoStreamFull_Call

type MockPipeliner_XInfoStreamFull_Call struct {
	*mock.Call
}

MockPipeliner_XInfoStreamFull_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XInfoStreamFull'

func (*MockPipeliner_XInfoStreamFull_Call) Return

func (*MockPipeliner_XInfoStreamFull_Call) Run

func (*MockPipeliner_XInfoStreamFull_Call) RunAndReturn

type MockPipeliner_XInfoStream_Call

type MockPipeliner_XInfoStream_Call struct {
	*mock.Call
}

MockPipeliner_XInfoStream_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XInfoStream'

func (*MockPipeliner_XInfoStream_Call) Return

func (*MockPipeliner_XInfoStream_Call) Run

func (*MockPipeliner_XInfoStream_Call) RunAndReturn

type MockPipeliner_XLen_Call

type MockPipeliner_XLen_Call struct {
	*mock.Call
}

MockPipeliner_XLen_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XLen'

func (*MockPipeliner_XLen_Call) Return

func (*MockPipeliner_XLen_Call) Run

func (_c *MockPipeliner_XLen_Call) Run(run func(ctx context.Context, stream string)) *MockPipeliner_XLen_Call

func (*MockPipeliner_XLen_Call) RunAndReturn

type MockPipeliner_XPendingExt_Call

type MockPipeliner_XPendingExt_Call struct {
	*mock.Call
}

MockPipeliner_XPendingExt_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XPendingExt'

func (*MockPipeliner_XPendingExt_Call) Return

func (*MockPipeliner_XPendingExt_Call) Run

func (*MockPipeliner_XPendingExt_Call) RunAndReturn

type MockPipeliner_XPending_Call

type MockPipeliner_XPending_Call struct {
	*mock.Call
}

MockPipeliner_XPending_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XPending'

func (*MockPipeliner_XPending_Call) Return

func (*MockPipeliner_XPending_Call) Run

func (*MockPipeliner_XPending_Call) RunAndReturn

type MockPipeliner_XRangeN_Call

type MockPipeliner_XRangeN_Call struct {
	*mock.Call
}

MockPipeliner_XRangeN_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XRangeN'

func (*MockPipeliner_XRangeN_Call) Return

func (*MockPipeliner_XRangeN_Call) Run

func (_c *MockPipeliner_XRangeN_Call) Run(run func(ctx context.Context, stream string, start string, stop string, count int64)) *MockPipeliner_XRangeN_Call

func (*MockPipeliner_XRangeN_Call) RunAndReturn

type MockPipeliner_XRange_Call

type MockPipeliner_XRange_Call struct {
	*mock.Call
}

MockPipeliner_XRange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XRange'

func (*MockPipeliner_XRange_Call) Return

func (*MockPipeliner_XRange_Call) Run

func (_c *MockPipeliner_XRange_Call) Run(run func(ctx context.Context, stream string, start string, stop string)) *MockPipeliner_XRange_Call

func (*MockPipeliner_XRange_Call) RunAndReturn

type MockPipeliner_XReadGroup_Call

type MockPipeliner_XReadGroup_Call struct {
	*mock.Call
}

MockPipeliner_XReadGroup_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XReadGroup'

func (*MockPipeliner_XReadGroup_Call) Return

func (*MockPipeliner_XReadGroup_Call) Run

func (*MockPipeliner_XReadGroup_Call) RunAndReturn

type MockPipeliner_XReadStreams_Call

type MockPipeliner_XReadStreams_Call struct {
	*mock.Call
}

MockPipeliner_XReadStreams_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XReadStreams'

func (*MockPipeliner_XReadStreams_Call) Return

func (*MockPipeliner_XReadStreams_Call) Run

func (*MockPipeliner_XReadStreams_Call) RunAndReturn

type MockPipeliner_XRead_Call

type MockPipeliner_XRead_Call struct {
	*mock.Call
}

MockPipeliner_XRead_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XRead'

func (*MockPipeliner_XRead_Call) Return

func (*MockPipeliner_XRead_Call) Run

func (*MockPipeliner_XRead_Call) RunAndReturn

type MockPipeliner_XRevRangeN_Call

type MockPipeliner_XRevRangeN_Call struct {
	*mock.Call
}

MockPipeliner_XRevRangeN_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XRevRangeN'

func (*MockPipeliner_XRevRangeN_Call) Return

func (*MockPipeliner_XRevRangeN_Call) Run

func (_c *MockPipeliner_XRevRangeN_Call) Run(run func(ctx context.Context, stream string, start string, stop string, count int64)) *MockPipeliner_XRevRangeN_Call

func (*MockPipeliner_XRevRangeN_Call) RunAndReturn

type MockPipeliner_XRevRange_Call

type MockPipeliner_XRevRange_Call struct {
	*mock.Call
}

MockPipeliner_XRevRange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XRevRange'

func (*MockPipeliner_XRevRange_Call) Return

func (*MockPipeliner_XRevRange_Call) Run

func (_c *MockPipeliner_XRevRange_Call) Run(run func(ctx context.Context, stream string, start string, stop string)) *MockPipeliner_XRevRange_Call

func (*MockPipeliner_XRevRange_Call) RunAndReturn

type MockPipeliner_XTrimMaxLenApprox_Call

type MockPipeliner_XTrimMaxLenApprox_Call struct {
	*mock.Call
}

MockPipeliner_XTrimMaxLenApprox_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XTrimMaxLenApprox'

func (*MockPipeliner_XTrimMaxLenApprox_Call) Return

func (*MockPipeliner_XTrimMaxLenApprox_Call) Run

func (*MockPipeliner_XTrimMaxLenApprox_Call) RunAndReturn

type MockPipeliner_XTrimMaxLen_Call

type MockPipeliner_XTrimMaxLen_Call struct {
	*mock.Call
}

MockPipeliner_XTrimMaxLen_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XTrimMaxLen'

func (*MockPipeliner_XTrimMaxLen_Call) Return

func (*MockPipeliner_XTrimMaxLen_Call) Run

func (*MockPipeliner_XTrimMaxLen_Call) RunAndReturn

type MockPipeliner_XTrimMinIDApprox_Call

type MockPipeliner_XTrimMinIDApprox_Call struct {
	*mock.Call
}

MockPipeliner_XTrimMinIDApprox_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XTrimMinIDApprox'

func (*MockPipeliner_XTrimMinIDApprox_Call) Return

func (*MockPipeliner_XTrimMinIDApprox_Call) Run

func (*MockPipeliner_XTrimMinIDApprox_Call) RunAndReturn

type MockPipeliner_XTrimMinID_Call

type MockPipeliner_XTrimMinID_Call struct {
	*mock.Call
}

MockPipeliner_XTrimMinID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'XTrimMinID'

func (*MockPipeliner_XTrimMinID_Call) Return

func (*MockPipeliner_XTrimMinID_Call) Run

func (*MockPipeliner_XTrimMinID_Call) RunAndReturn

type MockPipeliner_ZAddArgsIncr_Call

type MockPipeliner_ZAddArgsIncr_Call struct {
	*mock.Call
}

MockPipeliner_ZAddArgsIncr_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZAddArgsIncr'

func (*MockPipeliner_ZAddArgsIncr_Call) Return

func (*MockPipeliner_ZAddArgsIncr_Call) Run

func (*MockPipeliner_ZAddArgsIncr_Call) RunAndReturn

type MockPipeliner_ZAddArgs_Call

type MockPipeliner_ZAddArgs_Call struct {
	*mock.Call
}

MockPipeliner_ZAddArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZAddArgs'

func (*MockPipeliner_ZAddArgs_Call) Return

func (*MockPipeliner_ZAddArgs_Call) Run

func (*MockPipeliner_ZAddArgs_Call) RunAndReturn

type MockPipeliner_ZAddGT_Call

type MockPipeliner_ZAddGT_Call struct {
	*mock.Call
}

MockPipeliner_ZAddGT_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZAddGT'

func (*MockPipeliner_ZAddGT_Call) Return

func (*MockPipeliner_ZAddGT_Call) Run

func (_c *MockPipeliner_ZAddGT_Call) Run(run func(ctx context.Context, key string, members ...redis.Z)) *MockPipeliner_ZAddGT_Call

func (*MockPipeliner_ZAddGT_Call) RunAndReturn

type MockPipeliner_ZAddLT_Call

type MockPipeliner_ZAddLT_Call struct {
	*mock.Call
}

MockPipeliner_ZAddLT_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZAddLT'

func (*MockPipeliner_ZAddLT_Call) Return

func (*MockPipeliner_ZAddLT_Call) Run

func (_c *MockPipeliner_ZAddLT_Call) Run(run func(ctx context.Context, key string, members ...redis.Z)) *MockPipeliner_ZAddLT_Call

func (*MockPipeliner_ZAddLT_Call) RunAndReturn

type MockPipeliner_ZAddNX_Call

type MockPipeliner_ZAddNX_Call struct {
	*mock.Call
}

MockPipeliner_ZAddNX_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZAddNX'

func (*MockPipeliner_ZAddNX_Call) Return

func (*MockPipeliner_ZAddNX_Call) Run

func (_c *MockPipeliner_ZAddNX_Call) Run(run func(ctx context.Context, key string, members ...redis.Z)) *MockPipeliner_ZAddNX_Call

func (*MockPipeliner_ZAddNX_Call) RunAndReturn

type MockPipeliner_ZAddXX_Call

type MockPipeliner_ZAddXX_Call struct {
	*mock.Call
}

MockPipeliner_ZAddXX_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZAddXX'

func (*MockPipeliner_ZAddXX_Call) Return

func (*MockPipeliner_ZAddXX_Call) Run

func (_c *MockPipeliner_ZAddXX_Call) Run(run func(ctx context.Context, key string, members ...redis.Z)) *MockPipeliner_ZAddXX_Call

func (*MockPipeliner_ZAddXX_Call) RunAndReturn

type MockPipeliner_ZAdd_Call

type MockPipeliner_ZAdd_Call struct {
	*mock.Call
}

MockPipeliner_ZAdd_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZAdd'

func (*MockPipeliner_ZAdd_Call) Return

func (*MockPipeliner_ZAdd_Call) Run

func (_c *MockPipeliner_ZAdd_Call) Run(run func(ctx context.Context, key string, members ...redis.Z)) *MockPipeliner_ZAdd_Call

func (*MockPipeliner_ZAdd_Call) RunAndReturn

type MockPipeliner_ZCard_Call

type MockPipeliner_ZCard_Call struct {
	*mock.Call
}

MockPipeliner_ZCard_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZCard'

func (*MockPipeliner_ZCard_Call) Return

func (*MockPipeliner_ZCard_Call) Run

func (*MockPipeliner_ZCard_Call) RunAndReturn

type MockPipeliner_ZCount_Call

type MockPipeliner_ZCount_Call struct {
	*mock.Call
}

MockPipeliner_ZCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZCount'

func (*MockPipeliner_ZCount_Call) Return

func (*MockPipeliner_ZCount_Call) Run

func (*MockPipeliner_ZCount_Call) RunAndReturn

type MockPipeliner_ZDiffStore_Call

type MockPipeliner_ZDiffStore_Call struct {
	*mock.Call
}

MockPipeliner_ZDiffStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZDiffStore'

func (*MockPipeliner_ZDiffStore_Call) Return

func (*MockPipeliner_ZDiffStore_Call) Run

func (_c *MockPipeliner_ZDiffStore_Call) Run(run func(ctx context.Context, destination string, keys ...string)) *MockPipeliner_ZDiffStore_Call

func (*MockPipeliner_ZDiffStore_Call) RunAndReturn

type MockPipeliner_ZDiffWithScores_Call

type MockPipeliner_ZDiffWithScores_Call struct {
	*mock.Call
}

MockPipeliner_ZDiffWithScores_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZDiffWithScores'

func (*MockPipeliner_ZDiffWithScores_Call) Return

func (*MockPipeliner_ZDiffWithScores_Call) Run

func (*MockPipeliner_ZDiffWithScores_Call) RunAndReturn

type MockPipeliner_ZDiff_Call

type MockPipeliner_ZDiff_Call struct {
	*mock.Call
}

MockPipeliner_ZDiff_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZDiff'

func (*MockPipeliner_ZDiff_Call) Return

func (*MockPipeliner_ZDiff_Call) Run

func (_c *MockPipeliner_ZDiff_Call) Run(run func(ctx context.Context, keys ...string)) *MockPipeliner_ZDiff_Call

func (*MockPipeliner_ZDiff_Call) RunAndReturn

type MockPipeliner_ZIncrBy_Call

type MockPipeliner_ZIncrBy_Call struct {
	*mock.Call
}

MockPipeliner_ZIncrBy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZIncrBy'

func (*MockPipeliner_ZIncrBy_Call) Return

func (*MockPipeliner_ZIncrBy_Call) Run

func (_c *MockPipeliner_ZIncrBy_Call) Run(run func(ctx context.Context, key string, increment float64, member string)) *MockPipeliner_ZIncrBy_Call

func (*MockPipeliner_ZIncrBy_Call) RunAndReturn

type MockPipeliner_ZInterCard_Call

type MockPipeliner_ZInterCard_Call struct {
	*mock.Call
}

MockPipeliner_ZInterCard_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZInterCard'

func (*MockPipeliner_ZInterCard_Call) Return

func (*MockPipeliner_ZInterCard_Call) Run

func (*MockPipeliner_ZInterCard_Call) RunAndReturn

type MockPipeliner_ZInterStore_Call

type MockPipeliner_ZInterStore_Call struct {
	*mock.Call
}

MockPipeliner_ZInterStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZInterStore'

func (*MockPipeliner_ZInterStore_Call) Return

func (*MockPipeliner_ZInterStore_Call) Run

func (*MockPipeliner_ZInterStore_Call) RunAndReturn

type MockPipeliner_ZInterWithScores_Call

type MockPipeliner_ZInterWithScores_Call struct {
	*mock.Call
}

MockPipeliner_ZInterWithScores_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZInterWithScores'

func (*MockPipeliner_ZInterWithScores_Call) Return

func (*MockPipeliner_ZInterWithScores_Call) Run

func (*MockPipeliner_ZInterWithScores_Call) RunAndReturn

type MockPipeliner_ZInter_Call

type MockPipeliner_ZInter_Call struct {
	*mock.Call
}

MockPipeliner_ZInter_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZInter'

func (*MockPipeliner_ZInter_Call) Return

func (*MockPipeliner_ZInter_Call) Run

func (*MockPipeliner_ZInter_Call) RunAndReturn

type MockPipeliner_ZLexCount_Call

type MockPipeliner_ZLexCount_Call struct {
	*mock.Call
}

MockPipeliner_ZLexCount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZLexCount'

func (*MockPipeliner_ZLexCount_Call) Return

func (*MockPipeliner_ZLexCount_Call) Run

func (*MockPipeliner_ZLexCount_Call) RunAndReturn

type MockPipeliner_ZMPop_Call

type MockPipeliner_ZMPop_Call struct {
	*mock.Call
}

MockPipeliner_ZMPop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZMPop'

func (*MockPipeliner_ZMPop_Call) Return

func (*MockPipeliner_ZMPop_Call) Run

func (_c *MockPipeliner_ZMPop_Call) Run(run func(ctx context.Context, order string, count int64, keys ...string)) *MockPipeliner_ZMPop_Call

func (*MockPipeliner_ZMPop_Call) RunAndReturn

type MockPipeliner_ZMScore_Call

type MockPipeliner_ZMScore_Call struct {
	*mock.Call
}

MockPipeliner_ZMScore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZMScore'

func (*MockPipeliner_ZMScore_Call) Return

func (*MockPipeliner_ZMScore_Call) Run

func (_c *MockPipeliner_ZMScore_Call) Run(run func(ctx context.Context, key string, members ...string)) *MockPipeliner_ZMScore_Call

func (*MockPipeliner_ZMScore_Call) RunAndReturn

type MockPipeliner_ZPopMax_Call

type MockPipeliner_ZPopMax_Call struct {
	*mock.Call
}

MockPipeliner_ZPopMax_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZPopMax'

func (*MockPipeliner_ZPopMax_Call) Return

func (*MockPipeliner_ZPopMax_Call) Run

func (_c *MockPipeliner_ZPopMax_Call) Run(run func(ctx context.Context, key string, count ...int64)) *MockPipeliner_ZPopMax_Call

func (*MockPipeliner_ZPopMax_Call) RunAndReturn

type MockPipeliner_ZPopMin_Call

type MockPipeliner_ZPopMin_Call struct {
	*mock.Call
}

MockPipeliner_ZPopMin_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZPopMin'

func (*MockPipeliner_ZPopMin_Call) Return

func (*MockPipeliner_ZPopMin_Call) Run

func (_c *MockPipeliner_ZPopMin_Call) Run(run func(ctx context.Context, key string, count ...int64)) *MockPipeliner_ZPopMin_Call

func (*MockPipeliner_ZPopMin_Call) RunAndReturn

type MockPipeliner_ZRandMemberWithScores_Call

type MockPipeliner_ZRandMemberWithScores_Call struct {
	*mock.Call
}

MockPipeliner_ZRandMemberWithScores_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRandMemberWithScores'

func (*MockPipeliner_ZRandMemberWithScores_Call) Return

func (*MockPipeliner_ZRandMemberWithScores_Call) Run

func (*MockPipeliner_ZRandMemberWithScores_Call) RunAndReturn

type MockPipeliner_ZRandMember_Call

type MockPipeliner_ZRandMember_Call struct {
	*mock.Call
}

MockPipeliner_ZRandMember_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRandMember'

func (*MockPipeliner_ZRandMember_Call) Return

func (*MockPipeliner_ZRandMember_Call) Run

func (*MockPipeliner_ZRandMember_Call) RunAndReturn

type MockPipeliner_ZRangeArgsWithScores_Call

type MockPipeliner_ZRangeArgsWithScores_Call struct {
	*mock.Call
}

MockPipeliner_ZRangeArgsWithScores_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRangeArgsWithScores'

func (*MockPipeliner_ZRangeArgsWithScores_Call) Return

func (*MockPipeliner_ZRangeArgsWithScores_Call) Run

func (*MockPipeliner_ZRangeArgsWithScores_Call) RunAndReturn

type MockPipeliner_ZRangeArgs_Call

type MockPipeliner_ZRangeArgs_Call struct {
	*mock.Call
}

MockPipeliner_ZRangeArgs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRangeArgs'

func (*MockPipeliner_ZRangeArgs_Call) Return

func (*MockPipeliner_ZRangeArgs_Call) Run

func (*MockPipeliner_ZRangeArgs_Call) RunAndReturn

type MockPipeliner_ZRangeByLex_Call

type MockPipeliner_ZRangeByLex_Call struct {
	*mock.Call
}

MockPipeliner_ZRangeByLex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRangeByLex'

func (*MockPipeliner_ZRangeByLex_Call) Return

func (*MockPipeliner_ZRangeByLex_Call) Run

func (*MockPipeliner_ZRangeByLex_Call) RunAndReturn

type MockPipeliner_ZRangeByScoreWithScores_Call

type MockPipeliner_ZRangeByScoreWithScores_Call struct {
	*mock.Call
}

MockPipeliner_ZRangeByScoreWithScores_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRangeByScoreWithScores'

func (*MockPipeliner_ZRangeByScoreWithScores_Call) Return

func (*MockPipeliner_ZRangeByScoreWithScores_Call) Run

func (*MockPipeliner_ZRangeByScoreWithScores_Call) RunAndReturn

type MockPipeliner_ZRangeByScore_Call

type MockPipeliner_ZRangeByScore_Call struct {
	*mock.Call
}

MockPipeliner_ZRangeByScore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRangeByScore'

func (*MockPipeliner_ZRangeByScore_Call) Return

func (*MockPipeliner_ZRangeByScore_Call) Run

func (*MockPipeliner_ZRangeByScore_Call) RunAndReturn

type MockPipeliner_ZRangeStore_Call

type MockPipeliner_ZRangeStore_Call struct {
	*mock.Call
}

MockPipeliner_ZRangeStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRangeStore'

func (*MockPipeliner_ZRangeStore_Call) Return

func (*MockPipeliner_ZRangeStore_Call) Run

func (*MockPipeliner_ZRangeStore_Call) RunAndReturn

type MockPipeliner_ZRangeWithScores_Call

type MockPipeliner_ZRangeWithScores_Call struct {
	*mock.Call
}

MockPipeliner_ZRangeWithScores_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRangeWithScores'

func (*MockPipeliner_ZRangeWithScores_Call) Return

func (*MockPipeliner_ZRangeWithScores_Call) Run

func (*MockPipeliner_ZRangeWithScores_Call) RunAndReturn

type MockPipeliner_ZRange_Call

type MockPipeliner_ZRange_Call struct {
	*mock.Call
}

MockPipeliner_ZRange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRange'

func (*MockPipeliner_ZRange_Call) Return

func (*MockPipeliner_ZRange_Call) Run

func (_c *MockPipeliner_ZRange_Call) Run(run func(ctx context.Context, key string, start int64, stop int64)) *MockPipeliner_ZRange_Call

func (*MockPipeliner_ZRange_Call) RunAndReturn

type MockPipeliner_ZRankWithScore_Call

type MockPipeliner_ZRankWithScore_Call struct {
	*mock.Call
}

MockPipeliner_ZRankWithScore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRankWithScore'

func (*MockPipeliner_ZRankWithScore_Call) Return

func (*MockPipeliner_ZRankWithScore_Call) Run

func (*MockPipeliner_ZRankWithScore_Call) RunAndReturn

type MockPipeliner_ZRank_Call

type MockPipeliner_ZRank_Call struct {
	*mock.Call
}

MockPipeliner_ZRank_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRank'

func (*MockPipeliner_ZRank_Call) Return

func (*MockPipeliner_ZRank_Call) Run

func (_c *MockPipeliner_ZRank_Call) Run(run func(ctx context.Context, key string, member string)) *MockPipeliner_ZRank_Call

func (*MockPipeliner_ZRank_Call) RunAndReturn

type MockPipeliner_ZRemRangeByLex_Call

type MockPipeliner_ZRemRangeByLex_Call struct {
	*mock.Call
}

MockPipeliner_ZRemRangeByLex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRemRangeByLex'

func (*MockPipeliner_ZRemRangeByLex_Call) Return

func (*MockPipeliner_ZRemRangeByLex_Call) Run

func (*MockPipeliner_ZRemRangeByLex_Call) RunAndReturn

type MockPipeliner_ZRemRangeByRank_Call

type MockPipeliner_ZRemRangeByRank_Call struct {
	*mock.Call
}

MockPipeliner_ZRemRangeByRank_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRemRangeByRank'

func (*MockPipeliner_ZRemRangeByRank_Call) Return

func (*MockPipeliner_ZRemRangeByRank_Call) Run

func (*MockPipeliner_ZRemRangeByRank_Call) RunAndReturn

type MockPipeliner_ZRemRangeByScore_Call

type MockPipeliner_ZRemRangeByScore_Call struct {
	*mock.Call
}

MockPipeliner_ZRemRangeByScore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRemRangeByScore'

func (*MockPipeliner_ZRemRangeByScore_Call) Return

func (*MockPipeliner_ZRemRangeByScore_Call) Run

func (*MockPipeliner_ZRemRangeByScore_Call) RunAndReturn

type MockPipeliner_ZRem_Call

type MockPipeliner_ZRem_Call struct {
	*mock.Call
}

MockPipeliner_ZRem_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRem'

func (*MockPipeliner_ZRem_Call) Return

func (*MockPipeliner_ZRem_Call) Run

func (_c *MockPipeliner_ZRem_Call) Run(run func(ctx context.Context, key string, members ...interface{})) *MockPipeliner_ZRem_Call

func (*MockPipeliner_ZRem_Call) RunAndReturn

func (_c *MockPipeliner_ZRem_Call) RunAndReturn(run func(context.Context, string, ...interface{}) *redis.IntCmd) *MockPipeliner_ZRem_Call

type MockPipeliner_ZRevRangeByLex_Call

type MockPipeliner_ZRevRangeByLex_Call struct {
	*mock.Call
}

MockPipeliner_ZRevRangeByLex_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRevRangeByLex'

func (*MockPipeliner_ZRevRangeByLex_Call) Return

func (*MockPipeliner_ZRevRangeByLex_Call) Run

func (*MockPipeliner_ZRevRangeByLex_Call) RunAndReturn

type MockPipeliner_ZRevRangeByScoreWithScores_Call

type MockPipeliner_ZRevRangeByScoreWithScores_Call struct {
	*mock.Call
}

MockPipeliner_ZRevRangeByScoreWithScores_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRevRangeByScoreWithScores'

func (*MockPipeliner_ZRevRangeByScoreWithScores_Call) Return

func (*MockPipeliner_ZRevRangeByScoreWithScores_Call) Run

func (*MockPipeliner_ZRevRangeByScoreWithScores_Call) RunAndReturn

type MockPipeliner_ZRevRangeByScore_Call

type MockPipeliner_ZRevRangeByScore_Call struct {
	*mock.Call
}

MockPipeliner_ZRevRangeByScore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRevRangeByScore'

func (*MockPipeliner_ZRevRangeByScore_Call) Return

func (*MockPipeliner_ZRevRangeByScore_Call) Run

func (*MockPipeliner_ZRevRangeByScore_Call) RunAndReturn

type MockPipeliner_ZRevRangeWithScores_Call

type MockPipeliner_ZRevRangeWithScores_Call struct {
	*mock.Call
}

MockPipeliner_ZRevRangeWithScores_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRevRangeWithScores'

func (*MockPipeliner_ZRevRangeWithScores_Call) Return

func (*MockPipeliner_ZRevRangeWithScores_Call) Run

func (*MockPipeliner_ZRevRangeWithScores_Call) RunAndReturn

type MockPipeliner_ZRevRange_Call

type MockPipeliner_ZRevRange_Call struct {
	*mock.Call
}

MockPipeliner_ZRevRange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRevRange'

func (*MockPipeliner_ZRevRange_Call) Return

func (*MockPipeliner_ZRevRange_Call) Run

func (*MockPipeliner_ZRevRange_Call) RunAndReturn

type MockPipeliner_ZRevRankWithScore_Call

type MockPipeliner_ZRevRankWithScore_Call struct {
	*mock.Call
}

MockPipeliner_ZRevRankWithScore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRevRankWithScore'

func (*MockPipeliner_ZRevRankWithScore_Call) Return

func (*MockPipeliner_ZRevRankWithScore_Call) Run

func (*MockPipeliner_ZRevRankWithScore_Call) RunAndReturn

type MockPipeliner_ZRevRank_Call

type MockPipeliner_ZRevRank_Call struct {
	*mock.Call
}

MockPipeliner_ZRevRank_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZRevRank'

func (*MockPipeliner_ZRevRank_Call) Return

func (*MockPipeliner_ZRevRank_Call) Run

func (*MockPipeliner_ZRevRank_Call) RunAndReturn

type MockPipeliner_ZScan_Call

type MockPipeliner_ZScan_Call struct {
	*mock.Call
}

MockPipeliner_ZScan_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZScan'

func (*MockPipeliner_ZScan_Call) Return

func (*MockPipeliner_ZScan_Call) Run

func (_c *MockPipeliner_ZScan_Call) Run(run func(ctx context.Context, key string, cursor uint64, match string, count int64)) *MockPipeliner_ZScan_Call

func (*MockPipeliner_ZScan_Call) RunAndReturn

type MockPipeliner_ZScore_Call

type MockPipeliner_ZScore_Call struct {
	*mock.Call
}

MockPipeliner_ZScore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZScore'

func (*MockPipeliner_ZScore_Call) Return

func (*MockPipeliner_ZScore_Call) Run

func (_c *MockPipeliner_ZScore_Call) Run(run func(ctx context.Context, key string, member string)) *MockPipeliner_ZScore_Call

func (*MockPipeliner_ZScore_Call) RunAndReturn

type MockPipeliner_ZUnionStore_Call

type MockPipeliner_ZUnionStore_Call struct {
	*mock.Call
}

MockPipeliner_ZUnionStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZUnionStore'

func (*MockPipeliner_ZUnionStore_Call) Return

func (*MockPipeliner_ZUnionStore_Call) Run

func (*MockPipeliner_ZUnionStore_Call) RunAndReturn

type MockPipeliner_ZUnionWithScores_Call

type MockPipeliner_ZUnionWithScores_Call struct {
	*mock.Call
}

MockPipeliner_ZUnionWithScores_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZUnionWithScores'

func (*MockPipeliner_ZUnionWithScores_Call) Return

func (*MockPipeliner_ZUnionWithScores_Call) Run

func (*MockPipeliner_ZUnionWithScores_Call) RunAndReturn

type MockPipeliner_ZUnion_Call

type MockPipeliner_ZUnion_Call struct {
	*mock.Call
}

MockPipeliner_ZUnion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ZUnion'

func (*MockPipeliner_ZUnion_Call) Return

func (*MockPipeliner_ZUnion_Call) Run

func (*MockPipeliner_ZUnion_Call) RunAndReturn

Jump to

Keyboard shortcuts

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