Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Upgrader ¶
type Upgrader interface {
Upgrade() error
}
Upgrader is an interface to implement a database upgrade strategy
func GetUpgrader ¶
func GetUpgrader(redis interfaces.Redis, version int) Upgrader
GetUpgrader returns the upgrader for the given target version
Click to show internal directories.
Click to hide internal directories.