// +build redis package redis import ( "testing" ) // go test -run Test_Redis -race -v func Test_Redis(t *testing.T) { }