Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { // Machines list goes command + args for daemons that run from start, // including redisd. Note that dependent daemons should wait on a // respective redis key, e.g. // redis.Hwait(redis.DefaultHash, "redis.ready", "true", TIMEOUT) // or // redis.IsReady() Init [][]string Daemons }
Click to show internal directories.
Click to hide internal directories.