Predis\Replication\ReplicationStrategy::getDisallowedOperations PHP 메소드

getDisallowedOperations() 보호된 메소드

Returns the default list of disallowed commands.
protected getDisallowedOperations ( ) : array
리턴 array
    protected function getDisallowedOperations()
    {
        return array('SHUTDOWN' => true, 'INFO' => true, 'DBSIZE' => true, 'LASTSAVE' => true, 'CONFIG' => true, 'MONITOR' => true, 'SLAVEOF' => true, 'SAVE' => true, 'BGSAVE' => true, 'BGREWRITEAOF' => true, 'SLOWLOG' => true);
    }