record

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Append

func Append(t *testing.T, conn redis.ConnPool)

func BitCount

func BitCount(t *testing.T, conn redis.ConnPool)

func BitOpAnd

func BitOpAnd(t *testing.T, conn redis.ConnPool)

func BitPos

func BitPos(t *testing.T, conn redis.ConnPool)

func Decr

func Decr(t *testing.T, conn redis.ConnPool)

func DecrBy

func DecrBy(t *testing.T, conn redis.ConnPool)

func Del

func Del(t *testing.T, conn redis.ConnPool)

func Dump

func Dump(t *testing.T, conn redis.ConnPool)

func Exists

func Exists(t *testing.T, conn redis.ConnPool)

func Expire

func Expire(t *testing.T, conn redis.ConnPool)

func ExpireAt

func ExpireAt(t *testing.T, conn redis.ConnPool)

func Get

func Get(t *testing.T, conn redis.ConnPool)

func GetBit

func GetBit(t *testing.T, conn redis.ConnPool)

func GetDel

func GetDel(t *testing.T, conn redis.ConnPool)

func GetRange

func GetRange(t *testing.T, conn redis.ConnPool)

func GetSet

func GetSet(t *testing.T, conn redis.ConnPool)

func HDel

func HDel(t *testing.T, conn redis.ConnPool)

func HExists

func HExists(t *testing.T, conn redis.ConnPool)

func HGet

func HGet(t *testing.T, conn redis.ConnPool)

func HGetAll

func HGetAll(t *testing.T, conn redis.ConnPool)

func HIncrBy

func HIncrBy(t *testing.T, conn redis.ConnPool)

func HIncrByFloat

func HIncrByFloat(t *testing.T, conn redis.ConnPool)

func HKeys

func HKeys(t *testing.T, conn redis.ConnPool)

func HLen

func HLen(t *testing.T, conn redis.ConnPool)

func HMGet

func HMGet(t *testing.T, conn redis.ConnPool)

func HSet

func HSet(t *testing.T, conn redis.ConnPool)

func HSetNX

func HSetNX(t *testing.T, conn redis.ConnPool)

func HStrLen

func HStrLen(t *testing.T, conn redis.ConnPool)

func HVals

func HVals(t *testing.T, conn redis.ConnPool)

func Incr

func Incr(t *testing.T, conn redis.ConnPool)

func IncrBy

func IncrBy(t *testing.T, conn redis.ConnPool)

func IncrByFloat

func IncrByFloat(t *testing.T, conn redis.ConnPool)

func Keys

func Keys(t *testing.T, conn redis.ConnPool)

func LIndex

func LIndex(t *testing.T, conn redis.ConnPool)

func LInsert

func LInsert(t *testing.T, conn redis.ConnPool)

func LLen

func LLen(t *testing.T, conn redis.ConnPool)

func LMove

func LMove(t *testing.T, conn redis.ConnPool)

func LPop

func LPop(t *testing.T, conn redis.ConnPool)

func LPos

func LPos(t *testing.T, conn redis.ConnPool)

func LPush

func LPush(t *testing.T, conn redis.ConnPool)

func LPushX

func LPushX(t *testing.T, conn redis.ConnPool)

func LRange

func LRange(t *testing.T, conn redis.ConnPool)

func LRem

func LRem(t *testing.T, conn redis.ConnPool)

func LSet

func LSet(t *testing.T, conn redis.ConnPool)

func LTrim

func LTrim(t *testing.T, conn redis.ConnPool)

func MGet

func MGet(t *testing.T, conn redis.ConnPool)

func MSet

func MSet(t *testing.T, conn redis.ConnPool)

func MSetNX

func MSetNX(t *testing.T, conn redis.ConnPool)

func PExpire

func PExpire(t *testing.T, conn redis.ConnPool)

func PExpireAt

func PExpireAt(t *testing.T, conn redis.ConnPool)

func PSetEX

func PSetEX(t *testing.T, conn redis.ConnPool)

func PTTL

func PTTL(t *testing.T, conn redis.ConnPool)

func Persist

func Persist(t *testing.T, conn redis.ConnPool)

func RPop

func RPop(t *testing.T, conn redis.ConnPool)

func RPopLPush

func RPopLPush(t *testing.T, conn redis.ConnPool)

func RPush

func RPush(t *testing.T, conn redis.ConnPool)

func RPushX

func RPushX(t *testing.T, conn redis.ConnPool)

