Skip to content

Commit

Permalink
Update test/cluster_client_pipelining_test.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Jean Boussier <jean.boussier@gmail.com>
  • Loading branch information
supercaracal and byroot committed Jul 26, 2021
1 parent 25715d5 commit 691aef7
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions test/cluster_client_pipelining_test.rb
Expand Up @@ -64,16 +64,7 @@ def test_pipelining_with_multiple_replicas
end

rc.pipelined do |r|
r.get('key1')
r.get('key1')
r.get('key1')
r.get('key1')
r.get('key1')
r.get('key1')
r.get('key1')
r.get('key1')
r.get('key1')
r.get('key1')
10.times { r.get('key1') }
end

rc.close
Expand Down

0 comments on commit 691aef7

Please sign in to comment.