Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
result = redis.xinfo_groups("mystream")
[ ["name", "group1", "consumers", 2, "pending", 0, "last-delivered-id", "1638360173533-0"], ["name", "group2", "consumers", 0, "pending", 3, "last-delivered-id", "0-0"] ]
List all consumer groups for a stream.
Was this page helpful?