Arguments#
The key of the stream.
The consumer group name.
The stream entry ID to start consuming from. Use '$' to start from the end.
Create the stream if it doesn't exist.
Response#
str
Returns "OK" if the consumer group was created successfully.
The key of the stream.
The consumer group name.
The stream entry ID to start consuming from. Use '$' to start from the end.
Create the stream if it doesn't exist.
Returns "OK" if the consumer group was created successfully.
Was this page helpful?