enum
Redis::Commands::Stream::XGroup
Defined in:
commands/stream.crEnum Members
-
CREATE =
0
-
DESTROY =
1
-
CREATECONSUMER =
2
-
DELCONSUMER =
3
Instance Method Summary
-
#create?
Returns
true
if this enum value equalsCREATE
-
#createconsumer?
Returns
true
if this enum value equalsCREATECONSUMER
-
#delconsumer?
Returns
true
if this enum value equalsDELCONSUMER
-
#destroy?
Returns
true
if this enum value equalsDESTROY
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