enum

Redis::Commands::ScriptFlushMode

Inherits Enum < Comparable < Value < Object

Constants

ASYNC = 0
SYNC = 1

Instance methods

async?

Returns true if this enum value equals ASYNC

Source
sync?

Returns true if this enum value equals SYNC

Source