1
0
mirror of https://github.com/charlienet/go-mixed.git synced 2025-07-18 00:22:41 +08:00
Files
go-mixed/redis/rename_hook_test.go
2023-10-13 10:52:36 +08:00

10 lines
133 B
Go

package redis
import "testing"
func TestRename(t *testing.T) {
New(&ReidsOption{
Addrs: []string{"192.168.123.100:6379"},
})
}