func Rename

func Rename(t *testing.T, conn redis.ConnPool)

func RenameNX

func RenameNX(t *testing.T, conn redis.ConnPool)

func RunCase

func RunCase(t *testing.T, conn redis.ConnPool, c cases.Case)

func SAdd

func SAdd(t *testing.T, conn redis.ConnPool)

func SCard

func SCard(t *testing.T, conn redis.ConnPool)

func SDiff

func SDiff(t *testing.T, conn redis.ConnPool)

func SDiffStore

func SDiffStore(t *testing.T, conn redis.ConnPool)

func SInter

func SInter(t *testing.T, conn redis.ConnPool)

func SInterStore

func SInterStore(t *testing.T, conn redis.ConnPool)

func SMIsMember

func SMIsMember(t *testing.T, conn redis.ConnPool)

func SMembers

func SMembers(t *testing.T, conn redis.ConnPool)

func SMove

func SMove(t *testing.T, conn redis.ConnPool)

func SPop

func SPop(t *testing.T, conn redis.ConnPool)

func SRandMember

func SRandMember(t *testing.T, conn redis.ConnPool)

func SRem

func SRem(t *testing.T, conn redis.ConnPool)

func SUnion

func SUnion(t *testing.T, conn redis.ConnPool)

func SUnionStore

func SUnionStore(t *testing.T, conn redis.ConnPool)

func Set

func Set(t *testing.T, conn redis.ConnPool)

func SetBit

func SetBit(t *testing.T, conn redis.ConnPool)

func SetEX

func SetEX(t *testing.T, conn redis.ConnPool)

func SetNX

func SetNX(t *testing.T, conn redis.ConnPool)

func SetRange

func SetRange(t *testing.T, conn redis.ConnPool)

func StrLen

func StrLen(t *testing.T, conn redis.ConnPool)

func TTL

func TTL(t *testing.T, conn redis.ConnPool)

func Touch

func Touch(t *testing.T, conn redis.ConnPool)

func Type

func Type(t *testing.T, conn redis.ConnPool)

func ZAdd

func ZAdd(t *testing.T, conn redis.ConnPool)

func ZCard

func ZCard(t *testing.T, conn redis.ConnPool)

func ZCount

func ZCount(t *testing.T, conn redis.ConnPool)

func ZDiff

func ZDiff(t *testing.T, conn redis.ConnPool)

func ZIncrBy

func ZIncrBy(t *testing.T, conn redis.ConnPool)

func ZInter

func ZInter(t *testing.T, conn redis.ConnPool)

func ZLexCount

func ZLexCount(t *testing.T, conn redis.ConnPool)

func ZMScore

func ZMScore(t *testing.T, conn redis.ConnPool)

func ZPopMax

func ZPopMax(t *testing.T, conn redis.ConnPool)

func ZPopMin

func ZPopMin(t *testing.T, conn redis.ConnPool)

func ZRandMember

func ZRandMember(t *testing.T, conn redis.ConnPool)

func ZRange

func ZRange(t *testing.T, conn redis.ConnPool)

func ZRangeByLex

func ZRangeByLex(t *testing.T, conn redis.ConnPool)

func ZRangeByScore

func ZRangeByScore(t *testing.T, conn redis.ConnPool)

func ZRank

func ZRank(t *testing.T, conn redis.ConnPool)

func ZRem

func ZRem(t *testing.T, conn redis.ConnPool)

func ZRemRangeByLex

func ZRemRangeByLex(t *testing.T, conn redis.ConnPool)

func ZRemRangeByRank

func ZRemRangeByRank(t *testing.T, conn redis.ConnPool)

func ZRemRangeByScore

func ZRemRangeByScore(t *testing.T, conn redis.ConnPool)

func ZRevRange

func ZRevRange(t *testing.T, conn redis.ConnPool)

func ZRevRangeByLex

func ZRevRangeByLex(t *testing.T, conn redis.ConnPool)

func ZRevRangeByScore

func ZRevRangeByScore(t *testing.T, conn redis.ConnPool)

func ZRevRank

func ZRevRank(t *testing.T, conn redis.ConnPool)

func ZScore

func ZScore(t *testing.T, conn redis.ConnPool)

func ZUnion

func ZUnion(t *testing.T, conn redis.ConnPool)

func ZUnionStore

func ZUnionStore(t *testing.T, conn redis.ConnPool)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL