class Redis::Cluster::Slot

def replica_disabled?

def replica_disabled?
  !@with_replica
end