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_consumers("mystream", "mygroup")
[ ["name", "consumer1", "pending", 0, "idle", 1000, "inactive", 1000], ["name", "consumer2", "pending", 2, "idle", 2000, "inactive", 2000] ]
List all consumers in a consumer group.
Was this page helpful?