Arguments#
A dictionary mapping stream keys to their starting IDs.
Use $ to read only new messages added after the command is issued.
The maximum number of messages to return per stream.
Response#
List[List[Any]]
Returns a list where each element represents a stream and contains:
- The stream key
- A list of messages (ID and field-value pairs)
Returns empty list if no data is available.