1
0
mirror of https://github.com/charlienet/go-mixed.git synced 2025-07-18 00:22:41 +08:00

更新redis

This commit is contained in:
2023-10-13 10:52:36 +08:00
parent e83db7daee
commit d1c269ed90
8 changed files with 48 additions and 42 deletions

View File

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