mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 16:48:25 +08:00
11 lines
109 B
Go
11 lines
109 B
Go
package redis
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
// go test -run Test_Redis -race -v
|
|
func Test_Redis(t *testing.T) {
|
|
|
|
}
|