Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
180ba187
Commit
180ba187
authored
Apr 13, 2011
by
antirez
Browse files
fixed typo in comment
parent
9a440ad4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis-trib.rb
View file @
180ba187
...
@@ -80,7 +80,7 @@ class ClusterNode
...
@@ -80,7 +80,7 @@ class ClusterNode
def
info_string
def
info_string
# We want to display the hash slots assigned to this node
# We want to display the hash slots assigned to this node
# as ranges, like in: "1-5,8
,
9,20-
3
5,30"
# as ranges, like in: "1-5,8
-
9,20-
2
5,30"
#
#
# Note: this could be easily written without side effects,
# Note: this could be easily written without side effects,
# we use 'slots' just to split the computation into steps.
# we use 'slots' just to split the computation into steps.
...
...
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