Skip to content

Commit

Permalink
redis-trib: create subcommand fixed calling node info loading method.…
Browse files Browse the repository at this point in the history
… Was needed after recent refactoring.
  • Loading branch information
antirez committed Oct 4, 2011
1 parent 24bfb57 commit 909aee2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/redis-trib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ def create_cluster_cmd
node = ClusterNode.new(n)
node.connect(:abort => true)
node.assert_cluster
node.load_info
node.assert_empty
add_node(node)
}
Expand Down

0 comments on commit 909aee2

Please sign in to comment.