Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { Disconnect() error WaitUntilRedisNotLoading(timeoutMilliseconds int) error EnableAOF() error LastRDBSaveTime() (int64, error) Info() (map[string]string, error) InfoField(fieldName string) (string, error) GlobalKeyCount() (int, error) GetConfig(key string) (string, error) RDBPath() (string, error) Address() string WaitForNewSaveSince(lastSaveTime int64, timeout time.Duration) error RunBGSave() error Ping() error Exec(command string, args ...interface{}) (interface{}, error) }
Click to show internal directories.
Click to hide internal directories.