Versions in this module Expand all Collapse all v1 v1.2.10 Aug 26, 2024 Changes in this version + type Connection interface + AddTxError func(err error) + ClearQueuedCmds func() + Close func() error + EnqueueCmd func([][]byte) + GetChannels func() []string + GetDBIndex func() int + GetPassword func() string + GetQueuedCmdLine func() [][][]byte + GetTxErrors func() []error + GetWatching func() map[string]uint32 + InMultiState func() bool + IsMaster func() bool + IsSlave func() bool + Name func() string + RemoteAddr func() string + SelectDB func(int) + SetMaster func() + SetMultiState func(bool) + SetPassword func(string) + SetSlave func() + SubsCount func() int + Subscribe func(channel string) + UnSubscribe func(channel string) + Write func([]byte) (int, error) + type Reply interface + ToBytes func() []byte