Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Redis ¶
type Redis struct {
// contains filtered or unexported fields
}
Redis is our wrapper logic to instrument redis calls
func NewClient ¶
NewClient is used to create new Redis type. This type encapsulates our interaction with redis and provides instrumentation with new relic.
func (*Redis) Client ¶
func (r *Redis) Client() redis.UniversalClient
Client is to return underlying redis interface
func (*Redis) MakeRedisClient ¶
func (r *Redis) MakeRedisClient() interface{}
MakeRedisClient is used to fulfill asynq's interface
Click to show internal directories.
Click to hide internal directories.