mirror of
https://github.com/gofiber/storage.git
synced 2025-09-28 21:32:23 +08:00
13 lines
126 B
Go
13 lines
126 B
Go
// +build redis
|
|
|
|
package redis
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
// go test -run Test_Redis -race -v
|
|
func Test_Redis(t *testing.T) {
|
|
|
|
}
|