Go API Documentation

github.com/TykTechnologies/tyk/internal/redis

The package redis serves as a refactoring aid. The complete gateway depends on this package, and lists the symbols from the upstream dependency in use.

nolint:revive

Package

Files: 1. Third party imports: 3. Imports from organisation: 0. Tests: 0. Benchmarks: 0.

Vars

var (
	NewFailoverClient	= redis.NewFailoverClient
	NewClusterClient	= redis.NewClusterClient
	NewClient		= redis.NewClient
	NewClientMock		= redismock.NewClientMock
	NewPool			= goredis.NewPool

	Nil		= redis.Nil
	ErrClosed	= redis.ErrClosed
)

Types

UniversalClient, UniversalOptions, Pipeliner, Client, ClusterClient, Z, ZRangeBy, ZRangeArgs, Message, Subscription, IntCmd, StringCmd, StringSliceCmd

This type doesn't have documentation.

Field name Field type Comment
type

redis.UniversalClient

No comment on field.
type

redis.UniversalOptions

No comment on field.
type

redis.Pipeliner

No comment on field.
type

redis.Client

No comment on field.
type

redis.ClusterClient

No comment on field.
type

redis.Z

No comment on field.
type

redis.ZRangeBy

No comment on field.
type

redis.ZRangeArgs

No comment on field.
type

redis.Message

No comment on field.
type

redis.Subscription

No comment on field.
type

redis.IntCmd

No comment on field.
type

redis.StringCmd

No comment on field.
type

redis.StringSliceCmd

No comment on field.
type (
	UniversalClient		= redis.UniversalClient
	UniversalOptions	= redis.UniversalOptions
	Pipeliner		= redis.Pipeliner

	Client		= redis.Client
	ClusterClient	= redis.ClusterClient

	Z		= redis.Z
	ZRangeBy	= redis.ZRangeBy
	ZRangeArgs	= redis.ZRangeArgs
	Message		= redis.Message
	Subscription	= redis.Subscription

	IntCmd		= redis.IntCmd
	StringCmd	= redis.StringCmd
	StringSliceCmd	= redis.StringSliceCmd
)