enum Redis::Commands::Stream::XGroup

Defined in:

commands/stream.cr

Enum Members

CREATE = 0
DESTROY = 1
CREATECONSUMER = 2
DELCONSUMER = 3

Instance Method Summary

Class methods inherited from struct Enum

from_graph_result(result : Int64)
from_graph_result(result : String)
from_graph_result(result : Redis::Graph::Value)
from_graph_result
, from_redis_graph_value(type : Redis::Graph::ValueType, value, cache) from_redis_graph_value

Instance Method Detail

def create? #

Returns true if this enum value equals CREATE


[View source]
def createconsumer? #

Returns true if this enum value equals CREATECONSUMER


[View source]
def delconsumer? #

Returns true if this enum value equals DELCONSUMER


[View source]
def destroy? #

Returns true if this enum value equals DESTROY


[View source]