class
Redis::Streaming::XReadGroupResponse::MessageIterator
- Redis::Streaming::XReadGroupResponse::MessageIterator
- Reference
- Object
Included Modules
- Iterator(Redis::Streaming::Message)
Defined in:
streaming.crConstructors
Instance Method Summary
-
#next : Message | Stop
Returns the next element in this iterator, or
Iterator::Stop::INSTANCEif there are no more elements.
Constructor Detail
Instance Method Detail
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.