-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
type CommandHandler interface {
Handler(conn redcon.Conn, cmd redcon.Command)
}
type Redis struct {
port string
host string
UseCache bool
UseDirtyWrite bool
s3 *S3
handler func(conn redcon.Conn, cmd redcon.Command)
commandHandlers map[string]CommandHandler
}
type Get struct {
}
func (h* Get) Handler(conn redcon.Conn, cmd redcon.Command) {
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels