示例#1
0
文件: memory.go 项目: gamegos/scotty
func init() {
	storage.Register("memory", initDriver)
}
示例#2
0
文件: conn.go 项目: gamegos/scotty
func init() {
	storage.Register("redis", initDriver)
}