Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
40c7628f
Unverified
Commit
40c7628f
authored
Aug 04, 2020
by
WuYunlong
Committed by
GitHub
Aug 04, 2020
Browse files
Fix tests/cluster/cluster.tcl about wrong usage of lrange. (#6702)
parent
f11f26cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/cluster/cluster.tcl
View file @
40c7628f
...
@@ -21,7 +21,7 @@ proc get_cluster_nodes id {
...
@@ -21,7 +21,7 @@ proc get_cluster_nodes id {
pong_recv
[
lindex $args 5
]
\
pong_recv
[
lindex $args 5
]
\
config_epoch
[
lindex $args 6
]
\
config_epoch
[
lindex $args 6
]
\
linkstate
[
lindex $args 7
]
\
linkstate
[
lindex $args 7
]
\
slots
[
lrange $args 8
-1
]
\
slots
[
lrange $args 8
end
]
\
]
]
lappend nodes $node
lappend nodes $node
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment