mirror of
https://github.com/charlienet/go-mixed.git
synced 2025-07-17 16:12:42 +08:00
10 lines
133 B
Go
10 lines
133 B
Go
package redis
|
|
|
|
import "testing"
|
|
|
|
func TestRename(t *testing.T) {
|
|
New(&ReidsOption{
|
|
Addrs: []string{"192.168.123.100:6379"},
|
|
})
|
|
}
|