Documentation
¶
Index ¶
- Constants
- func CopyWithInstanceAdditions(fromPath, toPath, instanceID, port, password, pidDir string) error
- type Conf
- func (conf *Conf) CommandAliases() map[string]string
- func (conf Conf) Encode() []byte
- func (conf Conf) Get(key string) string
- func (conf Conf) HasKey(key string) bool
- func (conf Conf) Host() string
- func (c *Conf) InitForDedicatedNode(password ...string) error
- func (conf Conf) Password() string
- func (conf Conf) Port() int
- func (conf Conf) Save(path string) error
- func (conf *Conf) Set(key string, value string)
- type Param
Constants ¶
View Source
const ( DefaultHost = "127.0.0.1" DefaultPort = 6379 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.