package redis import ( "testing" ) func TestInit(t *testing.T) { Init() }