enum

Redis::Commands::Stream::NackMode

Inherits Enum < Comparable < Value < Object

Constants

SILENT = 0
FAIL = 1
FATAL = 2

Instance methods

fail?

Returns true if this enum value equals FAIL

Source
fatal?

Returns true if this enum value equals FATAL

Source
silent?

Returns true if this enum value equals SILENT

Source