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 |
|
No comment on field. |
| type |
|
No comment on field. |
| type |
|
No comment on field. |
| type |
|
No comment on field. |
| type |
|
No comment on field. |
| type |
|
No comment on field. |
| type |
|
No comment on field. |
| type |
|
No comment on field. |
| type |
|
No comment on field. |
| type |
|
No comment on field. |
| type |
|
No comment on field. |
| type |
|
No comment on field. |
| type |
|
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
)