diff --git a/src/redis-trib.rb b/src/redis-trib.rb index 1f052c30..81811f4b 100755 --- a/src/redis-trib.rb +++ b/src/redis-trib.rb @@ -248,6 +248,8 @@ class ClusterNode end if self.info[:replicate] is += "\n replicates #{info[:replicate]}" + elsif self.has_flag?("master") && self.info[:replicas] + is += "\n #{info[:replicas].length} additional replica(s)" end is end