Ejemplo n.º 1
0
func init() {
	hal.RegisterStore("memory", New)
}
Ejemplo n.º 2
0
func init() {
	hal.RegisterStore("test", New)
}
Ejemplo n.º 3
0
func init() {
	hal.RegisterStore("redis", New)
}