Redis::Streaming::Message
Inherits Enumerable < Struct < Value < Object
Constructors
new(id : String, values : Hash(String, String), *, last_delivered_at : Time = Time::UNIX_EPOCH, delivery_count : Int64 = 0)
Sourcenew(message : Array)
SourceInstance methods
[](field : String) : String
Source[]?(field : String) : String | Nil
Sourcedelivery_count
Sourcedig(field : String)
Sourceeach(*args, **options)
Sourceeach(*args, **options, &)
Sourceid
Sourcelast_delivered_at
Sourcevalues
Source