Unverified Commit 40c7628f authored by WuYunlong's avatar WuYunlong Committed by GitHub
Browse files

Fix tests/cluster/cluster.tcl about wrong usage of lrange. (#6702)

parent f11f26cc
......@@ -21,7 +21,7 @@ proc get_cluster_nodes id {
pong_recv [lindex $args 5] \
config_epoch [lindex $args 6] \
linkstate [lindex $args 7] \
slots [lrange $args 8 -1] \
slots [lrange $args 8 end] \
]
lappend nodes $node
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment