Documentation
¶
Overview ¶
noinspection all
noinspection all
noinspection all
noinspection all
Index ¶
- Variables
- type LocalCache
- func (l *LocalCache) ACLCat(ctx context.Context) *redis.StringSliceCmd
- func (l *LocalCache) ACLCatArgs(ctx context.Context, options *redis.ACLCatArgs) *redis.StringSliceCmd
- func (l *LocalCache) ACLDelUser(ctx context.Context, username string) *redis.IntCmd
- func (l *LocalCache) ACLDryRun(ctx context.Context, username string, command ...interface{}) *redis.StringCmd
- func (l *LocalCache) ACLGenPass(ctx context.Context, bit int) *redis.StringCmd
- func (l *LocalCache) ACLList(ctx context.Context) *redis.StringSliceCmd
- func (l *LocalCache) ACLLog(ctx context.Context, count int64) *redis.ACLLogCmd
- func (l *LocalCache) ACLLogReset(ctx context.Context) *redis.StatusCmd
- func (l *LocalCache) ACLSetUser(ctx context.Context, username string, rules ...string) *redis.StatusCmd
- func (l *LocalCache) ACLUsers(ctx context.Context) *redis.StringSliceCmd
- func (l *LocalCache) ACLWhoAmI(ctx context.Context) *redis.StringCmd
- func (l *LocalCache) AddHook(hook redis.Hook)
- func (l *LocalCache) Append(ctx context.Context, key, value string) *redis.IntCmd
- func (l *LocalCache) BFAdd(ctx context.Context, key string, element interface{}) *redis.BoolCmd
- func (l *LocalCache) BFCard(ctx context.Context, key string) *redis.IntCmd
- func (l *LocalCache) BFExists(ctx context.Context, key string, element interface{}) *redis.BoolCmd
- func (l *LocalCache) BFInfo(ctx context.Context, key string) *redis.BFInfoCmd
- func (l *LocalCache) BFInfoArg(ctx context.Context, key, option string) *redis.BFInfoCmd
- func (l *LocalCache) BFInfoCapacity(ctx context.Context, key string) *redis.BFInfoCmd
- func (l *LocalCache) BFInfoExpansion(ctx context.Context, key string) *redis.BFInfoCmd
- func (l *LocalCache) BFInfoFilters(ctx context.Context, key string) *redis.BFInfoCmd
- func (l *LocalCache) BFInfoItems(ctx context.Context, key string) *redis.BFInfoCmd
- func (l *LocalCache) BFInfoSize(ctx context.Context, key string) *redis.BFInfoCmd
- func (l *LocalCache) BFInsert(ctx context.Context, key string, options *redis.BFInsertOptions, ...) *redis.BoolSliceCmd
- func (l *LocalCache) BFLoadChunk(ctx context.Context, key string, iterator int64, data interface{}) *redis.StatusCmd
- func (l *LocalCache) BFMAdd(ctx context.Context, key string, elements ...interface{}) *redis.BoolSliceCmd
- func (l *LocalCache) BFMExists(ctx context.Context, key string, elements ...interface{}) *redis.BoolSliceCmd
- func (l *LocalCache) BFReserve(ctx context.Context, key string, errorRate float64, capacity int64) *redis.StatusCmd
- func (l *LocalCache) BFReserveExpansion(ctx context.Context, key string, errorRate float64, capacity, expansion int64) *redis.StatusCmd
- func (l *LocalCache) BFReserveNonScaling(ctx context.Context, key string, errorRate float64, capacity int64) *redis.StatusCmd
- func (l *LocalCache) BFReserveWithArgs(ctx context.Context, key string, options *redis.BFReserveOptions) *redis.StatusCmd
- func (l *LocalCache) BFScanDump(ctx context.Context, key string, iterator int64) *redis.ScanDumpCmd
- func (l *LocalCache) BLMPop(ctx context.Context, timeout time.Duration, direction string, count int64, ...) *redis.KeyValuesCmd
- func (l *LocalCache) BLMove(ctx context.Context, source, destination, srcpos, destpos string, ...) *redis.StringCmd
- func (l *LocalCache) BLPop(ctx context.Context, timeout time.Duration, keys ...string) *redis.StringSliceCmd
- func (l *LocalCache) BRPop(ctx context.Context, timeout time.Duration, keys ...string) *redis.StringSliceCmd
- func (l *LocalCache) BRPopLPush(ctx context.Context, source, destination string, timeout time.Duration) *redis.StringCmd
- func (l *LocalCache) BZMPop(ctx context.Context, timeout time.Duration, order string, count int64, ...) *redis.ZSliceWithKeyCmd
- func (l *LocalCache) BZPopMax(ctx context.Context, timeout time.Duration, keys ...string) *redis.ZWithKeyCmd
- func (l *LocalCache) BZPopMin(ctx context.Context, timeout time.Duration, keys ...string) *redis.ZWithKeyCmd
- func (l *LocalCache) BgRewriteAOF(ctx context.Context) *redis.StatusCmd
- func (l *LocalCache) BgSave(ctx context.Context) *redis.StatusCmd
- func (l *LocalCache) BitCount(ctx context.Context, key string, bitCount *redis.BitCount) *redis.IntCmd
- func (l *LocalCache) BitField(ctx context.Context, key string, values ...interface{}) *redis.IntSliceCmd
- func (l *LocalCache) BitFieldRO(ctx context.Context, key string, values ...interface{}) *redis.IntSliceCmd
- func (l *LocalCache) BitOpAnd(ctx context.Context, destKey string, keys ...string) *redis.IntCmd
- func (l *LocalCache) BitOpAndOr(ctx context.Context, destKey string, keys ...string) *redis.IntCmd
- func (l *LocalCache) BitOpDiff(ctx context.Context, destKey string, keys ...string) *redis.IntCmd
- func (l *LocalCache) BitOpDiff1(ctx context.Context, destKey string, keys ...string) *redis.IntCmd
- func (l *LocalCache) BitOpNot(ctx context.Context, destKey string, key string) *redis.IntCmd
- func (l *LocalCache) BitOpOne(ctx context.Context, destKey string, keys ...string) *redis.IntCmd
- func (l *LocalCache) BitOpOr(ctx context.Context, destKey string, keys ...string) *redis.IntCmd
- func (l *LocalCache) BitOpXor(ctx context.Context, destKey string, keys ...string) *redis.IntCmd
- func (l *LocalCache) BitPos(ctx context.Context, key string, bit int64, pos ...int64) *redis.IntCmd
- func (l *LocalCache) BitPosSpan(ctx context.Context, key string, bit int8, start, end int64, span string) *redis.IntCmd
- func (l *LocalCache) CFAdd(ctx context.Context, key string, element interface{}) *redis.BoolCmd
- func (l *LocalCache) CFAddNX(ctx context.Context, key string, element interface{}) *redis.BoolCmd
- func (l *LocalCache) CFCount(ctx context.Context, key string, element interface{}) *redis.IntCmd
- func (l *LocalCache) CFDel(ctx context.Context, key string, element interface{}) *redis.BoolCmd
- func (l *LocalCache) CFExists(ctx context.Context, key string, element interface{}) *redis.BoolCmd
- func (l *LocalCache) CFInfo(ctx context.Context, key string) *redis.CFInfoCmd
- func (l *LocalCache) CFInsert(ctx context.Context, key string, options *redis.CFInsertOptions, ...) *redis.BoolSliceCmd
- func (l *LocalCache) CFInsertNX(ctx context.Context, key string, options *redis.CFInsertOptions, ...) *redis.IntSliceCmd
- func (l *LocalCache) CFLoadChunk(ctx context.Context, key string, iterator int64, data interface{}) *redis.StatusCmd
- func (l *LocalCache) CFMExists(ctx context.Context, key string, elements ...interface{}) *redis.BoolSliceCmd
- func (l *LocalCache) CFReserve(ctx context.Context, key string, capacity int64) *redis.StatusCmd
- func (l *LocalCache) CFReserveBucketSize(ctx context.Context, key string, capacity int64, bucketsize int64) *redis.StatusCmd
- func (l *LocalCache) CFReserveExpansion(ctx context.Context, key string, capacity int64, expansion int64) *redis.StatusCmd
- func (l *LocalCache) CFReserveMaxIterations(ctx context.Context, key string, capacity int64, maxiterations int64) *redis.StatusCmd
- func (l *LocalCache) CFReserveWithArgs(ctx context.Context, key string, options *redis.CFReserveOptions) *redis.StatusCmd
- func (l *LocalCache) CFScanDump(ctx context.Context, key string, iterator int64) *redis.ScanDumpCmd
- func (l *LocalCache) CMSIncrBy(ctx context.Context, key string, elements ...interface{}) *redis.IntSliceCmd
- func (l *LocalCache) CMSInfo(ctx context.Context, key string) *redis.CMSInfoCmd
- func (l *LocalCache) CMSInitByDim(ctx context.Context, key string, width, height int64) *redis.StatusCmd
- func (l *LocalCache) CMSInitByProb(ctx context.Context, key string, errorRate, probability float64) *redis.StatusCmd
- func (l *LocalCache) CMSMerge(ctx context.Context, destKey string, sourceKeys ...string) *redis.StatusCmd
- func (l *LocalCache) CMSMergeWithWeight(ctx context.Context, destKey string, sourceKeys map[string]int64) *redis.StatusCmd
- func (l *LocalCache) CMSQuery(ctx context.Context, key string, elements ...interface{}) *redis.IntSliceCmd
- func (l *LocalCache) ClientGetName(ctx context.Context) *redis.StringCmd
- func (l *LocalCache) ClientID(ctx context.Context) *redis.IntCmd
- func (l *LocalCache) ClientInfo(ctx context.Context) *redis.ClientInfoCmd
- func (l *LocalCache) ClientKill(ctx context.Context, ipPort string) *redis.StatusCmd
- func (l *LocalCache) ClientKillByFilter(ctx context.Context, keys ...string) *redis.IntCmd
- func (l *LocalCache) ClientList(ctx context.Context) *redis.StringCmd
- func (l *LocalCache) ClientMaintNotifications(ctx context.Context, enabled bool, endpointType string) *redis.StatusCmd
- func (l *LocalCache) ClientPause(ctx context.Context, dur time.Duration) *redis.BoolCmd
- func (l *LocalCache) ClientUnblock(ctx context.Context, id int64) *redis.IntCmd
- func (l *LocalCache) ClientUnblockWithError(ctx context.Context, id int64) *redis.IntCmd
- func (l *LocalCache) ClientUnpause(ctx context.Context) *redis.BoolCmd
- func (l *LocalCache) Close() error
- func (l *LocalCache) ClusterAddSlots(ctx context.Context, slots ...int) *redis.StatusCmd
- func (l *LocalCache) ClusterAddSlotsRange(ctx context.Context, min, max int) *redis.StatusCmd
- func (l *LocalCache) ClusterCountFailureReports(ctx context.Context, nodeID string) *redis.IntCmd
- func (l *LocalCache) ClusterCountKeysInSlot(ctx context.Context, slot int) *redis.IntCmd
- func (l *LocalCache) ClusterDelSlots(ctx context.Context, slots ...int) *redis.StatusCmd
- func (l *LocalCache) ClusterDelSlotsRange(ctx context.Context, min, max int) *redis.StatusCmd
- func (l *LocalCache) ClusterFailover(ctx context.Context) *redis.StatusCmd
- func (l *LocalCache) ClusterForget(ctx context.Context, nodeID string) *redis.StatusCmd
- func (l *LocalCache) ClusterGetKeysInSlot(ctx context.Context, slot int, count int) *redis.StringSliceCmd
- func (l *LocalCache) ClusterInfo(ctx context.Context) *redis.StringCmd
- func (l *LocalCache) ClusterKeySlot(ctx context.Context, key string) *redis.IntCmd
- func (l *LocalCache) ClusterLinks(ctx context.Context) *redis.ClusterLinksCmd
- func (l *LocalCache) ClusterMeet(ctx context.Context, host, port string) *redis.StatusCmd
- func (l *LocalCache) ClusterMyID(ctx context.Context) *redis.StringCmd
- func (l *LocalCache) ClusterMyShardID(ctx context.Context) *redis.StringCmd
- func (l *LocalCache) ClusterNodes(ctx context.Context) *redis.StringCmd
- func (l *LocalCache) ClusterReplicate(ctx context.Context, nodeID string) *redis.StatusCmd
- func (l *LocalCache) ClusterResetHard(ctx context.Context) *redis.StatusCmd
- func (l *LocalCache) ClusterResetSoft(ctx context.Context) *redis.StatusCmd
- func (l *LocalCache) ClusterSaveConfig(ctx context.Context) *redis.StatusCmd
- func (l *LocalCache) ClusterShards(ctx context.Context) *redis.ClusterShardsCmd
- func (l *LocalCache) ClusterSlaves(ctx context.Context, nodeID string) *redis.StringSliceCmd
- func (l *LocalCache) ClusterSlots(ctx context.Context) *redis.ClusterSlotsCmd
- func (l *LocalCache) Command(ctx context.Context) *redis.CommandsInfoCmd
- func (l *LocalCache) CommandGetKeys(ctx context.Context, commands ...interface{}) *redis.StringSliceCmd
- func (l *LocalCache) CommandGetKeysAndFlags(ctx context.Context, commands ...interface{}) *redis.KeyFlagsCmd
- func (l *LocalCache) CommandList(ctx context.Context, filter *redis.FilterBy) *redis.StringSliceCmd
- func (l *LocalCache) ConfigGet(ctx context.Context, parameter string) *redis.MapStringStringCmd
- func (l *LocalCache) ConfigResetStat(ctx context.Context) *redis.StatusCmd
- func (l *LocalCache) ConfigRewrite(ctx context.Context) *redis.StatusCmd
- func (l *LocalCache) ConfigSet(ctx context.Context, parameter, value string) *redis.StatusCmd
- func (l *LocalCache) Copy(ctx context.Context, sourceKey string, destKey string, db int, replace bool) *redis.IntCmd
- func (l *LocalCache) DBSize(ctx context.Context) *redis.IntCmd
- func (l *LocalCache) DebugObject(ctx context.Context, key string) *redis.StringCmd
- func (l *LocalCache) Decr(ctx context.Context, key string) *redis.IntCmd
- func (l *LocalCache) DecrBy(ctx context.Context, key string, decrement int64) *redis.IntCmd
- func (l *LocalCache) Del(ctx context.Context, keys ...string) *redis.IntCmd
- func (l *LocalCache) DelExArgs(ctx context.Context, key string, a redis.DelExArgs) *redis.IntCmd
- func (l *LocalCache) Digest(ctx context.Context, key string) *redis.DigestCmd
- func (l *LocalCache) Do(ctx context.Context, args ...interface{}) *redis.Cmd
- func (l *LocalCache) Dump(ctx context.Context, key string) *redis.StringCmd
- func (l *LocalCache) Echo(ctx context.Context, message interface{}) *redis.StringCmd
- func (l *LocalCache) Eval(ctx context.Context, script string, keys []string, args ...interface{}) *redis.Cmd
- func (l *LocalCache) EvalRO(ctx context.Context, script string, keys []string, args ...interface{}) *redis.Cmd
- func (l *LocalCache) EvalSha(ctx context.Context, sha1 string, keys []string, args ...interface{}) *redis.Cmd
- func (l *LocalCache) EvalShaRO(ctx context.Context, sha1 string, keys []string, args ...interface{}) *redis.Cmd
- func (l *LocalCache) Exists(ctx context.Context, keys ...string) *redis.IntCmd
- func (l *LocalCache) Expire(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd
- func (l *LocalCache) ExpireAt(ctx context.Context, key string, tm time.Time) *redis.BoolCmd
- func (l *LocalCache) ExpireGT(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd
- func (l *LocalCache) ExpireLT(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd
- func (l *LocalCache) ExpireNX(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd
- func (l *LocalCache) ExpireTime(ctx context.Context, key string) *redis.DurationCmd
- func (l *LocalCache) ExpireXX(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd
- func (l *LocalCache) FCall(ctx context.Context, function string, keys []string, args ...interface{}) *redis.Cmd
- func (l *LocalCache) FCallRO(ctx context.Context, function string, keys []string, args ...interface{}) *redis.Cmd
- func (l *LocalCache) FCallRo(ctx context.Context, function string, keys []string, args ...interface{}) *redis.Cmd
- func (l *LocalCache) FTAggregate(ctx context.Context, index string, query string) *redis.MapStringInterfaceCmd
- func (l *LocalCache) FTAggregateWithArgs(ctx context.Context, index string, query string, ...) *redis.AggregateCmd
- func (l *LocalCache) FTAliasAdd(ctx context.Context, index string, alias string) *redis.StatusCmd
- func (l *LocalCache) FTAliasDel(ctx context.Context, alias string) *redis.StatusCmd
- func (l *LocalCache) FTAliasUpdate(ctx context.Context, index string, alias string) *redis.StatusCmd
- func (l *LocalCache) FTAlter(ctx context.Context, index string, skipInitialScan bool, ...) *redis.StatusCmd
- func (l *LocalCache) FTConfigGet(ctx context.Context, option string) *redis.MapMapStringInterfaceCmd
- func (l *LocalCache) FTConfigSet(ctx context.Context, option string, value interface{}) *redis.StatusCmd
- func (l *LocalCache) FTCreate(ctx context.Context, index string, options *redis.FTCreateOptions, ...) *redis.StatusCmd
- func (l *LocalCache) FTCursorDel(ctx context.Context, index string, cursorId int) *redis.StatusCmd
- func (l *LocalCache) FTCursorRead(ctx context.Context, index string, cursorId int, count int) *redis.MapStringInterfaceCmd
- func (l *LocalCache) FTDictAdd(ctx context.Context, dict string, term ...interface{}) *redis.IntCmd
- func (l *LocalCache) FTDictDel(ctx context.Context, dict string, term ...interface{}) *redis.IntCmd
- func (l *LocalCache) FTDictDump(ctx context.Context, dict string) *redis.StringSliceCmd
- func (l *LocalCache) FTDropIndex(ctx context.Context, index string) *redis.StatusCmd
- func (l *LocalCache) FTDropIndexWithArgs(ctx context.Context, index string, options *redis.FTDropIndexOptions) *redis.StatusCmd
- func (l *LocalCache) FTExplain(ctx context.Context, index string, query string) *redis.StringCmd
- func (l *LocalCache) FTExplainWithArgs(ctx context.Context, index string, query string, ...) *redis.StringCmd
- func (l *LocalCache) FTHybrid(ctx context.Context, index string, searchExpr string, vectorField string, ...) *redis.FTHybridCmd
- func (l *LocalCache) FTHybridWithArgs(ctx context.Context, index string, options *redis.FTHybridOptions) *redis.FTHybridCmd
- func (l *LocalCache) FTInfo(ctx context.Context, index string) *redis.FTInfoCmd
- func (l *LocalCache) FTSearch(ctx context.Context, index string, query string) *redis.FTSearchCmd
- func (l *LocalCache) FTSearchWithArgs(ctx context.Context, index string, query string, ...) *redis.FTSearchCmd
- func (l *LocalCache) FTSpellCheck(ctx context.Context, index string, query string) *redis.FTSpellCheckCmd
- func (l *LocalCache) FTSpellCheckWithArgs(ctx context.Context, index string, query string, ...) *redis.FTSpellCheckCmd
- func (l *LocalCache) FTSynDump(ctx context.Context, index string) *redis.FTSynDumpCmd
- func (l *LocalCache) FTSynUpdate(ctx context.Context, index string, synGroupId interface{}, terms []interface{}) *redis.StatusCmd
- func (l *LocalCache) FTSynUpdateWithArgs(ctx context.Context, index string, synGroupId interface{}, ...) *redis.StatusCmd
- func (l *LocalCache) FTTagVals(ctx context.Context, index string, field string) *redis.StringSliceCmd
- func (l *LocalCache) FT_List(ctx context.Context) *redis.StringSliceCmd
- func (l *LocalCache) FlushAll(ctx context.Context) *redis.StatusCmd
- func (l *LocalCache) FlushAllAsync(ctx context.Context) *redis.StatusCmd
- func (l *LocalCache) FlushDB(ctx context.Context) *redis.StatusCmd
- func (l *LocalCache) FlushDBAsync(ctx context.Context) *redis.StatusCmd
- func (l *LocalCache) FunctionDelete(ctx context.Context, libName string) *redis.StringCmd
- func (l *LocalCache) FunctionDump(ctx context.Context) *redis.StringCmd
- func (l *LocalCache) FunctionFlush(ctx context.Context) *redis.StringCmd
- func (l *LocalCache) FunctionFlushAsync(ctx context.Context) *redis.StringCmd
- func (l *LocalCache) FunctionKill(ctx context.Context) *redis.StringCmd
- func (l *LocalCache) FunctionList(ctx context.Context, q redis.FunctionListQuery) *redis.FunctionListCmd
- func (l *LocalCache) FunctionLoad(ctx context.Context, code string) *redis.StringCmd
- func (l *LocalCache) FunctionLoadReplace(ctx context.Context, code string) *redis.StringCmd
- func (l *LocalCache) FunctionRestore(ctx context.Context, libDump string) *redis.StringCmd
- func (l *LocalCache) FunctionStats(ctx context.Context) *redis.FunctionStatsCmd
- func (l *LocalCache) GeoAdd(ctx context.Context, key string, geoLocation ...*redis.GeoLocation) *redis.IntCmd
- func (l *LocalCache) GeoDist(ctx context.Context, key string, member1, member2, unit string) *redis.FloatCmd
- func (l *LocalCache) GeoHash(ctx context.Context, key string, members ...string) *redis.StringSliceCmd
- func (l *LocalCache) GeoPos(ctx context.Context, key string, members ...string) *redis.GeoPosCmd
- func (l *LocalCache) GeoRadius(ctx context.Context, key string, longitude, latitude float64, ...) *redis.GeoLocationCmd
- func (l *LocalCache) GeoRadiusByMember(ctx context.Context, key, member string, query *redis.GeoRadiusQuery) *redis.GeoLocationCmd
- func (l *LocalCache) GeoRadiusByMemberStore(ctx context.Context, key, member string, query *redis.GeoRadiusQuery) *redis.IntCmd
- func (l *LocalCache) GeoRadiusStore(ctx context.Context, key string, longitude, latitude float64, ...) *redis.IntCmd
- func (l *LocalCache) GeoSearch(ctx context.Context, key string, q *redis.GeoSearchQuery) *redis.StringSliceCmd
- func (l *LocalCache) GeoSearchLocation(ctx context.Context, key string, q *redis.GeoSearchLocationQuery) *redis.GeoSearchLocationCmd
- func (l *LocalCache) GeoSearchStore(ctx context.Context, key, store string, q *redis.GeoSearchStoreQuery) *redis.IntCmd
- func (l *LocalCache) Get(ctx context.Context, key string) *redis.StringCmd
- func (l *LocalCache) GetBit(ctx context.Context, key string, offset int64) *redis.IntCmd
- func (l *LocalCache) GetDel(ctx context.Context, key string) *redis.StringCmd
- func (l *LocalCache) GetEx(ctx context.Context, key string, expiration time.Duration) *redis.StringCmd
- func (l *LocalCache) GetRange(ctx context.Context, key string, start, end int64) *redis.StringCmd
- func (l *LocalCache) GetSet(ctx context.Context, key string, value interface{}) *redis.StringCmd
- func (l *LocalCache) HDel(ctx context.Context, key string, fields ...string) *redis.IntCmd
- func (l *LocalCache) HExists(ctx context.Context, key, field string) *redis.BoolCmd
- func (l *LocalCache) HExpire(ctx context.Context, key string, expiration time.Duration, fields ...string) *redis.IntSliceCmd
- func (l *LocalCache) HExpireAt(ctx context.Context, key string, tm time.Time, fields ...string) *redis.IntSliceCmd
- func (l *LocalCache) HExpireAtWithArgs(ctx context.Context, key string, tm time.Time, ...) *redis.IntSliceCmd
- func (l *LocalCache) HExpireTime(ctx context.Context, key string, fields ...string) *redis.IntSliceCmd
- func (l *LocalCache) HExpireWithArgs(ctx context.Context, key string, expiration time.Duration, ...) *redis.IntSliceCmd
- func (l *LocalCache) HGet(ctx context.Context, key, field string) *redis.StringCmd
- func (l *LocalCache) HGetAll(ctx context.Context, key string) *redis.MapStringStringCmd
- func (l *LocalCache) HGetDel(ctx context.Context, key string, fields ...string) *redis.StringSliceCmd
- func (l *LocalCache) HGetEX(ctx context.Context, key string, fields ...string) *redis.StringSliceCmd
- func (l *LocalCache) HGetEXWithArgs(ctx context.Context, key string, options *redis.HGetEXOptions, ...) *redis.StringSliceCmd
- func (l *LocalCache) HIncrBy(ctx context.Context, key, field string, incr int64) *redis.IntCmd
- func (l *LocalCache) HIncrByFloat(ctx context.Context, key, field string, incr float64) *redis.FloatCmd
- func (l *LocalCache) HKeys(ctx context.Context, key string) *redis.StringSliceCmd
- func (l *LocalCache) HLen(ctx context.Context, key string) *redis.IntCmd
- func (l *LocalCache) HMGet(ctx context.Context, key string, fields ...string) *redis.SliceCmd
- func (l *LocalCache) HMSet(ctx context.Context, key string, values ...interface{}) *redis.BoolCmd
- func (l *LocalCache) HPExpire(ctx context.Context, key string, expiration time.Duration, fields ...string) *redis.IntSliceCmd
- func (l *LocalCache) HPExpireAt(ctx context.Context, key string, tm time.Time, fields ...string) *redis.IntSliceCmd
- func (l *LocalCache) HPExpireAtWithArgs(ctx context.Context, key string, tm time.Time, ...) *redis.IntSliceCmd
- func (l *LocalCache) HPExpireTime(ctx context.Context, key string, fields ...string) *redis.IntSliceCmd
- func (l *LocalCache) HPExpireWithArgs(ctx context.Context, key string, expiration time.Duration, ...) *redis.IntSliceCmd
- func (l *LocalCache) HPTTL(ctx context.Context, key string, fields ...string) *redis.IntSliceCmd
- func (l *LocalCache) HPersist(ctx context.Context, key string, fields ...string) *redis.IntSliceCmd
- func (l *LocalCache) HRandField(ctx context.Context, key string, count int) *redis.StringSliceCmd
- func (l *LocalCache) HRandFieldWithValues(ctx context.Context, key string, count int) *redis.KeyValueSliceCmd
- func (l *LocalCache) HScan(ctx context.Context, key string, cursor uint64, match string, count int64) *redis.ScanCmd
- func (l *LocalCache) HScanNoValues(ctx context.Context, key string, cursor uint64, match string, count int64) *redis.ScanCmd
- func (l *LocalCache) HSet(ctx context.Context, key string, values ...interface{}) *redis.IntCmd
- func (l *LocalCache) HSetEX(ctx context.Context, key string, fieldsAndValues ...string) *redis.IntCmd
- func (l *LocalCache) HSetEXWithArgs(ctx context.Context, key string, options *redis.HSetEXOptions, ...) *redis.IntCmd
- func (l *LocalCache) HSetNX(ctx context.Context, key, field string, value interface{}) *redis.BoolCmd
- func (l *LocalCache) HStrLen(ctx context.Context, key, field string) *redis.IntCmd
- func (l *LocalCache) HTTL(ctx context.Context, key string, fields ...string) *redis.IntSliceCmd
- func (l *LocalCache) HVals(ctx context.Context, key string) *redis.StringSliceCmd
- func (l *LocalCache) Incr(ctx context.Context, key string) *redis.IntCmd
- func (l *LocalCache) IncrBy(ctx context.Context, key string, value int64) *redis.IntCmd
- func (l *LocalCache) IncrByFloat(ctx context.Context, key string, value float64) *redis.FloatCmd
- func (l *LocalCache) Info(ctx context.Context, section ...string) *redis.StringCmd
- func (l *LocalCache) JSONArrAppend(ctx context.Context, key, path string, values ...interface{}) *redis.IntSliceCmd
- func (l *LocalCache) JSONArrIndex(ctx context.Context, key, path string, value ...interface{}) *redis.IntSliceCmd
- func (l *LocalCache) JSONArrIndexWithArgs(ctx context.Context, key, path string, options *redis.JSONArrIndexArgs, ...) *redis.IntSliceCmd
- func (l *LocalCache) JSONArrInsert(ctx context.Context, key, path string, index int64, values ...interface{}) *redis.IntSliceCmd
- func (l *LocalCache) JSONArrLen(ctx context.Context, key, path string) *redis.IntSliceCmd
- func (l *LocalCache) JSONArrPop(ctx context.Context, key, path string, index int) *redis.StringSliceCmd
- func (l *LocalCache) JSONArrTrim(ctx context.Context, key, path string) *redis.IntSliceCmd
- func (l *LocalCache) JSONArrTrimWithArgs(ctx context.Context, key, path string, options *redis.JSONArrTrimArgs) *redis.IntSliceCmd
- func (l *LocalCache) JSONClear(ctx context.Context, key, path string) *redis.IntCmd
- func (l *LocalCache) JSONDebugMemory(ctx context.Context, key, path string) *redis.IntCmd
- func (l *LocalCache) JSONDel(ctx context.Context, key, path string) *redis.IntCmd
- func (l *LocalCache) JSONForget(ctx context.Context, key, path string) *redis.IntCmd
- func (l *LocalCache) JSONGet(ctx context.Context, key string, paths ...string) *redis.JSONCmd
- func (l *LocalCache) JSONGetWithArgs(ctx context.Context, key string, options *redis.JSONGetArgs, paths ...string) *redis.JSONCmd
- func (l *LocalCache) JSONMGet(ctx context.Context, path string, keys ...string) *redis.JSONSliceCmd
- func (l *LocalCache) JSONMSet(ctx context.Context, params ...interface{}) *redis.StatusCmd
- func (l *LocalCache) JSONMSetArgs(ctx context.Context, docs []redis.JSONSetArgs) *redis.StatusCmd
- func (l *LocalCache) JSONMerge(ctx context.Context, key, path string, value string) *redis.StatusCmd
- func (l *LocalCache) JSONNumIncrBy(ctx context.Context, key, path string, value float64) *redis.JSONCmd
- func (l *LocalCache) JSONObjKeys(ctx context.Context, key, path string) *redis.SliceCmd
- func (l *LocalCache) JSONObjLen(ctx context.Context, key, path string) *redis.IntPointerSliceCmd
- func (l *LocalCache) JSONSet(ctx context.Context, key, path string, value interface{}) *redis.StatusCmd
- func (l *LocalCache) JSONSetMode(ctx context.Context, key, path string, value interface{}, mode string) *redis.StatusCmd
- func (l *LocalCache) JSONStrAppend(ctx context.Context, key, path, value string) *redis.IntPointerSliceCmd
- func (l *LocalCache) JSONStrLen(ctx context.Context, key, path string) *redis.IntPointerSliceCmd
- func (l *LocalCache) JSONToggle(ctx context.Context, key, path string) *redis.IntPointerSliceCmd
- func (l *LocalCache) JSONType(ctx context.Context, key, path string) *redis.JSONSliceCmd
- func (l *LocalCache) Keys(ctx context.Context, pattern string) *redis.StringSliceCmd
- func (l *LocalCache) LCS(ctx context.Context, q *redis.LCSQuery) *redis.LCSCmd
- func (l *LocalCache) LIndex(ctx context.Context, key string, index int64) *redis.StringCmd
- func (l *LocalCache) LInsert(ctx context.Context, key, op string, pivot, value interface{}) *redis.IntCmd
- func (l *LocalCache) LInsertAfter(ctx context.Context, key string, pivot, value interface{}) *redis.IntCmd
- func (l *LocalCache) LInsertBefore(ctx context.Context, key string, pivot, value interface{}) *redis.IntCmd
- func (l *LocalCache) LLen(ctx context.Context, key string) *redis.IntCmd
- func (l *LocalCache) LMPop(ctx context.Context, direction string, count int64, keys ...string) *redis.KeyValuesCmd
- func (l *LocalCache) LMove(ctx context.Context, source, destination, srcpos, destpos string) *redis.StringCmd
- func (l *LocalCache) LPop(ctx context.Context, key string) *redis.StringCmd
- func (l *LocalCache) LPopCount(ctx context.Context, key string, count int) *redis.StringSliceCmd
- func (l *LocalCache) LPos(ctx context.Context, key string, value string, args redis.LPosArgs) *redis.IntCmd
- func (l *LocalCache) LPosCount(ctx context.Context, key string, value string, count int64, ...) *redis.IntSliceCmd
- func (l *LocalCache) LPush(ctx context.Context, key string, values ...interface{}) *redis.IntCmd
- func (l *LocalCache) LPushX(ctx context.Context, key string, values ...interface{}) *redis.IntCmd
- func (l *LocalCache) LRange(ctx context.Context, key string, start, stop int64) *redis.StringSliceCmd
- func (l *LocalCache) LRem(ctx context.Context, key string, count int64, value interface{}) *redis.IntCmd
- func (l *LocalCache) LSet(ctx context.Context, key string, index int64, value interface{}) *redis.StatusCmd
- func (l *LocalCache) LTrim(ctx context.Context, key string, start, stop int64) *redis.StatusCmd
- func (l *LocalCache) LastSave(ctx context.Context) *redis.IntCmd
- func (l *LocalCache) Latency(ctx context.Context) *redis.LatencyCmd
- func (l *LocalCache) LatencyReset(ctx context.Context, events ...interface{}) *redis.StatusCmd
- func (l *LocalCache) MGet(ctx context.Context, keys ...string) *redis.SliceCmd
- func (l *LocalCache) MSet(ctx context.Context, values ...interface{}) *redis.StatusCmd
- func (l *LocalCache) MSetEX(ctx context.Context, args redis.MSetEXArgs, values ...interface{}) *redis.IntCmd
- func (l *LocalCache) MSetNX(ctx context.Context, values ...interface{}) *redis.BoolCmd
- func (l *LocalCache) MemoryUsage(ctx context.Context, key string, samples ...int) *redis.IntCmd
- func (l *LocalCache) Migrate(ctx context.Context, host, port, key string, db int, timeout time.Duration) *redis.StatusCmd
- func (l *LocalCache) ModuleLoadex(ctx context.Context, conf *redis.ModuleLoadexConfig) *redis.StringCmd
- func (l *LocalCache) Move(ctx context.Context, key string, db int) *redis.BoolCmd
- func (l *LocalCache) ObjectEncoding(ctx context.Context, key string) *redis.StringCmd
- func (l *LocalCache) ObjectFreq(ctx context.Context, key string) *redis.IntCmd
- func (l *LocalCache) ObjectIdleTime(ctx context.Context, key string) *redis.DurationCmd
- func (l *LocalCache) ObjectRefCount(ctx context.Context, key string) *redis.IntCmd
- func (l *LocalCache) PExpire(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd
- func (l *LocalCache) PExpireAt(ctx context.Context, key string, tm time.Time) *redis.BoolCmd
- func (l *LocalCache) PExpireTime(ctx context.Context, key string) *redis.DurationCmd
- func (l *LocalCache) PFAdd(ctx context.Context, key string, els ...interface{}) *redis.IntCmd
- func (l *LocalCache) PFCount(ctx context.Context, keys ...string) *redis.IntCmd
- func (l *LocalCache) PFMerge(ctx context.Context, dest string, keys ...string) *redis.StatusCmd
- func (l *LocalCache) PSubscribe(ctx context.Context, channels ...string) *redis.PubSub
- func (l *LocalCache) PTTL(ctx context.Context, key string) *redis.DurationCmd
- func (l *LocalCache) Persist(ctx context.Context, key string) *redis.BoolCmd
- func (l *LocalCache) Ping(ctx context.Context) *redis.StatusCmd
- func (l *LocalCache) Pipeline() redis.Pipeliner
- func (l *LocalCache) Pipelined(ctx context.Context, fn func(redis.Pipeliner) error) ([]redis.Cmder, error)
- func (l *LocalCache) PoolStats() *redis.PoolStats
- func (l *LocalCache) Process(ctx context.Context, cmd redis.Cmder) error
- func (l *LocalCache) PubSubChannels(ctx context.Context, pattern string) *redis.StringSliceCmd
- func (l *LocalCache) PubSubNumPat(ctx context.Context) *redis.IntCmd
- func (l *LocalCache) PubSubNumSub(ctx context.Context, channels ...string) *redis.MapStringIntCmd
- func (l *LocalCache) PubSubShardChannels(ctx context.Context, pattern string) *redis.StringSliceCmd
- func (l *LocalCache) PubSubShardNumSub(ctx context.Context, channels ...string) *redis.MapStringIntCmd
- func (l *LocalCache) Publish(ctx context.Context, channel string, message interface{}) *redis.IntCmd
- func (l *LocalCache) Quit(ctx context.Context) *redis.StatusCmd
- func (l *LocalCache) RPop(ctx context.Context, key string) *redis.StringCmd
- func (l *LocalCache) RPopCount(ctx context.Context, key string, count int) *redis.StringSliceCmd
- func (l *LocalCache) RPopLPush(ctx context.Context, source, destination string) *redis.StringCmd
- func (l *LocalCache) RPush(ctx context.Context, key string, values ...interface{}) *redis.IntCmd
- func (l *LocalCache) RPushX(ctx context.Context, key string, values ...interface{}) *redis.IntCmd
- func (l *LocalCache) RandomKey(ctx context.Context) *redis.StringCmd
- func (l *LocalCache) ReadOnly(ctx context.Context) *redis.StatusCmd
- func (l *LocalCache) ReadWrite(ctx context.Context) *redis.StatusCmd
- func (l *LocalCache) Rename(ctx context.Context, key, newkey string) *redis.StatusCmd
- func (l *LocalCache) RenameNX(ctx context.Context, key, newkey string) *redis.BoolCmd
- func (l *LocalCache) Restore(ctx context.Context, key string, ttl time.Duration, value string) *redis.StatusCmd
- func (l *LocalCache) RestoreReplace(ctx context.Context, key string, ttl time.Duration, value string) *redis.StatusCmd
- func (l *LocalCache) SAdd(ctx context.Context, key string, members ...interface{}) *redis.IntCmd
- func (l *LocalCache) SCard(ctx context.Context, key string) *redis.IntCmd
- func (l *LocalCache) SDiff(ctx context.Context, keys ...string) *redis.StringSliceCmd
- func (l *LocalCache) SDiffStore(ctx context.Context, destination string, keys ...string) *redis.IntCmd
- func (l *LocalCache) SInter(ctx context.Context, keys ...string) *redis.StringSliceCmd
- func (l *LocalCache) SInterCard(ctx context.Context, limit int64, keys ...string) *redis.IntCmd
- func (l *LocalCache) SInterStore(ctx context.Context, destination string, keys ...string) *redis.IntCmd
- func (l *LocalCache) SIsMember(ctx context.Context, key string, member interface{}) *redis.BoolCmd
- func (l *LocalCache) SMIsMember(ctx context.Context, key string, members ...interface{}) *redis.BoolSliceCmd
- func (l *LocalCache) SMembers(ctx context.Context, key string) *redis.StringSliceCmd
- func (l *LocalCache) SMembersMap(ctx context.Context, key string) *redis.StringStructMapCmd
- func (l *LocalCache) SMove(ctx context.Context, source, destination string, member interface{}) *redis.BoolCmd
- func (l *LocalCache) SPop(ctx context.Context, key string) *redis.StringCmd
- func (l *LocalCache) SPopN(ctx context.Context, key string, count int64) *redis.StringSliceCmd
- func (l *LocalCache) SPublish(ctx context.Context, channel string, message interface{}) *redis.IntCmd
- func (l *LocalCache) SRandMember(ctx context.Context, key string) *redis.StringCmd
- func (l *LocalCache) SRandMemberN(ctx context.Context, key string, count int64) *redis.StringSliceCmd
- func (l *LocalCache) SRem(ctx context.Context, key string, members ...interface{}) *redis.IntCmd
- func (l *LocalCache) SScan(ctx context.Context, key string, cursor uint64, match string, count int64) *redis.ScanCmd
- func (l *LocalCache) SSubscribe(ctx context.Context, channels ...string) *redis.PubSub
- func (l *LocalCache) SUnion(ctx context.Context, keys ...string) *redis.StringSliceCmd
- func (l *LocalCache) SUnionStore(ctx context.Context, destination string, keys ...string) *redis.IntCmd
- func (l *LocalCache) Save(ctx context.Context) *redis.StatusCmd
- func (l *LocalCache) Scan(ctx context.Context, cursor uint64, match string, count int64) *redis.ScanCmd
- func (l *LocalCache) ScanType(ctx context.Context, cursor uint64, match string, count int64, keyType string) *redis.ScanCmd
- func (l *LocalCache) ScriptExists(ctx context.Context, hashes ...string) *redis.BoolSliceCmd
- func (l *LocalCache) ScriptFlush(ctx context.Context) *redis.StatusCmd
- func (l *LocalCache) ScriptKill(ctx context.Context) *redis.StatusCmd
- func (l *LocalCache) ScriptLoad(ctx context.Context, script string) *redis.StringCmd
- func (l *LocalCache) Set(ctx context.Context, key string, value interface{}, expiration time.Duration) *redis.StatusCmd
- func (l *LocalCache) SetArgs(ctx context.Context, key string, value interface{}, a redis.SetArgs) *redis.StatusCmd
- func (l *LocalCache) SetBit(ctx context.Context, key string, offset int64, value int) *redis.IntCmd
- func (l *LocalCache) SetEx(ctx context.Context, key string, value interface{}, expiration time.Duration) *redis.StatusCmd
- func (l *LocalCache) SetIFDEQ(ctx context.Context, key string, value interface{}, matchDigest uint64, ...) *redis.StatusCmd
- func (l *LocalCache) SetIFDEQGet(ctx context.Context, key string, value interface{}, matchDigest uint64, ...) *redis.StringCmd
- func (l *LocalCache) SetIFDNE(ctx context.Context, key string, value interface{}, matchDigest uint64, ...) *redis.StatusCmd
- func (l *LocalCache) SetIFDNEGet(ctx context.Context, key string, value interface{}, matchDigest uint64, ...) *redis.StringCmd
- func (l *LocalCache) SetIFEQ(ctx context.Context, key string, value interface{}, matchValue interface{}, ...) *redis.StatusCmd
- func (l *LocalCache) SetIFEQGet(ctx context.Context, key string, value interface{}, matchValue interface{}, ...) *redis.StringCmd
- func (l *LocalCache) SetIFNE(ctx context.Context, key string, value interface{}, matchValue interface{}, ...) *redis.StatusCmd
- func (l *LocalCache) SetIFNEGet(ctx context.Context, key string, value interface{}, matchValue interface{}, ...) *redis.StringCmd
- func (l *LocalCache) SetNX(ctx context.Context, key string, value interface{}, expiration time.Duration) *redis.BoolCmd
- func (l *LocalCache) SetRange(ctx context.Context, key string, offset int64, value string) *redis.IntCmd
- func (l *LocalCache) SetXX(ctx context.Context, key string, value interface{}, expiration time.Duration) *redis.BoolCmd
- func (l *LocalCache) Shutdown(ctx context.Context) *redis.StatusCmd
- func (l *LocalCache) ShutdownNoSave(ctx context.Context) *redis.StatusCmd
- func (l *LocalCache) ShutdownSave(ctx context.Context) *redis.StatusCmd
- func (l *LocalCache) SlaveOf(ctx context.Context, host, port string) *redis.StatusCmd
- func (l *LocalCache) SlowLogGet(ctx context.Context, num int64) *redis.SlowLogCmd
- func (l *LocalCache) SlowLogLen(ctx context.Context) *redis.IntCmd
- func (l *LocalCache) SlowLogReset(ctx context.Context) *redis.StatusCmd
- func (l *LocalCache) Sort(ctx context.Context, key string, sort *redis.Sort) *redis.StringSliceCmd
- func (l *LocalCache) SortInterfaces(ctx context.Context, key string, sort *redis.Sort) *redis.SliceCmd
- func (l *LocalCache) SortRO(ctx context.Context, key string, sort *redis.Sort) *redis.StringSliceCmd
- func (l *LocalCache) SortStore(ctx context.Context, key, store string, sort *redis.Sort) *redis.IntCmd
- func (l *LocalCache) StrLen(ctx context.Context, key string) *redis.IntCmd
- func (l *LocalCache) Subscribe(ctx context.Context, channels ...string) *redis.PubSub
- func (l *LocalCache) TDigestAdd(ctx context.Context, key string, elements ...float64) *redis.StatusCmd
- func (l *LocalCache) TDigestByRank(ctx context.Context, key string, rank ...uint64) *redis.FloatSliceCmd
- func (l *LocalCache) TDigestByRevRank(ctx context.Context, key string, rank ...uint64) *redis.FloatSliceCmd
- func (l *LocalCache) TDigestCDF(ctx context.Context, key string, elements ...float64) *redis.FloatSliceCmd
- func (l *LocalCache) TDigestCreate(ctx context.Context, key string) *redis.StatusCmd
- func (l *LocalCache) TDigestCreateWithCompression(ctx context.Context, key string, compression int64) *redis.StatusCmd
- func (l *LocalCache) TDigestInfo(ctx context.Context, key string) *redis.TDigestInfoCmd
- func (l *LocalCache) TDigestMax(ctx context.Context, key string) *redis.FloatCmd
- func (l *LocalCache) TDigestMerge(ctx context.Context, destKey string, options *redis.TDigestMergeOptions, ...) *redis.StatusCmd
- func (l *LocalCache) TDigestMin(ctx context.Context, key string) *redis.FloatCmd
- func (l *LocalCache) TDigestQuantile(ctx context.Context, key string, elements ...float64) *redis.FloatSliceCmd
- func (l *LocalCache) TDigestRank(ctx context.Context, key string, values ...float64) *redis.IntSliceCmd
- func (l *LocalCache) TDigestReset(ctx context.Context, key string) *redis.StatusCmd
- func (l *LocalCache) TDigestRevRank(ctx context.Context, key string, values ...float64) *redis.IntSliceCmd
- func (l *LocalCache) TDigestTrimmedMean(ctx context.Context, key string, lowCutQuantile, highCutQuantile float64) *redis.FloatCmd
- func (l *LocalCache) TSAdd(ctx context.Context, key string, timestamp interface{}, value float64) *redis.IntCmd
- func (l *LocalCache) TSAddWithArgs(ctx context.Context, key string, timestamp interface{}, value float64, ...) *redis.IntCmd
- func (l *LocalCache) TSAlter(ctx context.Context, key string, options *redis.TSAlterOptions) *redis.StatusCmd
- func (l *LocalCache) TSCreate(ctx context.Context, key string) *redis.StatusCmd
- func (l *LocalCache) TSCreateRule(ctx context.Context, sourceKey string, destKey string, ...) *redis.StatusCmd
- func (l *LocalCache) TSCreateRuleWithArgs(ctx context.Context, sourceKey string, destKey string, ...) *redis.StatusCmd
- func (l *LocalCache) TSCreateWithArgs(ctx context.Context, key string, options *redis.TSOptions) *redis.StatusCmd
- func (l *LocalCache) TSDecrBy(ctx context.Context, Key string, timestamp float64) *redis.IntCmd
- func (l *LocalCache) TSDecrByWithArgs(ctx context.Context, key string, timestamp float64, ...) *redis.IntCmd
- func (l *LocalCache) TSDel(ctx context.Context, Key string, fromTimestamp int, toTimestamp int) *redis.IntCmd
- func (l *LocalCache) TSDeleteRule(ctx context.Context, sourceKey string, destKey string) *redis.StatusCmd
- func (l *LocalCache) TSGet(ctx context.Context, key string) *redis.TSTimestampValueCmd
- func (l *LocalCache) TSGetWithArgs(ctx context.Context, key string, options *redis.TSGetOptions) *redis.TSTimestampValueCmd
- func (l *LocalCache) TSIncrBy(ctx context.Context, Key string, timestamp float64) *redis.IntCmd
- func (l *LocalCache) TSIncrByWithArgs(ctx context.Context, key string, timestamp float64, ...) *redis.IntCmd
- func (l *LocalCache) TSInfo(ctx context.Context, key string) *redis.MapStringInterfaceCmd
- func (l *LocalCache) TSInfoWithArgs(ctx context.Context, key string, options *redis.TSInfoOptions) *redis.MapStringInterfaceCmd
- func (l *LocalCache) TSMAdd(ctx context.Context, ktvSlices [][]interface{}) *redis.IntSliceCmd
- func (l *LocalCache) TSMGet(ctx context.Context, filters []string) *redis.MapStringSliceInterfaceCmd
- func (l *LocalCache) TSMGetWithArgs(ctx context.Context, filters []string, options *redis.TSMGetOptions) *redis.MapStringSliceInterfaceCmd
- func (l *LocalCache) TSMRange(ctx context.Context, fromTimestamp int, toTimestamp int, filterExpr []string) *redis.MapStringSliceInterfaceCmd
- func (l *LocalCache) TSMRangeWithArgs(ctx context.Context, fromTimestamp int, toTimestamp int, filterExpr []string, ...) *redis.MapStringSliceInterfaceCmd
- func (l *LocalCache) TSMRevRange(ctx context.Context, fromTimestamp int, toTimestamp int, filterExpr []string) *redis.MapStringSliceInterfaceCmd
- func (l *LocalCache) TSMRevRangeWithArgs(ctx context.Context, fromTimestamp int, toTimestamp int, filterExpr []string, ...) *redis.MapStringSliceInterfaceCmd
- func (l *LocalCache) TSQueryIndex(ctx context.Context, filterExpr []string) *redis.StringSliceCmd
- func (l *LocalCache) TSRange(ctx context.Context, key string, fromTimestamp int, toTimestamp int) *redis.TSTimestampValueSliceCmd
- func (l *LocalCache) TSRangeWithArgs(ctx context.Context, key string, fromTimestamp int, toTimestamp int, ...) *redis.TSTimestampValueSliceCmd
- func (l *LocalCache) TSRevRange(ctx context.Context, key string, fromTimestamp int, toTimestamp int) *redis.TSTimestampValueSliceCmd
- func (l *LocalCache) TSRevRangeWithArgs(ctx context.Context, key string, fromTimestamp int, toTimestamp int, ...) *redis.TSTimestampValueSliceCmd
- func (l *LocalCache) TTL(ctx context.Context, key string) *redis.DurationCmd
- func (l *LocalCache) Time(ctx context.Context) *redis.TimeCmd
- func (l *LocalCache) TopKAdd(ctx context.Context, key string, elements ...interface{}) *redis.StringSliceCmd
- func (l *LocalCache) TopKCount(ctx context.Context, key string, elements ...interface{}) *redis.IntSliceCmd
- func (l *LocalCache) TopKIncrBy(ctx context.Context, key string, elements ...interface{}) *redis.StringSliceCmd
- func (l *LocalCache) TopKInfo(ctx context.Context, key string) *redis.TopKInfoCmd
- func (l *LocalCache) TopKList(ctx context.Context, key string) *redis.StringSliceCmd
- func (l *LocalCache) TopKListWithCount(ctx context.Context, key string) *redis.MapStringIntCmd
- func (l *LocalCache) TopKQuery(ctx context.Context, key string, elements ...interface{}) *redis.BoolSliceCmd
- func (l *LocalCache) TopKReserve(ctx context.Context, key string, k int64) *redis.StatusCmd
- func (l *LocalCache) TopKReserveWithOptions(ctx context.Context, key string, k int64, width, depth int64, decay float64) *redis.StatusCmd
- func (l *LocalCache) Touch(ctx context.Context, keys ...string) *redis.IntCmd
- func (l *LocalCache) TxPipeline() redis.Pipeliner
- func (l *LocalCache) TxPipelined(ctx context.Context, fn func(redis.Pipeliner) error) ([]redis.Cmder, error)
- func (l *LocalCache) Type(ctx context.Context, key string) *redis.StatusCmd
- func (l *LocalCache) Unlink(ctx context.Context, keys ...string) *redis.IntCmd
- func (l *LocalCache) VAdd(ctx context.Context, key, element string, val redis.Vector) *redis.BoolCmd
- func (l *LocalCache) VAddWithArgs(ctx context.Context, key, element string, val redis.Vector, ...) *redis.BoolCmd
- func (l *LocalCache) VCard(ctx context.Context, key string) *redis.IntCmd
- func (l *LocalCache) VClearAttributes(ctx context.Context, key, element string) *redis.BoolCmd
- func (l *LocalCache) VDim(ctx context.Context, key string) *redis.IntCmd
- func (l *LocalCache) VEmb(ctx context.Context, key, element string, raw bool) *redis.SliceCmd
- func (l *LocalCache) VGetAttr(ctx context.Context, key, element string) *redis.StringCmd
- func (l *LocalCache) VInfo(ctx context.Context, key string) *redis.MapStringInterfaceCmd
- func (l *LocalCache) VLinks(ctx context.Context, key, element string) *redis.StringSliceCmd
- func (l *LocalCache) VLinksWithScores(ctx context.Context, key, element string) *redis.VectorScoreSliceCmd
- func (l *LocalCache) VRandMember(ctx context.Context, key string) *redis.StringCmd
- func (l *LocalCache) VRandMemberCount(ctx context.Context, key string, count int) *redis.StringSliceCmd
- func (l *LocalCache) VRange(ctx context.Context, key string, start string, end string, count int64) *redis.StringSliceCmd
- func (l *LocalCache) VRem(ctx context.Context, key, element string) *redis.BoolCmd
- func (l *LocalCache) VSetAttr(ctx context.Context, key, element string, attr interface{}) *redis.BoolCmd
- func (l *LocalCache) VSim(ctx context.Context, key string, val redis.Vector) *redis.StringSliceCmd
- func (l *LocalCache) VSimWithArgs(ctx context.Context, key string, val redis.Vector, args *redis.VSimArgs) *redis.StringSliceCmd
- func (l *LocalCache) VSimWithArgsWithScores(ctx context.Context, key string, val redis.Vector, args *redis.VSimArgs) *redis.VectorScoreSliceCmd
- func (l *LocalCache) VSimWithScores(ctx context.Context, key string, val redis.Vector) *redis.VectorScoreSliceCmd
- func (l *LocalCache) Watch(ctx context.Context, fn func(*redis.Tx) error, keys ...string) error
- func (l *LocalCache) XAck(ctx context.Context, stream, group string, ids ...string) *redis.IntCmd
- func (l *LocalCache) XAckDel(ctx context.Context, stream string, group string, mode string, ids ...string) *redis.SliceCmd
- func (l *LocalCache) XAdd(ctx context.Context, a *redis.XAddArgs) *redis.StringCmd
- func (l *LocalCache) XAutoClaim(ctx context.Context, a *redis.XAutoClaimArgs) *redis.XAutoClaimCmd
- func (l *LocalCache) XAutoClaimJustID(ctx context.Context, a *redis.XAutoClaimArgs) *redis.XAutoClaimJustIDCmd
- func (l *LocalCache) XClaim(ctx context.Context, a *redis.XClaimArgs) *redis.XMessageSliceCmd
- func (l *LocalCache) XClaimJustID(ctx context.Context, a *redis.XClaimArgs) *redis.StringSliceCmd
- func (l *LocalCache) XDel(ctx context.Context, stream string, ids ...string) *redis.IntCmd
- func (l *LocalCache) XDelEx(ctx context.Context, stream string, mode string, ids ...string) *redis.SliceCmd
- func (l *LocalCache) XGroupCreate(ctx context.Context, stream, group, start string) *redis.StatusCmd
- func (l *LocalCache) XGroupCreateConsumer(ctx context.Context, stream, group, consumer string) *redis.IntCmd
- func (l *LocalCache) XGroupCreateMkStream(ctx context.Context, stream, group, start string) *redis.StatusCmd
- func (l *LocalCache) XGroupDelConsumer(ctx context.Context, stream, group, consumer string) *redis.IntCmd
- func (l *LocalCache) XGroupDestroy(ctx context.Context, stream, group string) *redis.IntCmd
- func (l *LocalCache) XGroupSetID(ctx context.Context, stream, group, start string) *redis.StatusCmd
- func (l *LocalCache) XInfoConsumers(ctx context.Context, key string, group string) *redis.XInfoConsumersCmd
- func (l *LocalCache) XInfoGroups(ctx context.Context, key string) *redis.XInfoGroupsCmd
- func (l *LocalCache) XInfoStream(ctx context.Context, key string) *redis.XInfoStreamCmd
- func (l *LocalCache) XInfoStreamFull(ctx context.Context, key string, count int) *redis.XInfoStreamFullCmd
- func (l *LocalCache) XLen(ctx context.Context, stream string) *redis.IntCmd
- func (l *LocalCache) XPending(ctx context.Context, stream, group string) *redis.XPendingCmd
- func (l *LocalCache) XPendingExt(ctx context.Context, a *redis.XPendingExtArgs) *redis.XPendingExtCmd
- func (l *LocalCache) XRange(ctx context.Context, stream, start, stop string) *redis.XMessageSliceCmd
- func (l *LocalCache) XRangeN(ctx context.Context, stream, start, stop string, count int64) *redis.XMessageSliceCmd
- func (l *LocalCache) XRead(ctx context.Context, a *redis.XReadArgs) *redis.XStreamSliceCmd
- func (l *LocalCache) XReadGroup(ctx context.Context, a *redis.XReadGroupArgs) *redis.XStreamSliceCmd
- func (l *LocalCache) XReadStreams(ctx context.Context, streams ...string) *redis.XStreamSliceCmd
- func (l *LocalCache) XRevRange(ctx context.Context, stream string, start, stop string) *redis.XMessageSliceCmd
- func (l *LocalCache) XRevRangeN(ctx context.Context, stream string, start, stop string, count int64) *redis.XMessageSliceCmd
- func (l *LocalCache) XTrimMaxLen(ctx context.Context, key string, maxLen int64) *redis.IntCmd
- func (l *LocalCache) XTrimMaxLenApprox(ctx context.Context, key string, maxLen, limit int64) *redis.IntCmd
- func (l *LocalCache) XTrimMaxLenApproxMode(ctx context.Context, key string, maxLen int64, limit int64, mode string) *redis.IntCmd
- func (l *LocalCache) XTrimMaxLenMode(ctx context.Context, key string, maxLen int64, mode string) *redis.IntCmd
- func (l *LocalCache) XTrimMinID(ctx context.Context, key string, minID string) *redis.IntCmd
- func (l *LocalCache) XTrimMinIDApprox(ctx context.Context, key string, minID string, limit int64) *redis.IntCmd
- func (l *LocalCache) XTrimMinIDApproxMode(ctx context.Context, key string, minID string, limit int64, mode string) *redis.IntCmd
- func (l *LocalCache) XTrimMinIDMode(ctx context.Context, key string, minID string, mode string) *redis.IntCmd
- func (l *LocalCache) ZAdd(ctx context.Context, key string, members ...redis.Z) *redis.IntCmd
- func (l *LocalCache) ZAddArgs(ctx context.Context, key string, args redis.ZAddArgs) *redis.IntCmd
- func (l *LocalCache) ZAddArgsIncr(ctx context.Context, key string, args redis.ZAddArgs) *redis.FloatCmd
- func (l *LocalCache) ZAddGT(ctx context.Context, key string, members ...redis.Z) *redis.IntCmd
- func (l *LocalCache) ZAddLT(ctx context.Context, key string, members ...redis.Z) *redis.IntCmd
- func (l *LocalCache) ZAddNX(ctx context.Context, key string, members ...redis.Z) *redis.IntCmd
- func (l *LocalCache) ZAddXX(ctx context.Context, key string, members ...redis.Z) *redis.IntCmd
- func (l *LocalCache) ZCard(ctx context.Context, key string) *redis.IntCmd
- func (l *LocalCache) ZCount(ctx context.Context, key, min, max string) *redis.IntCmd
- func (l *LocalCache) ZDiff(ctx context.Context, keys ...string) *redis.StringSliceCmd
- func (l *LocalCache) ZDiffStore(ctx context.Context, destination string, keys ...string) *redis.IntCmd
- func (l *LocalCache) ZDiffWithScores(ctx context.Context, keys ...string) *redis.ZSliceCmd
- func (l *LocalCache) ZIncrBy(ctx context.Context, key string, increment float64, member string) *redis.FloatCmd
- func (l *LocalCache) ZInter(ctx context.Context, store *redis.ZStore) *redis.StringSliceCmd
- func (l *LocalCache) ZInterCard(ctx context.Context, limit int64, keys ...string) *redis.IntCmd
- func (l *LocalCache) ZInterStore(ctx context.Context, destination string, store *redis.ZStore) *redis.IntCmd
- func (l *LocalCache) ZInterWithScores(ctx context.Context, store *redis.ZStore) *redis.ZSliceCmd
- func (l *LocalCache) ZLexCount(ctx context.Context, key, min, max string) *redis.IntCmd
- func (l *LocalCache) ZMPop(ctx context.Context, order string, count int64, keys ...string) *redis.ZSliceWithKeyCmd
- func (l *LocalCache) ZMScore(ctx context.Context, key string, members ...string) *redis.FloatSliceCmd
- func (l *LocalCache) ZPopMax(ctx context.Context, key string, count ...int64) *redis.ZSliceCmd
- func (l *LocalCache) ZPopMin(ctx context.Context, key string, count ...int64) *redis.ZSliceCmd
- func (l *LocalCache) ZRandMember(ctx context.Context, key string, count int) *redis.StringSliceCmd
- func (l *LocalCache) ZRandMemberWithScores(ctx context.Context, key string, count int) *redis.ZSliceCmd
- func (l *LocalCache) ZRange(ctx context.Context, key string, start, stop int64) *redis.StringSliceCmd
- func (l *LocalCache) ZRangeArgs(ctx context.Context, z redis.ZRangeArgs) *redis.StringSliceCmd
- func (l *LocalCache) ZRangeArgsWithScores(ctx context.Context, z redis.ZRangeArgs) *redis.ZSliceCmd
- func (l *LocalCache) ZRangeByLex(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.StringSliceCmd
- func (l *LocalCache) ZRangeByScore(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.StringSliceCmd
- func (l *LocalCache) ZRangeByScoreWithScores(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.ZSliceCmd
- func (l *LocalCache) ZRangeStore(ctx context.Context, dst string, z redis.ZRangeArgs) *redis.IntCmd
- func (l *LocalCache) ZRangeWithScores(ctx context.Context, key string, start, stop int64) *redis.ZSliceCmd
- func (l *LocalCache) ZRank(ctx context.Context, key, member string) *redis.IntCmd
- func (l *LocalCache) ZRankWithScore(ctx context.Context, key, member string) *redis.RankWithScoreCmd
- func (l *LocalCache) ZRem(ctx context.Context, key string, members ...interface{}) *redis.IntCmd
- func (l *LocalCache) ZRemRangeByLex(ctx context.Context, key, min, max string) *redis.IntCmd
- func (l *LocalCache) ZRemRangeByRank(ctx context.Context, key string, start, stop int64) *redis.IntCmd
- func (l *LocalCache) ZRemRangeByScore(ctx context.Context, key, min, max string) *redis.IntCmd
- func (l *LocalCache) ZRevRange(ctx context.Context, key string, start, stop int64) *redis.StringSliceCmd
- func (l *LocalCache) ZRevRangeByLex(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.StringSliceCmd
- func (l *LocalCache) ZRevRangeByScore(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.StringSliceCmd
- func (l *LocalCache) ZRevRangeByScoreWithScores(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.ZSliceCmd
- func (l *LocalCache) ZRevRangeWithScores(ctx context.Context, key string, start, stop int64) *redis.ZSliceCmd
- func (l *LocalCache) ZRevRank(ctx context.Context, key, member string) *redis.IntCmd
- func (l *LocalCache) ZRevRankWithScore(ctx context.Context, key, member string) *redis.RankWithScoreCmd
- func (l *LocalCache) ZScan(ctx context.Context, key string, cursor uint64, match string, count int64) *redis.ScanCmd
- func (l *LocalCache) ZScore(ctx context.Context, key, member string) *redis.FloatCmd
- func (l *LocalCache) ZUnion(ctx context.Context, store redis.ZStore) *redis.StringSliceCmd
- func (l *LocalCache) ZUnionStore(ctx context.Context, dest string, store *redis.ZStore) *redis.IntCmd
- func (l *LocalCache) ZUnionWithScores(ctx context.Context, store redis.ZStore) *redis.ZSliceCmd
Constants ¶
This section is empty.
Variables ¶
var ErrInvalidArgNum = errors.New("invalid arg num")
Functions ¶
This section is empty.
Types ¶
type LocalCache ¶
type LocalCache struct {
// contains filtered or unexported fields
}
LocalCache 实现redis.UniversalClient接口的高效本地缓存
func (*LocalCache) ACLCat ¶
func (l *LocalCache) ACLCat(ctx context.Context) *redis.StringSliceCmd
ACLCat noinspection all
func (*LocalCache) ACLCatArgs ¶
func (l *LocalCache) ACLCatArgs(ctx context.Context, options *redis.ACLCatArgs) *redis.StringSliceCmd
ACLCatArgs noinspection all
func (*LocalCache) ACLDelUser ¶
ACLDelUser noinspection all
func (*LocalCache) ACLDryRun ¶
func (l *LocalCache) ACLDryRun(ctx context.Context, username string, command ...interface{}) *redis.StringCmd
ACLDryRun noinspection all
func (*LocalCache) ACLGenPass ¶
ACLGenPass noinspection all
func (*LocalCache) ACLList ¶
func (l *LocalCache) ACLList(ctx context.Context) *redis.StringSliceCmd
ACLList noinspection all
func (*LocalCache) ACLLogReset ¶
func (l *LocalCache) ACLLogReset(ctx context.Context) *redis.StatusCmd
ACLLogReset noinspection all
func (*LocalCache) ACLSetUser ¶
func (l *LocalCache) ACLSetUser(ctx context.Context, username string, rules ...string) *redis.StatusCmd
ACLSetUser noinspection all
func (*LocalCache) ACLUsers ¶
func (l *LocalCache) ACLUsers(ctx context.Context) *redis.StringSliceCmd
ACLUsers noinspection all
func (*LocalCache) ACLWhoAmI ¶
func (l *LocalCache) ACLWhoAmI(ctx context.Context) *redis.StringCmd
ACLWhoAmI noinspection all
func (*LocalCache) BFInfoCapacity ¶
BFInfoCapacity noinspection all
func (*LocalCache) BFInfoExpansion ¶
BFInfoExpansion noinspection all
func (*LocalCache) BFInfoFilters ¶
BFInfoFilters noinspection all
func (*LocalCache) BFInfoItems ¶
BFInfoItems noinspection all
func (*LocalCache) BFInfoSize ¶
BFInfoSize noinspection all
func (*LocalCache) BFInsert ¶
func (l *LocalCache) BFInsert(ctx context.Context, key string, options *redis.BFInsertOptions, elements ...interface{}) *redis.BoolSliceCmd
BFInsert noinspection all
func (*LocalCache) BFLoadChunk ¶
func (l *LocalCache) BFLoadChunk(ctx context.Context, key string, iterator int64, data interface{}) *redis.StatusCmd
BFLoadChunk noinspection all
func (*LocalCache) BFMAdd ¶
func (l *LocalCache) BFMAdd(ctx context.Context, key string, elements ...interface{}) *redis.BoolSliceCmd
BFMAdd noinspection all
func (*LocalCache) BFMExists ¶
func (l *LocalCache) BFMExists(ctx context.Context, key string, elements ...interface{}) *redis.BoolSliceCmd
BFMExists noinspection all
func (*LocalCache) BFReserve ¶
func (l *LocalCache) BFReserve(ctx context.Context, key string, errorRate float64, capacity int64) *redis.StatusCmd
BFReserve noinspection all
func (*LocalCache) BFReserveExpansion ¶
func (l *LocalCache) BFReserveExpansion(ctx context.Context, key string, errorRate float64, capacity, expansion int64) *redis.StatusCmd
BFReserveExpansion noinspection all
func (*LocalCache) BFReserveNonScaling ¶
func (l *LocalCache) BFReserveNonScaling(ctx context.Context, key string, errorRate float64, capacity int64) *redis.StatusCmd
BFReserveNonScaling noinspection all
func (*LocalCache) BFReserveWithArgs ¶
func (l *LocalCache) BFReserveWithArgs(ctx context.Context, key string, options *redis.BFReserveOptions) *redis.StatusCmd
BFReserveWithArgs noinspection all
func (*LocalCache) BFScanDump ¶
func (l *LocalCache) BFScanDump(ctx context.Context, key string, iterator int64) *redis.ScanDumpCmd
BFScanDump noinspection all
func (*LocalCache) BLMPop ¶
func (l *LocalCache) BLMPop(ctx context.Context, timeout time.Duration, direction string, count int64, keys ...string) *redis.KeyValuesCmd
BLMPop noinspection all
func (*LocalCache) BLMove ¶
func (l *LocalCache) BLMove(ctx context.Context, source, destination, srcpos, destpos string, timeout time.Duration) *redis.StringCmd
BLMove noinspection all
func (*LocalCache) BLPop ¶
func (l *LocalCache) BLPop(ctx context.Context, timeout time.Duration, keys ...string) *redis.StringSliceCmd
BLPop noinspection all
func (*LocalCache) BRPop ¶
func (l *LocalCache) BRPop(ctx context.Context, timeout time.Duration, keys ...string) *redis.StringSliceCmd
BRPop noinspection all
func (*LocalCache) BRPopLPush ¶
func (l *LocalCache) BRPopLPush(ctx context.Context, source, destination string, timeout time.Duration) *redis.StringCmd
BRPopLPush noinspection all
func (*LocalCache) BZMPop ¶
func (l *LocalCache) BZMPop(ctx context.Context, timeout time.Duration, order string, count int64, keys ...string) *redis.ZSliceWithKeyCmd
BZMPop noinspection all
func (*LocalCache) BZPopMax ¶
func (l *LocalCache) BZPopMax(ctx context.Context, timeout time.Duration, keys ...string) *redis.ZWithKeyCmd
BZPopMax noinspection all
func (*LocalCache) BZPopMin ¶
func (l *LocalCache) BZPopMin(ctx context.Context, timeout time.Duration, keys ...string) *redis.ZWithKeyCmd
BZPopMin noinspection all
func (*LocalCache) BgRewriteAOF ¶
func (l *LocalCache) BgRewriteAOF(ctx context.Context) *redis.StatusCmd
BgRewriteAOF noinspection all
func (*LocalCache) BgSave ¶
func (l *LocalCache) BgSave(ctx context.Context) *redis.StatusCmd
BgSave noinspection all
func (*LocalCache) BitCount ¶
func (l *LocalCache) BitCount(ctx context.Context, key string, bitCount *redis.BitCount) *redis.IntCmd
BitCount noinspection all
func (*LocalCache) BitField ¶
func (l *LocalCache) BitField(ctx context.Context, key string, values ...interface{}) *redis.IntSliceCmd
BitField noinspection all
func (*LocalCache) BitFieldRO ¶
func (l *LocalCache) BitFieldRO(ctx context.Context, key string, values ...interface{}) *redis.IntSliceCmd
BitFieldRO noinspection all
func (*LocalCache) BitOpAndOr ¶
BitOpAndOr noinspection all
func (*LocalCache) BitOpDiff1 ¶
BitOpDiff1 noinspection all
func (*LocalCache) BitPosSpan ¶
func (l *LocalCache) BitPosSpan(ctx context.Context, key string, bit int8, start, end int64, span string) *redis.IntCmd
BitPosSpan noinspection all
func (*LocalCache) CFInsert ¶
func (l *LocalCache) CFInsert(ctx context.Context, key string, options *redis.CFInsertOptions, elements ...interface{}) *redis.BoolSliceCmd
CFInsert noinspection all
func (*LocalCache) CFInsertNX ¶
func (l *LocalCache) CFInsertNX(ctx context.Context, key string, options *redis.CFInsertOptions, elements ...interface{}) *redis.IntSliceCmd
CFInsertNX noinspection all
func (*LocalCache) CFLoadChunk ¶
func (l *LocalCache) CFLoadChunk(ctx context.Context, key string, iterator int64, data interface{}) *redis.StatusCmd
CFLoadChunk noinspection all
func (*LocalCache) CFMExists ¶
func (l *LocalCache) CFMExists(ctx context.Context, key string, elements ...interface{}) *redis.BoolSliceCmd
CFMExists noinspection all
func (*LocalCache) CFReserveBucketSize ¶
func (l *LocalCache) CFReserveBucketSize(ctx context.Context, key string, capacity int64, bucketsize int64) *redis.StatusCmd
CFReserveBucketSize noinspection all
func (*LocalCache) CFReserveExpansion ¶
func (l *LocalCache) CFReserveExpansion(ctx context.Context, key string, capacity int64, expansion int64) *redis.StatusCmd
CFReserveExpansion noinspection all
func (*LocalCache) CFReserveMaxIterations ¶
func (l *LocalCache) CFReserveMaxIterations(ctx context.Context, key string, capacity int64, maxiterations int64) *redis.StatusCmd
CFReserveMaxIterations noinspection all
func (*LocalCache) CFReserveWithArgs ¶
func (l *LocalCache) CFReserveWithArgs(ctx context.Context, key string, options *redis.CFReserveOptions) *redis.StatusCmd
CFReserveWithArgs noinspection all
func (*LocalCache) CFScanDump ¶
func (l *LocalCache) CFScanDump(ctx context.Context, key string, iterator int64) *redis.ScanDumpCmd
CFScanDump noinspection all
func (*LocalCache) CMSIncrBy ¶
func (l *LocalCache) CMSIncrBy(ctx context.Context, key string, elements ...interface{}) *redis.IntSliceCmd
CMSIncrBy noinspection all
func (*LocalCache) CMSInfo ¶
func (l *LocalCache) CMSInfo(ctx context.Context, key string) *redis.CMSInfoCmd
CMSInfo noinspection all
func (*LocalCache) CMSInitByDim ¶
func (l *LocalCache) CMSInitByDim(ctx context.Context, key string, width, height int64) *redis.StatusCmd
CMSInitByDim noinspection all
func (*LocalCache) CMSInitByProb ¶
func (l *LocalCache) CMSInitByProb(ctx context.Context, key string, errorRate, probability float64) *redis.StatusCmd
CMSInitByProb noinspection all
func (*LocalCache) CMSMerge ¶
func (l *LocalCache) CMSMerge(ctx context.Context, destKey string, sourceKeys ...string) *redis.StatusCmd
CMSMerge noinspection all
func (*LocalCache) CMSMergeWithWeight ¶
func (l *LocalCache) CMSMergeWithWeight(ctx context.Context, destKey string, sourceKeys map[string]int64) *redis.StatusCmd
CMSMergeWithWeight noinspection all
func (*LocalCache) CMSQuery ¶
func (l *LocalCache) CMSQuery(ctx context.Context, key string, elements ...interface{}) *redis.IntSliceCmd
CMSQuery noinspection all
func (*LocalCache) ClientGetName ¶
func (l *LocalCache) ClientGetName(ctx context.Context) *redis.StringCmd
ClientGetName noinspection all
func (*LocalCache) ClientID ¶
func (l *LocalCache) ClientID(ctx context.Context) *redis.IntCmd
ClientID noinspection all
func (*LocalCache) ClientInfo ¶
func (l *LocalCache) ClientInfo(ctx context.Context) *redis.ClientInfoCmd
ClientInfo noinspection all
func (*LocalCache) ClientKill ¶
ClientKill noinspection all
func (*LocalCache) ClientKillByFilter ¶
ClientKillByFilter noinspection all
func (*LocalCache) ClientList ¶
func (l *LocalCache) ClientList(ctx context.Context) *redis.StringCmd
ClientList noinspection all
func (*LocalCache) ClientMaintNotifications ¶
func (l *LocalCache) ClientMaintNotifications(ctx context.Context, enabled bool, endpointType string) *redis.StatusCmd
ClientMaintNotifications noinspection all
func (*LocalCache) ClientPause ¶
ClientPause noinspection all
func (*LocalCache) ClientUnblock ¶
ClientUnblock noinspection all
func (*LocalCache) ClientUnblockWithError ¶
ClientUnblockWithError noinspection all
func (*LocalCache) ClientUnpause ¶
func (l *LocalCache) ClientUnpause(ctx context.Context) *redis.BoolCmd
ClientUnpause noinspection all
func (*LocalCache) ClusterAddSlots ¶
ClusterAddSlots noinspection all
func (*LocalCache) ClusterAddSlotsRange ¶
ClusterAddSlotsRange noinspection all
func (*LocalCache) ClusterCountFailureReports ¶
ClusterCountFailureReports noinspection all
func (*LocalCache) ClusterCountKeysInSlot ¶
ClusterCountKeysInSlot noinspection all
func (*LocalCache) ClusterDelSlots ¶
ClusterDelSlots noinspection all
func (*LocalCache) ClusterDelSlotsRange ¶
ClusterDelSlotsRange noinspection all
func (*LocalCache) ClusterFailover ¶
func (l *LocalCache) ClusterFailover(ctx context.Context) *redis.StatusCmd
ClusterFailover noinspection all
func (*LocalCache) ClusterForget ¶
ClusterForget noinspection all
func (*LocalCache) ClusterGetKeysInSlot ¶
func (l *LocalCache) ClusterGetKeysInSlot(ctx context.Context, slot int, count int) *redis.StringSliceCmd
ClusterGetKeysInSlot noinspection all
func (*LocalCache) ClusterInfo ¶
func (l *LocalCache) ClusterInfo(ctx context.Context) *redis.StringCmd
ClusterInfo noinspection all
func (*LocalCache) ClusterKeySlot ¶
ClusterKeySlot noinspection all
func (*LocalCache) ClusterLinks ¶
func (l *LocalCache) ClusterLinks(ctx context.Context) *redis.ClusterLinksCmd
ClusterLinks noinspection all
func (*LocalCache) ClusterMeet ¶
ClusterMeet noinspection all
func (*LocalCache) ClusterMyID ¶
func (l *LocalCache) ClusterMyID(ctx context.Context) *redis.StringCmd
ClusterMyID noinspection all
func (*LocalCache) ClusterMyShardID ¶
func (l *LocalCache) ClusterMyShardID(ctx context.Context) *redis.StringCmd
ClusterMyShardID noinspection all
func (*LocalCache) ClusterNodes ¶
func (l *LocalCache) ClusterNodes(ctx context.Context) *redis.StringCmd
ClusterNodes noinspection all
func (*LocalCache) ClusterReplicate ¶
ClusterReplicate noinspection all
func (*LocalCache) ClusterResetHard ¶
func (l *LocalCache) ClusterResetHard(ctx context.Context) *redis.StatusCmd
ClusterResetHard noinspection all
func (*LocalCache) ClusterResetSoft ¶
func (l *LocalCache) ClusterResetSoft(ctx context.Context) *redis.StatusCmd
ClusterResetSoft noinspection all
func (*LocalCache) ClusterSaveConfig ¶
func (l *LocalCache) ClusterSaveConfig(ctx context.Context) *redis.StatusCmd
ClusterSaveConfig noinspection all
func (*LocalCache) ClusterShards ¶
func (l *LocalCache) ClusterShards(ctx context.Context) *redis.ClusterShardsCmd
ClusterShards noinspection all
func (*LocalCache) ClusterSlaves ¶
func (l *LocalCache) ClusterSlaves(ctx context.Context, nodeID string) *redis.StringSliceCmd
ClusterSlaves noinspection all
func (*LocalCache) ClusterSlots ¶
func (l *LocalCache) ClusterSlots(ctx context.Context) *redis.ClusterSlotsCmd
ClusterSlots noinspection all
func (*LocalCache) Command ¶
func (l *LocalCache) Command(ctx context.Context) *redis.CommandsInfoCmd
Command noinspection all
func (*LocalCache) CommandGetKeys ¶
func (l *LocalCache) CommandGetKeys(ctx context.Context, commands ...interface{}) *redis.StringSliceCmd
CommandGetKeys noinspection all
func (*LocalCache) CommandGetKeysAndFlags ¶
func (l *LocalCache) CommandGetKeysAndFlags(ctx context.Context, commands ...interface{}) *redis.KeyFlagsCmd
CommandGetKeysAndFlags noinspection all
func (*LocalCache) CommandList ¶
func (l *LocalCache) CommandList(ctx context.Context, filter *redis.FilterBy) *redis.StringSliceCmd
CommandList noinspection all
func (*LocalCache) ConfigGet ¶
func (l *LocalCache) ConfigGet(ctx context.Context, parameter string) *redis.MapStringStringCmd
ConfigGet noinspection all
func (*LocalCache) ConfigResetStat ¶
func (l *LocalCache) ConfigResetStat(ctx context.Context) *redis.StatusCmd
ConfigResetStat noinspection all
func (*LocalCache) ConfigRewrite ¶
func (l *LocalCache) ConfigRewrite(ctx context.Context) *redis.StatusCmd
ConfigRewrite noinspection all
func (*LocalCache) Copy ¶
func (l *LocalCache) Copy(ctx context.Context, sourceKey string, destKey string, db int, replace bool) *redis.IntCmd
Copy noinspection all
func (*LocalCache) DBSize ¶
func (l *LocalCache) DBSize(ctx context.Context) *redis.IntCmd
DBSize noinspection all
func (*LocalCache) DebugObject ¶
DebugObject noinspection all
func (*LocalCache) Do ¶
func (l *LocalCache) Do(ctx context.Context, args ...interface{}) *redis.Cmd
Do noinspection all
func (*LocalCache) Echo ¶
func (l *LocalCache) Echo(ctx context.Context, message interface{}) *redis.StringCmd
Echo noinspection all
func (*LocalCache) Eval ¶
func (l *LocalCache) Eval(ctx context.Context, script string, keys []string, args ...interface{}) *redis.Cmd
Eval noinspection all
func (*LocalCache) EvalRO ¶
func (l *LocalCache) EvalRO(ctx context.Context, script string, keys []string, args ...interface{}) *redis.Cmd
EvalRO noinspection all
func (*LocalCache) EvalSha ¶
func (l *LocalCache) EvalSha(ctx context.Context, sha1 string, keys []string, args ...interface{}) *redis.Cmd
EvalSha noinspection all
func (*LocalCache) EvalShaRO ¶
func (l *LocalCache) EvalShaRO(ctx context.Context, sha1 string, keys []string, args ...interface{}) *redis.Cmd
EvalShaRO noinspection all
func (*LocalCache) Expire ¶
func (l *LocalCache) Expire(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd
Expire noinspection all
func (*LocalCache) ExpireGT ¶
func (l *LocalCache) ExpireGT(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd
ExpireGT noinspection all
func (*LocalCache) ExpireLT ¶
func (l *LocalCache) ExpireLT(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd
ExpireLT noinspection all
func (*LocalCache) ExpireNX ¶
func (l *LocalCache) ExpireNX(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd
ExpireNX noinspection all
func (*LocalCache) ExpireTime ¶
func (l *LocalCache) ExpireTime(ctx context.Context, key string) *redis.DurationCmd
ExpireTime noinspection all
func (*LocalCache) ExpireXX ¶
func (l *LocalCache) ExpireXX(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd
ExpireXX noinspection all
func (*LocalCache) FCall ¶
func (l *LocalCache) FCall(ctx context.Context, function string, keys []string, args ...interface{}) *redis.Cmd
FCall noinspection all
func (*LocalCache) FCallRO ¶
func (l *LocalCache) FCallRO(ctx context.Context, function string, keys []string, args ...interface{}) *redis.Cmd
FCallRO noinspection all
func (*LocalCache) FCallRo ¶
func (l *LocalCache) FCallRo(ctx context.Context, function string, keys []string, args ...interface{}) *redis.Cmd
FCallRo noinspection all
func (*LocalCache) FTAggregate ¶
func (l *LocalCache) FTAggregate(ctx context.Context, index string, query string) *redis.MapStringInterfaceCmd
FTAggregate noinspection all
func (*LocalCache) FTAggregateWithArgs ¶
func (l *LocalCache) FTAggregateWithArgs(ctx context.Context, index string, query string, options *redis.FTAggregateOptions) *redis.AggregateCmd
FTAggregateWithArgs noinspection all
func (*LocalCache) FTAliasAdd ¶
FTAliasAdd noinspection all
func (*LocalCache) FTAliasDel ¶
FTAliasDel noinspection all
func (*LocalCache) FTAliasUpdate ¶
func (l *LocalCache) FTAliasUpdate(ctx context.Context, index string, alias string) *redis.StatusCmd
FTAliasUpdate noinspection all
func (*LocalCache) FTAlter ¶
func (l *LocalCache) FTAlter(ctx context.Context, index string, skipInitialScan bool, definition []interface{}) *redis.StatusCmd
FTAlter noinspection all
func (*LocalCache) FTConfigGet ¶
func (l *LocalCache) FTConfigGet(ctx context.Context, option string) *redis.MapMapStringInterfaceCmd
FTConfigGet noinspection all
func (*LocalCache) FTConfigSet ¶
func (l *LocalCache) FTConfigSet(ctx context.Context, option string, value interface{}) *redis.StatusCmd
FTConfigSet noinspection all
func (*LocalCache) FTCreate ¶
func (l *LocalCache) FTCreate(ctx context.Context, index string, options *redis.FTCreateOptions, schema ...*redis.FieldSchema) *redis.StatusCmd
FTCreate noinspection all
func (*LocalCache) FTCursorDel ¶
FTCursorDel noinspection all
func (*LocalCache) FTCursorRead ¶
func (l *LocalCache) FTCursorRead(ctx context.Context, index string, cursorId int, count int) *redis.MapStringInterfaceCmd
FTCursorRead noinspection all
func (*LocalCache) FTDictDump ¶
func (l *LocalCache) FTDictDump(ctx context.Context, dict string) *redis.StringSliceCmd
FTDictDump noinspection all
func (*LocalCache) FTDropIndex ¶
FTDropIndex noinspection all
func (*LocalCache) FTDropIndexWithArgs ¶
func (l *LocalCache) FTDropIndexWithArgs(ctx context.Context, index string, options *redis.FTDropIndexOptions) *redis.StatusCmd
FTDropIndexWithArgs noinspection all
func (*LocalCache) FTExplainWithArgs ¶
func (l *LocalCache) FTExplainWithArgs(ctx context.Context, index string, query string, options *redis.FTExplainOptions) *redis.StringCmd
FTExplainWithArgs noinspection all
func (*LocalCache) FTHybrid ¶
func (l *LocalCache) FTHybrid(ctx context.Context, index string, searchExpr string, vectorField string, vectorData redis.Vector) *redis.FTHybridCmd
FTHybrid noinspection all
func (*LocalCache) FTHybridWithArgs ¶
func (l *LocalCache) FTHybridWithArgs(ctx context.Context, index string, options *redis.FTHybridOptions) *redis.FTHybridCmd
FTHybridWithArgs noinspection all
func (*LocalCache) FTSearch ¶
func (l *LocalCache) FTSearch(ctx context.Context, index string, query string) *redis.FTSearchCmd
FTSearch noinspection all
func (*LocalCache) FTSearchWithArgs ¶
func (l *LocalCache) FTSearchWithArgs(ctx context.Context, index string, query string, options *redis.FTSearchOptions) *redis.FTSearchCmd
FTSearchWithArgs noinspection all
func (*LocalCache) FTSpellCheck ¶
func (l *LocalCache) FTSpellCheck(ctx context.Context, index string, query string) *redis.FTSpellCheckCmd
FTSpellCheck noinspection all
func (*LocalCache) FTSpellCheckWithArgs ¶
func (l *LocalCache) FTSpellCheckWithArgs(ctx context.Context, index string, query string, options *redis.FTSpellCheckOptions) *redis.FTSpellCheckCmd
FTSpellCheckWithArgs noinspection all
func (*LocalCache) FTSynDump ¶
func (l *LocalCache) FTSynDump(ctx context.Context, index string) *redis.FTSynDumpCmd
FTSynDump noinspection all
func (*LocalCache) FTSynUpdate ¶
func (l *LocalCache) FTSynUpdate(ctx context.Context, index string, synGroupId interface{}, terms []interface{}) *redis.StatusCmd
FTSynUpdate noinspection all
func (*LocalCache) FTSynUpdateWithArgs ¶
func (l *LocalCache) FTSynUpdateWithArgs(ctx context.Context, index string, synGroupId interface{}, options *redis.FTSynUpdateOptions, terms []interface{}) *redis.StatusCmd
FTSynUpdateWithArgs noinspection all
func (*LocalCache) FTTagVals ¶
func (l *LocalCache) FTTagVals(ctx context.Context, index string, field string) *redis.StringSliceCmd
FTTagVals noinspection all
func (*LocalCache) FT_List ¶
func (l *LocalCache) FT_List(ctx context.Context) *redis.StringSliceCmd
FT_List noinspection all
func (*LocalCache) FlushAll ¶
func (l *LocalCache) FlushAll(ctx context.Context) *redis.StatusCmd
FlushAll noinspection all
func (*LocalCache) FlushAllAsync ¶
func (l *LocalCache) FlushAllAsync(ctx context.Context) *redis.StatusCmd
FlushAllAsync noinspection all
func (*LocalCache) FlushDB ¶
func (l *LocalCache) FlushDB(ctx context.Context) *redis.StatusCmd
FlushDB noinspection all
func (*LocalCache) FlushDBAsync ¶
func (l *LocalCache) FlushDBAsync(ctx context.Context) *redis.StatusCmd
FlushDBAsync noinspection all
func (*LocalCache) FunctionDelete ¶
FunctionDelete noinspection all
func (*LocalCache) FunctionDump ¶
func (l *LocalCache) FunctionDump(ctx context.Context) *redis.StringCmd
FunctionDump noinspection all
func (*LocalCache) FunctionFlush ¶
func (l *LocalCache) FunctionFlush(ctx context.Context) *redis.StringCmd
FunctionFlush noinspection all
func (*LocalCache) FunctionFlushAsync ¶
func (l *LocalCache) FunctionFlushAsync(ctx context.Context) *redis.StringCmd
FunctionFlushAsync noinspection all
func (*LocalCache) FunctionKill ¶
func (l *LocalCache) FunctionKill(ctx context.Context) *redis.StringCmd
FunctionKill noinspection all
func (*LocalCache) FunctionList ¶
func (l *LocalCache) FunctionList(ctx context.Context, q redis.FunctionListQuery) *redis.FunctionListCmd
FunctionList noinspection all
func (*LocalCache) FunctionLoad ¶
FunctionLoad noinspection all
func (*LocalCache) FunctionLoadReplace ¶
FunctionLoadReplace noinspection all
func (*LocalCache) FunctionRestore ¶
FunctionRestore noinspection all
func (*LocalCache) FunctionStats ¶
func (l *LocalCache) FunctionStats(ctx context.Context) *redis.FunctionStatsCmd
FunctionStats noinspection all
func (*LocalCache) GeoAdd ¶
func (l *LocalCache) GeoAdd(ctx context.Context, key string, geoLocation ...*redis.GeoLocation) *redis.IntCmd
GeoAdd noinspection all
func (*LocalCache) GeoDist ¶
func (l *LocalCache) GeoDist(ctx context.Context, key string, member1, member2, unit string) *redis.FloatCmd
GeoDist noinspection all
func (*LocalCache) GeoHash ¶
func (l *LocalCache) GeoHash(ctx context.Context, key string, members ...string) *redis.StringSliceCmd
GeoHash noinspection all
func (*LocalCache) GeoRadius ¶
func (l *LocalCache) GeoRadius(ctx context.Context, key string, longitude, latitude float64, query *redis.GeoRadiusQuery) *redis.GeoLocationCmd
GeoRadius noinspection all
func (*LocalCache) GeoRadiusByMember ¶
func (l *LocalCache) GeoRadiusByMember(ctx context.Context, key, member string, query *redis.GeoRadiusQuery) *redis.GeoLocationCmd
GeoRadiusByMember noinspection all
func (*LocalCache) GeoRadiusByMemberStore ¶
func (l *LocalCache) GeoRadiusByMemberStore(ctx context.Context, key, member string, query *redis.GeoRadiusQuery) *redis.IntCmd
GeoRadiusByMemberStore noinspection all
func (*LocalCache) GeoRadiusStore ¶
func (l *LocalCache) GeoRadiusStore(ctx context.Context, key string, longitude, latitude float64, query *redis.GeoRadiusQuery) *redis.IntCmd
GeoRadiusStore noinspection all
func (*LocalCache) GeoSearch ¶
func (l *LocalCache) GeoSearch(ctx context.Context, key string, q *redis.GeoSearchQuery) *redis.StringSliceCmd
GeoSearch noinspection all
func (*LocalCache) GeoSearchLocation ¶
func (l *LocalCache) GeoSearchLocation(ctx context.Context, key string, q *redis.GeoSearchLocationQuery) *redis.GeoSearchLocationCmd
GeoSearchLocation noinspection all
func (*LocalCache) GeoSearchStore ¶
func (l *LocalCache) GeoSearchStore(ctx context.Context, key, store string, q *redis.GeoSearchStoreQuery) *redis.IntCmd
GeoSearchStore noinspection all
func (*LocalCache) GetEx ¶
func (l *LocalCache) GetEx(ctx context.Context, key string, expiration time.Duration) *redis.StringCmd
GetEx noinspection all
func (*LocalCache) HExpire ¶
func (l *LocalCache) HExpire(ctx context.Context, key string, expiration time.Duration, fields ...string) *redis.IntSliceCmd
HExpire noinspection all
func (*LocalCache) HExpireAt ¶
func (l *LocalCache) HExpireAt(ctx context.Context, key string, tm time.Time, fields ...string) *redis.IntSliceCmd
HExpireAt noinspection all
func (*LocalCache) HExpireAtWithArgs ¶
func (l *LocalCache) HExpireAtWithArgs(ctx context.Context, key string, tm time.Time, expirationArgs redis.HExpireArgs, fields ...string) *redis.IntSliceCmd
HExpireAtWithArgs noinspection all
func (*LocalCache) HExpireTime ¶
func (l *LocalCache) HExpireTime(ctx context.Context, key string, fields ...string) *redis.IntSliceCmd
HExpireTime noinspection all
func (*LocalCache) HExpireWithArgs ¶
func (l *LocalCache) HExpireWithArgs(ctx context.Context, key string, expiration time.Duration, expirationArgs redis.HExpireArgs, fields ...string) *redis.IntSliceCmd
HExpireWithArgs noinspection all
func (*LocalCache) HGetAll ¶
func (l *LocalCache) HGetAll(ctx context.Context, key string) *redis.MapStringStringCmd
HGetAll 实现
func (*LocalCache) HGetDel ¶
func (l *LocalCache) HGetDel(ctx context.Context, key string, fields ...string) *redis.StringSliceCmd
HGetDel noinspection all
func (*LocalCache) HGetEX ¶
func (l *LocalCache) HGetEX(ctx context.Context, key string, fields ...string) *redis.StringSliceCmd
HGetEX noinspection all
func (*LocalCache) HGetEXWithArgs ¶
func (l *LocalCache) HGetEXWithArgs(ctx context.Context, key string, options *redis.HGetEXOptions, fields ...string) *redis.StringSliceCmd
HGetEXWithArgs noinspection all
func (*LocalCache) HIncrByFloat ¶
func (l *LocalCache) HIncrByFloat(ctx context.Context, key, field string, incr float64) *redis.FloatCmd
HIncrByFloat noinspection all
func (*LocalCache) HKeys ¶
func (l *LocalCache) HKeys(ctx context.Context, key string) *redis.StringSliceCmd
HKeys noinspection all
func (*LocalCache) HPExpire ¶
func (l *LocalCache) HPExpire(ctx context.Context, key string, expiration time.Duration, fields ...string) *redis.IntSliceCmd
HPExpire noinspection all
func (*LocalCache) HPExpireAt ¶
func (l *LocalCache) HPExpireAt(ctx context.Context, key string, tm time.Time, fields ...string) *redis.IntSliceCmd
HPExpireAt noinspection all
func (*LocalCache) HPExpireAtWithArgs ¶
func (l *LocalCache) HPExpireAtWithArgs(ctx context.Context, key string, tm time.Time, expirationArgs redis.HExpireArgs, fields ...string) *redis.IntSliceCmd
HPExpireAtWithArgs noinspection all
func (*LocalCache) HPExpireTime ¶
func (l *LocalCache) HPExpireTime(ctx context.Context, key string, fields ...string) *redis.IntSliceCmd
HPExpireTime noinspection all
func (*LocalCache) HPExpireWithArgs ¶
func (l *LocalCache) HPExpireWithArgs(ctx context.Context, key string, expiration time.Duration, expirationArgs redis.HExpireArgs, fields ...string) *redis.IntSliceCmd
HPExpireWithArgs noinspection all
func (*LocalCache) HPTTL ¶
func (l *LocalCache) HPTTL(ctx context.Context, key string, fields ...string) *redis.IntSliceCmd
HPTTL noinspection all
func (*LocalCache) HPersist ¶
func (l *LocalCache) HPersist(ctx context.Context, key string, fields ...string) *redis.IntSliceCmd
HPersist noinspection all
func (*LocalCache) HRandField ¶
func (l *LocalCache) HRandField(ctx context.Context, key string, count int) *redis.StringSliceCmd
HRandField noinspection all
func (*LocalCache) HRandFieldWithValues ¶
func (l *LocalCache) HRandFieldWithValues(ctx context.Context, key string, count int) *redis.KeyValueSliceCmd
HRandFieldWithValues noinspection all
func (*LocalCache) HScan ¶
func (l *LocalCache) HScan(ctx context.Context, key string, cursor uint64, match string, count int64) *redis.ScanCmd
HScan noinspection all
func (*LocalCache) HScanNoValues ¶
func (l *LocalCache) HScanNoValues(ctx context.Context, key string, cursor uint64, match string, count int64) *redis.ScanCmd
HScanNoValues noinspection all
func (*LocalCache) HSetEX ¶
func (l *LocalCache) HSetEX(ctx context.Context, key string, fieldsAndValues ...string) *redis.IntCmd
HSetEX noinspection all
func (*LocalCache) HSetEXWithArgs ¶
func (l *LocalCache) HSetEXWithArgs(ctx context.Context, key string, options *redis.HSetEXOptions, fieldsAndValues ...string) *redis.IntCmd
HSetEXWithArgs noinspection all
func (*LocalCache) HSetNX ¶
func (l *LocalCache) HSetNX(ctx context.Context, key, field string, value interface{}) *redis.BoolCmd
HSetNX noinspection all
func (*LocalCache) HTTL ¶
func (l *LocalCache) HTTL(ctx context.Context, key string, fields ...string) *redis.IntSliceCmd
HTTL noinspection all
func (*LocalCache) HVals ¶
func (l *LocalCache) HVals(ctx context.Context, key string) *redis.StringSliceCmd
HVals noinspection all
func (*LocalCache) IncrByFloat ¶
IncrByFloat noinspection all
func (*LocalCache) JSONArrAppend ¶
func (l *LocalCache) JSONArrAppend(ctx context.Context, key, path string, values ...interface{}) *redis.IntSliceCmd
JSONArrAppend noinspection all
func (*LocalCache) JSONArrIndex ¶
func (l *LocalCache) JSONArrIndex(ctx context.Context, key, path string, value ...interface{}) *redis.IntSliceCmd
JSONArrIndex noinspection all
func (*LocalCache) JSONArrIndexWithArgs ¶
func (l *LocalCache) JSONArrIndexWithArgs(ctx context.Context, key, path string, options *redis.JSONArrIndexArgs, value ...interface{}) *redis.IntSliceCmd
JSONArrIndexWithArgs noinspection all
func (*LocalCache) JSONArrInsert ¶
func (l *LocalCache) JSONArrInsert(ctx context.Context, key, path string, index int64, values ...interface{}) *redis.IntSliceCmd
JSONArrInsert noinspection all
func (*LocalCache) JSONArrLen ¶
func (l *LocalCache) JSONArrLen(ctx context.Context, key, path string) *redis.IntSliceCmd
JSONArrLen noinspection all
func (*LocalCache) JSONArrPop ¶
func (l *LocalCache) JSONArrPop(ctx context.Context, key, path string, index int) *redis.StringSliceCmd
JSONArrPop noinspection all
func (*LocalCache) JSONArrTrim ¶
func (l *LocalCache) JSONArrTrim(ctx context.Context, key, path string) *redis.IntSliceCmd
JSONArrTrim noinspection all
func (*LocalCache) JSONArrTrimWithArgs ¶
func (l *LocalCache) JSONArrTrimWithArgs(ctx context.Context, key, path string, options *redis.JSONArrTrimArgs) *redis.IntSliceCmd
JSONArrTrimWithArgs noinspection all
func (*LocalCache) JSONDebugMemory ¶
JSONDebugMemory noinspection all
func (*LocalCache) JSONForget ¶
JSONForget noinspection all
func (*LocalCache) JSONGetWithArgs ¶
func (l *LocalCache) JSONGetWithArgs(ctx context.Context, key string, options *redis.JSONGetArgs, paths ...string) *redis.JSONCmd
JSONGetWithArgs noinspection all
func (*LocalCache) JSONMGet ¶
func (l *LocalCache) JSONMGet(ctx context.Context, path string, keys ...string) *redis.JSONSliceCmd
JSONMGet noinspection all
func (*LocalCache) JSONMSet ¶
func (l *LocalCache) JSONMSet(ctx context.Context, params ...interface{}) *redis.StatusCmd
JSONMSet noinspection all
func (*LocalCache) JSONMSetArgs ¶
func (l *LocalCache) JSONMSetArgs(ctx context.Context, docs []redis.JSONSetArgs) *redis.StatusCmd
JSONMSetArgs noinspection all
func (*LocalCache) JSONMerge ¶
func (l *LocalCache) JSONMerge(ctx context.Context, key, path string, value string) *redis.StatusCmd
JSONMerge noinspection all
func (*LocalCache) JSONNumIncrBy ¶
func (l *LocalCache) JSONNumIncrBy(ctx context.Context, key, path string, value float64) *redis.JSONCmd
JSONNumIncrBy noinspection all
func (*LocalCache) JSONObjKeys ¶
JSONObjKeys noinspection all
func (*LocalCache) JSONObjLen ¶
func (l *LocalCache) JSONObjLen(ctx context.Context, key, path string) *redis.IntPointerSliceCmd
JSONObjLen noinspection all
func (*LocalCache) JSONSet ¶
func (l *LocalCache) JSONSet(ctx context.Context, key, path string, value interface{}) *redis.StatusCmd
JSONSet noinspection all
func (*LocalCache) JSONSetMode ¶
func (l *LocalCache) JSONSetMode(ctx context.Context, key, path string, value interface{}, mode string) *redis.StatusCmd
JSONSetMode noinspection all
func (*LocalCache) JSONStrAppend ¶
func (l *LocalCache) JSONStrAppend(ctx context.Context, key, path, value string) *redis.IntPointerSliceCmd
JSONStrAppend noinspection all
func (*LocalCache) JSONStrLen ¶
func (l *LocalCache) JSONStrLen(ctx context.Context, key, path string) *redis.IntPointerSliceCmd
JSONStrLen noinspection all
func (*LocalCache) JSONToggle ¶
func (l *LocalCache) JSONToggle(ctx context.Context, key, path string) *redis.IntPointerSliceCmd
JSONToggle noinspection all
func (*LocalCache) JSONType ¶
func (l *LocalCache) JSONType(ctx context.Context, key, path string) *redis.JSONSliceCmd
JSONType noinspection all
func (*LocalCache) Keys ¶
func (l *LocalCache) Keys(ctx context.Context, pattern string) *redis.StringSliceCmd
Keys noinspection all
func (*LocalCache) LInsert ¶
func (l *LocalCache) LInsert(ctx context.Context, key, op string, pivot, value interface{}) *redis.IntCmd
LInsert noinspection all
func (*LocalCache) LInsertAfter ¶
func (l *LocalCache) LInsertAfter(ctx context.Context, key string, pivot, value interface{}) *redis.IntCmd
LInsertAfter noinspection all
func (*LocalCache) LInsertBefore ¶
func (l *LocalCache) LInsertBefore(ctx context.Context, key string, pivot, value interface{}) *redis.IntCmd
LInsertBefore noinspection all
func (*LocalCache) LMPop ¶
func (l *LocalCache) LMPop(ctx context.Context, direction string, count int64, keys ...string) *redis.KeyValuesCmd
LMPop noinspection all
func (*LocalCache) LMove ¶
func (l *LocalCache) LMove(ctx context.Context, source, destination, srcpos, destpos string) *redis.StringCmd
LMove noinspection all
func (*LocalCache) LPopCount ¶
func (l *LocalCache) LPopCount(ctx context.Context, key string, count int) *redis.StringSliceCmd
LPopCount noinspection all
func (*LocalCache) LPos ¶
func (l *LocalCache) LPos(ctx context.Context, key string, value string, args redis.LPosArgs) *redis.IntCmd
LPos noinspection all
func (*LocalCache) LPosCount ¶
func (l *LocalCache) LPosCount(ctx context.Context, key string, value string, count int64, args redis.LPosArgs) *redis.IntSliceCmd
LPosCount noinspection all
func (*LocalCache) LRange ¶
func (l *LocalCache) LRange(ctx context.Context, key string, start, stop int64) *redis.StringSliceCmd
LRange noinspection all
func (*LocalCache) LRem ¶
func (l *LocalCache) LRem(ctx context.Context, key string, count int64, value interface{}) *redis.IntCmd
LRem noinspection all
func (*LocalCache) LSet ¶
func (l *LocalCache) LSet(ctx context.Context, key string, index int64, value interface{}) *redis.StatusCmd
LSet noinspection all
func (*LocalCache) LastSave ¶
func (l *LocalCache) LastSave(ctx context.Context) *redis.IntCmd
LastSave noinspection all
func (*LocalCache) Latency ¶
func (l *LocalCache) Latency(ctx context.Context) *redis.LatencyCmd
Latency noinspection all
func (*LocalCache) LatencyReset ¶
func (l *LocalCache) LatencyReset(ctx context.Context, events ...interface{}) *redis.StatusCmd
LatencyReset noinspection all
func (*LocalCache) MSet ¶
func (l *LocalCache) MSet(ctx context.Context, values ...interface{}) *redis.StatusCmd
MSet noinspection all
func (*LocalCache) MSetEX ¶
func (l *LocalCache) MSetEX(ctx context.Context, args redis.MSetEXArgs, values ...interface{}) *redis.IntCmd
MSetEX noinspection all
func (*LocalCache) MSetNX ¶
func (l *LocalCache) MSetNX(ctx context.Context, values ...interface{}) *redis.BoolCmd
MSetNX noinspection all
func (*LocalCache) MemoryUsage ¶
MemoryUsage noinspection all
func (*LocalCache) Migrate ¶
func (l *LocalCache) Migrate(ctx context.Context, host, port, key string, db int, timeout time.Duration) *redis.StatusCmd
Migrate noinspection all
func (*LocalCache) ModuleLoadex ¶
func (l *LocalCache) ModuleLoadex(ctx context.Context, conf *redis.ModuleLoadexConfig) *redis.StringCmd
ModuleLoadex noinspection all
func (*LocalCache) ObjectEncoding ¶
ObjectEncoding noinspection all
func (*LocalCache) ObjectFreq ¶
ObjectFreq noinspection all
func (*LocalCache) ObjectIdleTime ¶
func (l *LocalCache) ObjectIdleTime(ctx context.Context, key string) *redis.DurationCmd
ObjectIdleTime noinspection all
func (*LocalCache) ObjectRefCount ¶
ObjectRefCount noinspection all
func (*LocalCache) PExpire ¶
func (l *LocalCache) PExpire(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd
PExpire noinspection all
func (*LocalCache) PExpireTime ¶
func (l *LocalCache) PExpireTime(ctx context.Context, key string) *redis.DurationCmd
PExpireTime noinspection all
func (*LocalCache) PSubscribe ¶
PSubscribe noinspection all
func (*LocalCache) PTTL ¶
func (l *LocalCache) PTTL(ctx context.Context, key string) *redis.DurationCmd
PTTL noinspection all
func (*LocalCache) Ping ¶
func (l *LocalCache) Ping(ctx context.Context) *redis.StatusCmd
Ping noinspection all
func (*LocalCache) Pipeline ¶
func (l *LocalCache) Pipeline() redis.Pipeliner
Pipeline noinspection all
func (*LocalCache) Pipelined ¶
func (l *LocalCache) Pipelined(ctx context.Context, fn func(redis.Pipeliner) error) ([]redis.Cmder, error)
Pipelined noinspection all
func (*LocalCache) PoolStats ¶
func (l *LocalCache) PoolStats() *redis.PoolStats
PoolStats noinspection all
func (*LocalCache) PubSubChannels ¶
func (l *LocalCache) PubSubChannels(ctx context.Context, pattern string) *redis.StringSliceCmd
PubSubChannels noinspection all
func (*LocalCache) PubSubNumPat ¶
func (l *LocalCache) PubSubNumPat(ctx context.Context) *redis.IntCmd
PubSubNumPat noinspection all
func (*LocalCache) PubSubNumSub ¶
func (l *LocalCache) PubSubNumSub(ctx context.Context, channels ...string) *redis.MapStringIntCmd
PubSubNumSub noinspection all
func (*LocalCache) PubSubShardChannels ¶
func (l *LocalCache) PubSubShardChannels(ctx context.Context, pattern string) *redis.StringSliceCmd
PubSubShardChannels noinspection all
func (*LocalCache) PubSubShardNumSub ¶
func (l *LocalCache) PubSubShardNumSub(ctx context.Context, channels ...string) *redis.MapStringIntCmd
PubSubShardNumSub noinspection all
func (*LocalCache) Publish ¶
func (l *LocalCache) Publish(ctx context.Context, channel string, message interface{}) *redis.IntCmd
Publish noinspection all
func (*LocalCache) Quit ¶
func (l *LocalCache) Quit(ctx context.Context) *redis.StatusCmd
Quit noinspection all
func (*LocalCache) RPopCount ¶
func (l *LocalCache) RPopCount(ctx context.Context, key string, count int) *redis.StringSliceCmd
RPopCount noinspection all
func (*LocalCache) RandomKey ¶
func (l *LocalCache) RandomKey(ctx context.Context) *redis.StringCmd
RandomKey noinspection all
func (*LocalCache) ReadOnly ¶
func (l *LocalCache) ReadOnly(ctx context.Context) *redis.StatusCmd
ReadOnly noinspection all
func (*LocalCache) ReadWrite ¶
func (l *LocalCache) ReadWrite(ctx context.Context) *redis.StatusCmd
ReadWrite noinspection all
func (*LocalCache) Restore ¶
func (l *LocalCache) Restore(ctx context.Context, key string, ttl time.Duration, value string) *redis.StatusCmd
Restore noinspection all
func (*LocalCache) RestoreReplace ¶
func (l *LocalCache) RestoreReplace(ctx context.Context, key string, ttl time.Duration, value string) *redis.StatusCmd
RestoreReplace noinspection all
func (*LocalCache) SDiff ¶
func (l *LocalCache) SDiff(ctx context.Context, keys ...string) *redis.StringSliceCmd
SDiff noinspection all
func (*LocalCache) SDiffStore ¶
func (l *LocalCache) SDiffStore(ctx context.Context, destination string, keys ...string) *redis.IntCmd
SDiffStore noinspection all
func (*LocalCache) SInter ¶
func (l *LocalCache) SInter(ctx context.Context, keys ...string) *redis.StringSliceCmd
SInter noinspection all
func (*LocalCache) SInterCard ¶
SInterCard noinspection all
func (*LocalCache) SInterStore ¶
func (l *LocalCache) SInterStore(ctx context.Context, destination string, keys ...string) *redis.IntCmd
SInterStore noinspection all
func (*LocalCache) SMIsMember ¶
func (l *LocalCache) SMIsMember(ctx context.Context, key string, members ...interface{}) *redis.BoolSliceCmd
SMIsMember noinspection all
func (*LocalCache) SMembers ¶
func (l *LocalCache) SMembers(ctx context.Context, key string) *redis.StringSliceCmd
SMembers noinspection all
func (*LocalCache) SMembersMap ¶
func (l *LocalCache) SMembersMap(ctx context.Context, key string) *redis.StringStructMapCmd
SMembersMap noinspection all
func (*LocalCache) SMove ¶
func (l *LocalCache) SMove(ctx context.Context, source, destination string, member interface{}) *redis.BoolCmd
SMove noinspection all
func (*LocalCache) SPopN ¶
func (l *LocalCache) SPopN(ctx context.Context, key string, count int64) *redis.StringSliceCmd
SPopN noinspection all
func (*LocalCache) SPublish ¶
func (l *LocalCache) SPublish(ctx context.Context, channel string, message interface{}) *redis.IntCmd
SPublish noinspection all
func (*LocalCache) SRandMember ¶
SRandMember noinspection all
func (*LocalCache) SRandMemberN ¶
func (l *LocalCache) SRandMemberN(ctx context.Context, key string, count int64) *redis.StringSliceCmd
SRandMemberN noinspection all
func (*LocalCache) SScan ¶
func (l *LocalCache) SScan(ctx context.Context, key string, cursor uint64, match string, count int64) *redis.ScanCmd
SScan noinspection all
func (*LocalCache) SSubscribe ¶
SSubscribe noinspection all
func (*LocalCache) SUnion ¶
func (l *LocalCache) SUnion(ctx context.Context, keys ...string) *redis.StringSliceCmd
SUnion noinspection all
func (*LocalCache) SUnionStore ¶
func (l *LocalCache) SUnionStore(ctx context.Context, destination string, keys ...string) *redis.IntCmd
SUnionStore noinspection all
func (*LocalCache) Save ¶
func (l *LocalCache) Save(ctx context.Context) *redis.StatusCmd
Save noinspection all
func (*LocalCache) Scan ¶
func (l *LocalCache) Scan(ctx context.Context, cursor uint64, match string, count int64) *redis.ScanCmd
Scan noinspection all
func (*LocalCache) ScanType ¶
func (l *LocalCache) ScanType(ctx context.Context, cursor uint64, match string, count int64, keyType string) *redis.ScanCmd
ScanType noinspection all
func (*LocalCache) ScriptExists ¶
func (l *LocalCache) ScriptExists(ctx context.Context, hashes ...string) *redis.BoolSliceCmd
ScriptExists noinspection all
func (*LocalCache) ScriptFlush ¶
func (l *LocalCache) ScriptFlush(ctx context.Context) *redis.StatusCmd
ScriptFlush noinspection all
func (*LocalCache) ScriptKill ¶
func (l *LocalCache) ScriptKill(ctx context.Context) *redis.StatusCmd
ScriptKill noinspection all
func (*LocalCache) ScriptLoad ¶
ScriptLoad noinspection all
func (*LocalCache) Set ¶
func (l *LocalCache) Set(ctx context.Context, key string, value interface{}, expiration time.Duration) *redis.StatusCmd
Set 实现
func (*LocalCache) SetArgs ¶
func (l *LocalCache) SetArgs(ctx context.Context, key string, value interface{}, a redis.SetArgs) *redis.StatusCmd
SetArgs noinspection all
func (*LocalCache) SetEx ¶
func (l *LocalCache) SetEx(ctx context.Context, key string, value interface{}, expiration time.Duration) *redis.StatusCmd
SetEx noinspection all
func (*LocalCache) SetIFDEQ ¶
func (l *LocalCache) SetIFDEQ(ctx context.Context, key string, value interface{}, matchDigest uint64, expiration time.Duration) *redis.StatusCmd
SetIFDEQ noinspection all
func (*LocalCache) SetIFDEQGet ¶
func (l *LocalCache) SetIFDEQGet(ctx context.Context, key string, value interface{}, matchDigest uint64, expiration time.Duration) *redis.StringCmd
SetIFDEQGet noinspection all
func (*LocalCache) SetIFDNE ¶
func (l *LocalCache) SetIFDNE(ctx context.Context, key string, value interface{}, matchDigest uint64, expiration time.Duration) *redis.StatusCmd
SetIFDNE noinspection all
func (*LocalCache) SetIFDNEGet ¶
func (l *LocalCache) SetIFDNEGet(ctx context.Context, key string, value interface{}, matchDigest uint64, expiration time.Duration) *redis.StringCmd
SetIFDNEGet noinspection all
func (*LocalCache) SetIFEQ ¶
func (l *LocalCache) SetIFEQ(ctx context.Context, key string, value interface{}, matchValue interface{}, expiration time.Duration) *redis.StatusCmd
SetIFEQ noinspection all
func (*LocalCache) SetIFEQGet ¶
func (l *LocalCache) SetIFEQGet(ctx context.Context, key string, value interface{}, matchValue interface{}, expiration time.Duration) *redis.StringCmd
SetIFEQGet noinspection all
func (*LocalCache) SetIFNE ¶
func (l *LocalCache) SetIFNE(ctx context.Context, key string, value interface{}, matchValue interface{}, expiration time.Duration) *redis.StatusCmd
SetIFNE noinspection all
func (*LocalCache) SetIFNEGet ¶
func (l *LocalCache) SetIFNEGet(ctx context.Context, key string, value interface{}, matchValue interface{}, expiration time.Duration) *redis.StringCmd
SetIFNEGet noinspection all
func (*LocalCache) SetNX ¶
func (l *LocalCache) SetNX(ctx context.Context, key string, value interface{}, expiration time.Duration) *redis.BoolCmd
SetNX noinspection all
func (*LocalCache) SetRange ¶
func (l *LocalCache) SetRange(ctx context.Context, key string, offset int64, value string) *redis.IntCmd
SetRange noinspection all
func (*LocalCache) SetXX ¶
func (l *LocalCache) SetXX(ctx context.Context, key string, value interface{}, expiration time.Duration) *redis.BoolCmd
SetXX noinspection all
func (*LocalCache) Shutdown ¶
func (l *LocalCache) Shutdown(ctx context.Context) *redis.StatusCmd
Shutdown noinspection all
func (*LocalCache) ShutdownNoSave ¶
func (l *LocalCache) ShutdownNoSave(ctx context.Context) *redis.StatusCmd
ShutdownNoSave noinspection all
func (*LocalCache) ShutdownSave ¶
func (l *LocalCache) ShutdownSave(ctx context.Context) *redis.StatusCmd
ShutdownSave noinspection all
func (*LocalCache) SlowLogGet ¶
func (l *LocalCache) SlowLogGet(ctx context.Context, num int64) *redis.SlowLogCmd
SlowLogGet noinspection all
func (*LocalCache) SlowLogLen ¶
func (l *LocalCache) SlowLogLen(ctx context.Context) *redis.IntCmd
SlowLogLen noinspection all
func (*LocalCache) SlowLogReset ¶
func (l *LocalCache) SlowLogReset(ctx context.Context) *redis.StatusCmd
SlowLogReset noinspection all
func (*LocalCache) Sort ¶
func (l *LocalCache) Sort(ctx context.Context, key string, sort *redis.Sort) *redis.StringSliceCmd
Sort noinspection all
func (*LocalCache) SortInterfaces ¶
func (l *LocalCache) SortInterfaces(ctx context.Context, key string, sort *redis.Sort) *redis.SliceCmd
SortInterfaces noinspection all
func (*LocalCache) SortRO ¶
func (l *LocalCache) SortRO(ctx context.Context, key string, sort *redis.Sort) *redis.StringSliceCmd
SortRO noinspection all
func (*LocalCache) SortStore ¶
func (l *LocalCache) SortStore(ctx context.Context, key, store string, sort *redis.Sort) *redis.IntCmd
SortStore noinspection all
func (*LocalCache) TDigestAdd ¶
func (l *LocalCache) TDigestAdd(ctx context.Context, key string, elements ...float64) *redis.StatusCmd
TDigestAdd noinspection all
func (*LocalCache) TDigestByRank ¶
func (l *LocalCache) TDigestByRank(ctx context.Context, key string, rank ...uint64) *redis.FloatSliceCmd
TDigestByRank noinspection all
func (*LocalCache) TDigestByRevRank ¶
func (l *LocalCache) TDigestByRevRank(ctx context.Context, key string, rank ...uint64) *redis.FloatSliceCmd
TDigestByRevRank noinspection all
func (*LocalCache) TDigestCDF ¶
func (l *LocalCache) TDigestCDF(ctx context.Context, key string, elements ...float64) *redis.FloatSliceCmd
TDigestCDF noinspection all
func (*LocalCache) TDigestCreate ¶
TDigestCreate noinspection all
func (*LocalCache) TDigestCreateWithCompression ¶
func (l *LocalCache) TDigestCreateWithCompression(ctx context.Context, key string, compression int64) *redis.StatusCmd
TDigestCreateWithCompression noinspection all
func (*LocalCache) TDigestInfo ¶
func (l *LocalCache) TDigestInfo(ctx context.Context, key string) *redis.TDigestInfoCmd
TDigestInfo noinspection all
func (*LocalCache) TDigestMax ¶
TDigestMax noinspection all
func (*LocalCache) TDigestMerge ¶
func (l *LocalCache) TDigestMerge(ctx context.Context, destKey string, options *redis.TDigestMergeOptions, sourceKeys ...string) *redis.StatusCmd
TDigestMerge noinspection all
func (*LocalCache) TDigestMin ¶
TDigestMin noinspection all
func (*LocalCache) TDigestQuantile ¶
func (l *LocalCache) TDigestQuantile(ctx context.Context, key string, elements ...float64) *redis.FloatSliceCmd
TDigestQuantile noinspection all
func (*LocalCache) TDigestRank ¶
func (l *LocalCache) TDigestRank(ctx context.Context, key string, values ...float64) *redis.IntSliceCmd
TDigestRank noinspection all
func (*LocalCache) TDigestReset ¶
TDigestReset noinspection all
func (*LocalCache) TDigestRevRank ¶
func (l *LocalCache) TDigestRevRank(ctx context.Context, key string, values ...float64) *redis.IntSliceCmd
TDigestRevRank noinspection all
func (*LocalCache) TDigestTrimmedMean ¶
func (l *LocalCache) TDigestTrimmedMean(ctx context.Context, key string, lowCutQuantile, highCutQuantile float64) *redis.FloatCmd
TDigestTrimmedMean noinspection all
func (*LocalCache) TSAdd ¶
func (l *LocalCache) TSAdd(ctx context.Context, key string, timestamp interface{}, value float64) *redis.IntCmd
TSAdd noinspection all
func (*LocalCache) TSAddWithArgs ¶
func (l *LocalCache) TSAddWithArgs(ctx context.Context, key string, timestamp interface{}, value float64, options *redis.TSOptions) *redis.IntCmd
TSAddWithArgs noinspection all
func (*LocalCache) TSAlter ¶
func (l *LocalCache) TSAlter(ctx context.Context, key string, options *redis.TSAlterOptions) *redis.StatusCmd
TSAlter noinspection all
func (*LocalCache) TSCreateRule ¶
func (l *LocalCache) TSCreateRule(ctx context.Context, sourceKey string, destKey string, aggregator redis.Aggregator, bucketDuration int) *redis.StatusCmd
TSCreateRule noinspection all
func (*LocalCache) TSCreateRuleWithArgs ¶
func (l *LocalCache) TSCreateRuleWithArgs(ctx context.Context, sourceKey string, destKey string, aggregator redis.Aggregator, bucketDuration int, options *redis.TSCreateRuleOptions) *redis.StatusCmd
TSCreateRuleWithArgs noinspection all
func (*LocalCache) TSCreateWithArgs ¶
func (l *LocalCache) TSCreateWithArgs(ctx context.Context, key string, options *redis.TSOptions) *redis.StatusCmd
TSCreateWithArgs noinspection all
func (*LocalCache) TSDecrByWithArgs ¶
func (l *LocalCache) TSDecrByWithArgs(ctx context.Context, key string, timestamp float64, options *redis.TSIncrDecrOptions) *redis.IntCmd
TSDecrByWithArgs noinspection all
func (*LocalCache) TSDel ¶
func (l *LocalCache) TSDel(ctx context.Context, Key string, fromTimestamp int, toTimestamp int) *redis.IntCmd
TSDel noinspection all
func (*LocalCache) TSDeleteRule ¶
func (l *LocalCache) TSDeleteRule(ctx context.Context, sourceKey string, destKey string) *redis.StatusCmd
TSDeleteRule noinspection all
func (*LocalCache) TSGet ¶
func (l *LocalCache) TSGet(ctx context.Context, key string) *redis.TSTimestampValueCmd
TSGet noinspection all
func (*LocalCache) TSGetWithArgs ¶
func (l *LocalCache) TSGetWithArgs(ctx context.Context, key string, options *redis.TSGetOptions) *redis.TSTimestampValueCmd
TSGetWithArgs noinspection all
func (*LocalCache) TSIncrByWithArgs ¶
func (l *LocalCache) TSIncrByWithArgs(ctx context.Context, key string, timestamp float64, options *redis.TSIncrDecrOptions) *redis.IntCmd
TSIncrByWithArgs noinspection all
func (*LocalCache) TSInfo ¶
func (l *LocalCache) TSInfo(ctx context.Context, key string) *redis.MapStringInterfaceCmd
TSInfo noinspection all
func (*LocalCache) TSInfoWithArgs ¶
func (l *LocalCache) TSInfoWithArgs(ctx context.Context, key string, options *redis.TSInfoOptions) *redis.MapStringInterfaceCmd
TSInfoWithArgs noinspection all
func (*LocalCache) TSMAdd ¶
func (l *LocalCache) TSMAdd(ctx context.Context, ktvSlices [][]interface{}) *redis.IntSliceCmd
TSMAdd noinspection all
func (*LocalCache) TSMGet ¶
func (l *LocalCache) TSMGet(ctx context.Context, filters []string) *redis.MapStringSliceInterfaceCmd
TSMGet noinspection all
func (*LocalCache) TSMGetWithArgs ¶
func (l *LocalCache) TSMGetWithArgs(ctx context.Context, filters []string, options *redis.TSMGetOptions) *redis.MapStringSliceInterfaceCmd
TSMGetWithArgs noinspection all
func (*LocalCache) TSMRange ¶
func (l *LocalCache) TSMRange(ctx context.Context, fromTimestamp int, toTimestamp int, filterExpr []string) *redis.MapStringSliceInterfaceCmd
TSMRange noinspection all
func (*LocalCache) TSMRangeWithArgs ¶
func (l *LocalCache) TSMRangeWithArgs(ctx context.Context, fromTimestamp int, toTimestamp int, filterExpr []string, options *redis.TSMRangeOptions) *redis.MapStringSliceInterfaceCmd
TSMRangeWithArgs noinspection all
func (*LocalCache) TSMRevRange ¶
func (l *LocalCache) TSMRevRange(ctx context.Context, fromTimestamp int, toTimestamp int, filterExpr []string) *redis.MapStringSliceInterfaceCmd
TSMRevRange noinspection all
func (*LocalCache) TSMRevRangeWithArgs ¶
func (l *LocalCache) TSMRevRangeWithArgs(ctx context.Context, fromTimestamp int, toTimestamp int, filterExpr []string, options *redis.TSMRevRangeOptions) *redis.MapStringSliceInterfaceCmd
TSMRevRangeWithArgs noinspection all
func (*LocalCache) TSQueryIndex ¶
func (l *LocalCache) TSQueryIndex(ctx context.Context, filterExpr []string) *redis.StringSliceCmd
TSQueryIndex noinspection all
func (*LocalCache) TSRange ¶
func (l *LocalCache) TSRange(ctx context.Context, key string, fromTimestamp int, toTimestamp int) *redis.TSTimestampValueSliceCmd
TSRange noinspection all
func (*LocalCache) TSRangeWithArgs ¶
func (l *LocalCache) TSRangeWithArgs(ctx context.Context, key string, fromTimestamp int, toTimestamp int, options *redis.TSRangeOptions) *redis.TSTimestampValueSliceCmd
TSRangeWithArgs noinspection all
func (*LocalCache) TSRevRange ¶
func (l *LocalCache) TSRevRange(ctx context.Context, key string, fromTimestamp int, toTimestamp int) *redis.TSTimestampValueSliceCmd
TSRevRange noinspection all
func (*LocalCache) TSRevRangeWithArgs ¶
func (l *LocalCache) TSRevRangeWithArgs(ctx context.Context, key string, fromTimestamp int, toTimestamp int, options *redis.TSRevRangeOptions) *redis.TSTimestampValueSliceCmd
TSRevRangeWithArgs noinspection all
func (*LocalCache) TTL ¶
func (l *LocalCache) TTL(ctx context.Context, key string) *redis.DurationCmd
TTL noinspection all
func (*LocalCache) Time ¶
func (l *LocalCache) Time(ctx context.Context) *redis.TimeCmd
Time noinspection all
func (*LocalCache) TopKAdd ¶
func (l *LocalCache) TopKAdd(ctx context.Context, key string, elements ...interface{}) *redis.StringSliceCmd
TopKAdd noinspection all
func (*LocalCache) TopKCount ¶
func (l *LocalCache) TopKCount(ctx context.Context, key string, elements ...interface{}) *redis.IntSliceCmd
TopKCount noinspection all
func (*LocalCache) TopKIncrBy ¶
func (l *LocalCache) TopKIncrBy(ctx context.Context, key string, elements ...interface{}) *redis.StringSliceCmd
TopKIncrBy noinspection all
func (*LocalCache) TopKInfo ¶
func (l *LocalCache) TopKInfo(ctx context.Context, key string) *redis.TopKInfoCmd
TopKInfo noinspection all
func (*LocalCache) TopKList ¶
func (l *LocalCache) TopKList(ctx context.Context, key string) *redis.StringSliceCmd
TopKList noinspection all
func (*LocalCache) TopKListWithCount ¶
func (l *LocalCache) TopKListWithCount(ctx context.Context, key string) *redis.MapStringIntCmd
TopKListWithCount noinspection all
func (*LocalCache) TopKQuery ¶
func (l *LocalCache) TopKQuery(ctx context.Context, key string, elements ...interface{}) *redis.BoolSliceCmd
TopKQuery noinspection all
func (*LocalCache) TopKReserve ¶
TopKReserve noinspection all
func (*LocalCache) TopKReserveWithOptions ¶
func (l *LocalCache) TopKReserveWithOptions(ctx context.Context, key string, k int64, width, depth int64, decay float64) *redis.StatusCmd
TopKReserveWithOptions noinspection all
func (*LocalCache) TxPipeline ¶
func (l *LocalCache) TxPipeline() redis.Pipeliner
TxPipeline noinspection all
func (*LocalCache) TxPipelined ¶
func (l *LocalCache) TxPipelined(ctx context.Context, fn func(redis.Pipeliner) error) ([]redis.Cmder, error)
TxPipelined noinspection all
func (*LocalCache) VAdd ¶
func (l *LocalCache) VAdd(ctx context.Context, key, element string, val redis.Vector) *redis.BoolCmd
VAdd noinspection all
func (*LocalCache) VAddWithArgs ¶
func (l *LocalCache) VAddWithArgs(ctx context.Context, key, element string, val redis.Vector, addArgs *redis.VAddArgs) *redis.BoolCmd
VAddWithArgs noinspection all
func (*LocalCache) VClearAttributes ¶
VClearAttributes noinspection all
func (*LocalCache) VInfo ¶
func (l *LocalCache) VInfo(ctx context.Context, key string) *redis.MapStringInterfaceCmd
VInfo noinspection all
func (*LocalCache) VLinks ¶
func (l *LocalCache) VLinks(ctx context.Context, key, element string) *redis.StringSliceCmd
VLinks noinspection all
func (*LocalCache) VLinksWithScores ¶
func (l *LocalCache) VLinksWithScores(ctx context.Context, key, element string) *redis.VectorScoreSliceCmd
VLinksWithScores noinspection all
func (*LocalCache) VRandMember ¶
VRandMember noinspection all
func (*LocalCache) VRandMemberCount ¶
func (l *LocalCache) VRandMemberCount(ctx context.Context, key string, count int) *redis.StringSliceCmd
VRandMemberCount noinspection all
func (*LocalCache) VRange ¶
func (l *LocalCache) VRange(ctx context.Context, key string, start string, end string, count int64) *redis.StringSliceCmd
VRange noinspection all
func (*LocalCache) VSetAttr ¶
func (l *LocalCache) VSetAttr(ctx context.Context, key, element string, attr interface{}) *redis.BoolCmd
VSetAttr noinspection all
func (*LocalCache) VSim ¶
func (l *LocalCache) VSim(ctx context.Context, key string, val redis.Vector) *redis.StringSliceCmd
VSim noinspection all
func (*LocalCache) VSimWithArgs ¶
func (l *LocalCache) VSimWithArgs(ctx context.Context, key string, val redis.Vector, args *redis.VSimArgs) *redis.StringSliceCmd
VSimWithArgs noinspection all
func (*LocalCache) VSimWithArgsWithScores ¶
func (l *LocalCache) VSimWithArgsWithScores(ctx context.Context, key string, val redis.Vector, args *redis.VSimArgs) *redis.VectorScoreSliceCmd
VSimWithArgsWithScores noinspection all
func (*LocalCache) VSimWithScores ¶
func (l *LocalCache) VSimWithScores(ctx context.Context, key string, val redis.Vector) *redis.VectorScoreSliceCmd
VSimWithScores noinspection all
func (*LocalCache) XAckDel ¶
func (l *LocalCache) XAckDel(ctx context.Context, stream string, group string, mode string, ids ...string) *redis.SliceCmd
XAckDel noinspection all
func (*LocalCache) XAutoClaim ¶
func (l *LocalCache) XAutoClaim(ctx context.Context, a *redis.XAutoClaimArgs) *redis.XAutoClaimCmd
XAutoClaim noinspection all
func (*LocalCache) XAutoClaimJustID ¶
func (l *LocalCache) XAutoClaimJustID(ctx context.Context, a *redis.XAutoClaimArgs) *redis.XAutoClaimJustIDCmd
XAutoClaimJustID noinspection all
func (*LocalCache) XClaim ¶
func (l *LocalCache) XClaim(ctx context.Context, a *redis.XClaimArgs) *redis.XMessageSliceCmd
XClaim noinspection all
func (*LocalCache) XClaimJustID ¶
func (l *LocalCache) XClaimJustID(ctx context.Context, a *redis.XClaimArgs) *redis.StringSliceCmd
XClaimJustID noinspection all
func (*LocalCache) XDelEx ¶
func (l *LocalCache) XDelEx(ctx context.Context, stream string, mode string, ids ...string) *redis.SliceCmd
XDelEx noinspection all
func (*LocalCache) XGroupCreate ¶
func (l *LocalCache) XGroupCreate(ctx context.Context, stream, group, start string) *redis.StatusCmd
XGroupCreate noinspection all
func (*LocalCache) XGroupCreateConsumer ¶
func (l *LocalCache) XGroupCreateConsumer(ctx context.Context, stream, group, consumer string) *redis.IntCmd
XGroupCreateConsumer noinspection all
func (*LocalCache) XGroupCreateMkStream ¶
func (l *LocalCache) XGroupCreateMkStream(ctx context.Context, stream, group, start string) *redis.StatusCmd
XGroupCreateMkStream noinspection all
func (*LocalCache) XGroupDelConsumer ¶
func (l *LocalCache) XGroupDelConsumer(ctx context.Context, stream, group, consumer string) *redis.IntCmd
XGroupDelConsumer noinspection all
func (*LocalCache) XGroupDestroy ¶
XGroupDestroy noinspection all
func (*LocalCache) XGroupSetID ¶
XGroupSetID noinspection all
func (*LocalCache) XInfoConsumers ¶
func (l *LocalCache) XInfoConsumers(ctx context.Context, key string, group string) *redis.XInfoConsumersCmd
XInfoConsumers noinspection all
func (*LocalCache) XInfoGroups ¶
func (l *LocalCache) XInfoGroups(ctx context.Context, key string) *redis.XInfoGroupsCmd
XInfoGroups noinspection all
func (*LocalCache) XInfoStream ¶
func (l *LocalCache) XInfoStream(ctx context.Context, key string) *redis.XInfoStreamCmd
XInfoStream noinspection all
func (*LocalCache) XInfoStreamFull ¶
func (l *LocalCache) XInfoStreamFull(ctx context.Context, key string, count int) *redis.XInfoStreamFullCmd
XInfoStreamFull noinspection all
func (*LocalCache) XPending ¶
func (l *LocalCache) XPending(ctx context.Context, stream, group string) *redis.XPendingCmd
XPending noinspection all
func (*LocalCache) XPendingExt ¶
func (l *LocalCache) XPendingExt(ctx context.Context, a *redis.XPendingExtArgs) *redis.XPendingExtCmd
XPendingExt noinspection all
func (*LocalCache) XRange ¶
func (l *LocalCache) XRange(ctx context.Context, stream, start, stop string) *redis.XMessageSliceCmd
XRange noinspection all
func (*LocalCache) XRangeN ¶
func (l *LocalCache) XRangeN(ctx context.Context, stream, start, stop string, count int64) *redis.XMessageSliceCmd
XRangeN noinspection all
func (*LocalCache) XRead ¶
func (l *LocalCache) XRead(ctx context.Context, a *redis.XReadArgs) *redis.XStreamSliceCmd
XRead noinspection all
func (*LocalCache) XReadGroup ¶
func (l *LocalCache) XReadGroup(ctx context.Context, a *redis.XReadGroupArgs) *redis.XStreamSliceCmd
XReadGroup noinspection all
func (*LocalCache) XReadStreams ¶
func (l *LocalCache) XReadStreams(ctx context.Context, streams ...string) *redis.XStreamSliceCmd
XReadStreams noinspection all
func (*LocalCache) XRevRange ¶
func (l *LocalCache) XRevRange(ctx context.Context, stream string, start, stop string) *redis.XMessageSliceCmd
XRevRange noinspection all
func (*LocalCache) XRevRangeN ¶
func (l *LocalCache) XRevRangeN(ctx context.Context, stream string, start, stop string, count int64) *redis.XMessageSliceCmd
XRevRangeN noinspection all
func (*LocalCache) XTrimMaxLen ¶
XTrimMaxLen noinspection all
func (*LocalCache) XTrimMaxLenApprox ¶
func (l *LocalCache) XTrimMaxLenApprox(ctx context.Context, key string, maxLen, limit int64) *redis.IntCmd
XTrimMaxLenApprox noinspection all
func (*LocalCache) XTrimMaxLenApproxMode ¶
func (l *LocalCache) XTrimMaxLenApproxMode(ctx context.Context, key string, maxLen int64, limit int64, mode string) *redis.IntCmd
XTrimMaxLenApproxMode noinspection all
func (*LocalCache) XTrimMaxLenMode ¶
func (l *LocalCache) XTrimMaxLenMode(ctx context.Context, key string, maxLen int64, mode string) *redis.IntCmd
XTrimMaxLenMode noinspection all
func (*LocalCache) XTrimMinID ¶
XTrimMinID noinspection all
func (*LocalCache) XTrimMinIDApprox ¶
func (l *LocalCache) XTrimMinIDApprox(ctx context.Context, key string, minID string, limit int64) *redis.IntCmd
XTrimMinIDApprox noinspection all
func (*LocalCache) XTrimMinIDApproxMode ¶
func (l *LocalCache) XTrimMinIDApproxMode(ctx context.Context, key string, minID string, limit int64, mode string) *redis.IntCmd
XTrimMinIDApproxMode noinspection all
func (*LocalCache) XTrimMinIDMode ¶
func (l *LocalCache) XTrimMinIDMode(ctx context.Context, key string, minID string, mode string) *redis.IntCmd
XTrimMinIDMode noinspection all
func (*LocalCache) ZAddArgsIncr ¶
func (l *LocalCache) ZAddArgsIncr(ctx context.Context, key string, args redis.ZAddArgs) *redis.FloatCmd
ZAddArgsIncr noinspection all
func (*LocalCache) ZDiff ¶
func (l *LocalCache) ZDiff(ctx context.Context, keys ...string) *redis.StringSliceCmd
ZDiff noinspection all
func (*LocalCache) ZDiffStore ¶
func (l *LocalCache) ZDiffStore(ctx context.Context, destination string, keys ...string) *redis.IntCmd
ZDiffStore noinspection all
func (*LocalCache) ZDiffWithScores ¶
ZDiffWithScores noinspection all
func (*LocalCache) ZIncrBy ¶
func (l *LocalCache) ZIncrBy(ctx context.Context, key string, increment float64, member string) *redis.FloatCmd
ZIncrBy noinspection all
func (*LocalCache) ZInter ¶
func (l *LocalCache) ZInter(ctx context.Context, store *redis.ZStore) *redis.StringSliceCmd
ZInter noinspection all
func (*LocalCache) ZInterCard ¶
ZInterCard noinspection all
func (*LocalCache) ZInterStore ¶
func (l *LocalCache) ZInterStore(ctx context.Context, destination string, store *redis.ZStore) *redis.IntCmd
ZInterStore noinspection all
func (*LocalCache) ZInterWithScores ¶
ZInterWithScores noinspection all
func (*LocalCache) ZMPop ¶
func (l *LocalCache) ZMPop(ctx context.Context, order string, count int64, keys ...string) *redis.ZSliceWithKeyCmd
ZMPop noinspection all
func (*LocalCache) ZMScore ¶
func (l *LocalCache) ZMScore(ctx context.Context, key string, members ...string) *redis.FloatSliceCmd
ZMScore noinspection all
func (*LocalCache) ZRandMember ¶
func (l *LocalCache) ZRandMember(ctx context.Context, key string, count int) *redis.StringSliceCmd
ZRandMember noinspection all
func (*LocalCache) ZRandMemberWithScores ¶
func (l *LocalCache) ZRandMemberWithScores(ctx context.Context, key string, count int) *redis.ZSliceCmd
ZRandMemberWithScores noinspection all
func (*LocalCache) ZRange ¶
func (l *LocalCache) ZRange(ctx context.Context, key string, start, stop int64) *redis.StringSliceCmd
ZRange noinspection all
func (*LocalCache) ZRangeArgs ¶
func (l *LocalCache) ZRangeArgs(ctx context.Context, z redis.ZRangeArgs) *redis.StringSliceCmd
ZRangeArgs noinspection all
func (*LocalCache) ZRangeArgsWithScores ¶
func (l *LocalCache) ZRangeArgsWithScores(ctx context.Context, z redis.ZRangeArgs) *redis.ZSliceCmd
ZRangeArgsWithScores noinspection all
func (*LocalCache) ZRangeByLex ¶
func (l *LocalCache) ZRangeByLex(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.StringSliceCmd
ZRangeByLex noinspection all
func (*LocalCache) ZRangeByScore ¶
func (l *LocalCache) ZRangeByScore(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.StringSliceCmd
ZRangeByScore noinspection all
func (*LocalCache) ZRangeByScoreWithScores ¶
func (l *LocalCache) ZRangeByScoreWithScores(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.ZSliceCmd
ZRangeByScoreWithScores noinspection all
func (*LocalCache) ZRangeStore ¶
func (l *LocalCache) ZRangeStore(ctx context.Context, dst string, z redis.ZRangeArgs) *redis.IntCmd
ZRangeStore noinspection all
func (*LocalCache) ZRangeWithScores ¶
func (l *LocalCache) ZRangeWithScores(ctx context.Context, key string, start, stop int64) *redis.ZSliceCmd
ZRangeWithScores noinspection all
func (*LocalCache) ZRankWithScore ¶
func (l *LocalCache) ZRankWithScore(ctx context.Context, key, member string) *redis.RankWithScoreCmd
ZRankWithScore noinspection all
func (*LocalCache) ZRemRangeByLex ¶
ZRemRangeByLex noinspection all
func (*LocalCache) ZRemRangeByRank ¶
func (l *LocalCache) ZRemRangeByRank(ctx context.Context, key string, start, stop int64) *redis.IntCmd
ZRemRangeByRank noinspection all
func (*LocalCache) ZRemRangeByScore ¶
ZRemRangeByScore noinspection all
func (*LocalCache) ZRevRange ¶
func (l *LocalCache) ZRevRange(ctx context.Context, key string, start, stop int64) *redis.StringSliceCmd
ZRevRange noinspection all
func (*LocalCache) ZRevRangeByLex ¶
func (l *LocalCache) ZRevRangeByLex(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.StringSliceCmd
ZRevRangeByLex noinspection all
func (*LocalCache) ZRevRangeByScore ¶
func (l *LocalCache) ZRevRangeByScore(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.StringSliceCmd
ZRevRangeByScore noinspection all
func (*LocalCache) ZRevRangeByScoreWithScores ¶
func (l *LocalCache) ZRevRangeByScoreWithScores(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.ZSliceCmd
ZRevRangeByScoreWithScores noinspection all
func (*LocalCache) ZRevRangeWithScores ¶
func (l *LocalCache) ZRevRangeWithScores(ctx context.Context, key string, start, stop int64) *redis.ZSliceCmd
ZRevRangeWithScores noinspection all
func (*LocalCache) ZRevRankWithScore ¶
func (l *LocalCache) ZRevRankWithScore(ctx context.Context, key, member string) *redis.RankWithScoreCmd
ZRevRankWithScore noinspection all
func (*LocalCache) ZScan ¶
func (l *LocalCache) ZScan(ctx context.Context, key string, cursor uint64, match string, count int64) *redis.ScanCmd
ZScan noinspection all
func (*LocalCache) ZUnion ¶
func (l *LocalCache) ZUnion(ctx context.Context, store redis.ZStore) *redis.StringSliceCmd
ZUnion noinspection all
func (*LocalCache) ZUnionStore ¶
func (l *LocalCache) ZUnionStore(ctx context.Context, dest string, store *redis.ZStore) *redis.IntCmd
ZUnionStore noinspection all
func (*LocalCache) ZUnionWithScores ¶
ZUnionWithScores noinspection all