...

Package internal

import "github.com/gomodule/redigo/internal"
Overview
Index
Subdirectories

Overview ▾

Constants

const (
    WatchState = 1 << iota
    MultiState
    SubscribeState
    MonitorState
)

type CommandInfo

type CommandInfo struct {
    Set, Clear int
}

func LookupCommandInfo

func LookupCommandInfo(commandName string) CommandInfo

Subdirectories

Name Synopsis
..