import "github.com/gomodule/redigo/internal"
commandinfo.go
const ( WatchState = 1 << iota MultiState SubscribeState MonitorState )
type CommandInfo struct { Set, Clear int }
func LookupCommandInfo(commandName string) CommandInfo