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 13, 2025
1 parent 17f2a88 commit 65e6d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valkeyaside/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: valkey.ClientOption{InitAddress: addr},
ClientOption: valkey.ClientOption{InitAddress: addr, PipelineMultiplex: -1},
ClientTTL: time.Second,
})
if err != nil {
Expand Down

0 comments on commit 65e6d84

Please sign in to comment.