Documentation ¶
Index ¶
Constants ¶
View Source
const (
RetryReadInterval = 5 * time.Second
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IRedisRelayer ¶
type IRedisRelayer interface {
Relay() error
}
type Redis ¶
type Redis struct { Options *cli.Options Client *redis.Client MsgDesc *desc.MessageDescriptor // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.