Skip to content

Commit

Permalink
test: improve flaky
Browse files Browse the repository at this point in the history
Signed-off-by: Rueian <[email protected]>
  • Loading branch information
rueian committed Jan 10, 2025
1 parent 5784e2f commit 69171a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rueidisaside/aside_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var addr = []string{"127.0.0.1:6379"}

func makeClient(t *testing.T, addr []string) CacheAsideClient {
client, err := NewClient(ClientOption{
ClientOption: rueidis.ClientOption{InitAddress: addr},
ClientOption: rueidis.ClientOption{InitAddress: addr, PipelineMultiplex: -1},
ClientTTL: time.Second,
})
if err != nil {
Expand Down

0 comments on commit 69171a9

Please sign in to comment.