1
0
Fork 0
iredis/iredis/data/commands/xgroup-createconsumer.md
Daniel Baumann 7d10e6c54a
Adding upstream version 1.13.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 17:11:00 +01:00

7 lines
No EOL
312 B
Markdown

Create a consumer named `<consumername>` in the consumer group `<groupname>` of the stream that's stored at `<key>`.
Consumers are also created automatically whenever an operation, such as `XREADGROUP`, references a consumer that doesn't exist.
@return
@integer-reply: the number of created consumers (0 or 1)