enum

Echo::Redis::CMD

Inherits Enum / Comparable / Value / Object

Constants

XADD = 0
XREAD = 1
BLOCK = 2
STREAMS = 3

Instance methods

block?

Returns true if this enum value equals BLOCK

Source
streams?

Returns true if this enum value equals STREAMS

Source
xadd?

Returns true if this enum value equals XADD

Source
xread?

Returns true if this enum value equals XREAD

Source