enum

Redis::ReplicationClient::Info::Replica::State

Inherits Enum < Comparable < Value < Object

Constants

StableSync = 0
Online = 1

Instance methods

online?

Returns true if this enum value equals Online

Source
stable_sync?

Returns true if this enum value equals StableSync

Source