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
8bad0ddd
Commit
8bad0ddd
authored
Apr 13, 2011
by
antirez
Browse files
fixed bug due to typo in code
parent
180ba187
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis-trib.rb
View file @
8bad0ddd
...
...
@@ -31,7 +31,7 @@ class ClusterNode
def
connect
(
o
=
{})
xputs
"Connecting to node
#{
self
}
: "
begin
@r
=
Redis
.
new
(
:host
=>
@ost
,
:port
=>
@port
)
@r
=
Redis
.
new
(
:host
=>
@
h
ost
,
:port
=>
@port
)
@r
.
ping
rescue
puts
"ERROR"
...
...
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