Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { // The network type, either tcp or unix. // Default is tcp. Network string // host:port address. Addr string // Optional password. Must match the password specified in the // requirepass server configuration option. Password string // Database to be selected after connecting to the server. DB int }
Options are the settings to start a redis connection.
type Provided ¶
type Provided interface { cheesegull.CommunicationService cheesegull.SystemService }
Provided is a struct containing the services implemented by this package.
Click to show internal directories.
Click to hide internal directories.