struct
Redis::Streaming::Message
- Redis::Streaming::Message
- Struct
- Value
- Object
Included Modules
- Enumerable({String, String})
Defined in:
streaming.crConstructors
- .new(id : String, values : Hash(String, String), *, last_delivered_at : Time = Time::UNIX_EPOCH, delivery_count : Int64 = 0)
- .new(message : Array)
Instance Method Summary
- #[](field : String) : String
- #[]?(field : String) : String | Nil
- #delivery_count : Int64
- #dig(field : String)
- #each(*args, **options)
- #each(*args, **options, &)
- #id : String
- #last_delivered_at : Time
- #values : Hash(String, String)
Constructor Detail
def self.new(id : String, values : Hash(String, String), *, last_delivered_at : Time = Time::UNIX_EPOCH, delivery_count : Int64 = 0)
#