mirror of
https://github.com/charlienet/go-mixed.git
synced 2025-07-18 00:22:41 +08:00
更新redis
This commit is contained in:
9
redis/rename_hook_test.go
Normal file
9
redis/rename_hook_test.go
Normal file
@ -0,0 +1,9 @@
|
||||
package redis
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestRename(t *testing.T) {
|
||||
New(&ReidsOption{
|
||||
Addrs: []string{"192.168.123.100:6379"},
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user