struct

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)
Source
new(message : Array)
Source

Instance methods

[](field : String) : String
Source
[]?(field : String) : String | Nil
Source
delivery_count
Source
dig(field : String)
Source
each(*args, **options)
Source
each(*args, **options, &)
Source
last_delivered_at
Source
values
Source