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

redis rename key

This commit is contained in:
2023-11-01 16:32:58 +08:00
parent f3918dd02b
commit 5f065de145
3 changed files with 7 additions and 3 deletions

View File

@ -143,6 +143,7 @@ func TestRedisPool(t *testing.T) {
t.Log(client.ConfigGet(context.Background(), "slowlog-log-slower-than").Result())
// client.FunctionLoadReplace(context.Background(), "")
}, redis.RedisOption{
Addr: "192.168.123.100:6379",
PoolSize: 100,