class Redis::Streaming::XReadGroupResponse::MessageIterator

Included Modules

Defined in:

streaming.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(results : Array(Redis::Streaming::XReadGroupResponse::Result)) #

[View source]

Instance Method Detail

def next : Message | Stop #
Description copied from module Iterator(Redis::Streaming::Message)

Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there are no more elements.


[View source]