Skip to content

Commit 075ca8c

Browse files
committed
Fix bug.
1 parent 470d4b6 commit 075ca8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/async/redis/cluster_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def reload_cluster!(endpoints = @endpoints)
106106
shard = shard.each_slice(2).to_h
107107

108108
slots = shard['slots']
109-
range = Range.new(*slots, exclude_end: false)
109+
range = Range.new(*slots)
110110

111111
nodes = shard['nodes'].map do |node|
112112
node = node.each_slice(2).to_h

0 commit comments

Comments
 (0)