@@ -463,6 +463,68 @@ Publish messages to many clients
463463  Get the length of the value stored in a key.
464464</Card >
465465
466+ </CardGroup ></Accordion >
467+ <Accordion  title = " Stream" 
468+ <CardGroup  cols = { 3 } >
469+ 
470+ <Card  title = " XACK" href = " /redis/sdks/py/commands/stream/xack" 
471+   Acknowledge one or multiple messages as processed for a consumer group.
472+ </Card >
473+ <Card  title = " XADD" href = " /redis/sdks/py/commands/stream/xadd" 
474+   Append a new entry to a stream.
475+ </Card >
476+ <Card  title = " XAUTOCLAIM" href = " /redis/sdks/py/commands/stream/xautoclaim" 
477+   Transfer ownership of pending messages to another consumer automatically.
478+ </Card >
479+ <Card  title = " XCLAIM" href = " /redis/sdks/py/commands/stream/xclaim" 
480+   Transfer ownership of pending messages to another consumer.
481+ </Card >
482+ <Card  title = " XDEL" href = " /redis/sdks/py/commands/stream/xdel" 
483+   Remove one or multiple entries from a stream.
484+ </Card >
485+ <Card  title = " XGROUP CREATE" href = " /redis/sdks/py/commands/stream/xgroup_create" 
486+   Create a new consumer group for a stream.
487+ </Card >
488+ <Card  title = " XGROUP CREATECONSUMER" href = " /redis/sdks/py/commands/stream/xgroup_createconsumer" 
489+   Create a new consumer in a consumer group.
490+ </Card >
491+ <Card  title = " XGROUP DELCONSUMER" href = " /redis/sdks/py/commands/stream/xgroup_delconsumer" 
492+   Delete a consumer from a consumer group.
493+ </Card >
494+ <Card  title = " XGROUP DESTROY" href = " /redis/sdks/py/commands/stream/xgroup_destroy" 
495+   Delete an entire consumer group.
496+ </Card >
497+ <Card  title = " XGROUP SETID" href = " /redis/sdks/py/commands/stream/xgroup_setid" 
498+   Set the last delivered ID for a consumer group.
499+ </Card >
500+ <Card  title = " XINFO CONSUMERS" href = " /redis/sdks/py/commands/stream/xinfo_consumers" 
501+   List all consumers in a consumer group.
502+ </Card >
503+ <Card  title = " XINFO GROUPS" href = " /redis/sdks/py/commands/stream/xinfo_groups" 
504+   List all consumer groups for a stream.
505+ </Card >
506+ <Card  title = " XLEN" href = " /redis/sdks/py/commands/stream/xlen" 
507+   Get the number of entries in a stream.
508+ </Card >
509+ <Card  title = " XPENDING" href = " /redis/sdks/py/commands/stream/xpending" 
510+   Get information about pending messages in a consumer group.
511+ </Card >
512+ <Card  title = " XRANGE" href = " /redis/sdks/py/commands/stream/xrange" 
513+   Get entries from a stream within a range of IDs.
514+ </Card >
515+ <Card  title = " XREAD" href = " /redis/sdks/py/commands/stream/xread" 
516+   Read data from one or multiple streams.
517+ </Card >
518+ <Card  title = " XREADGROUP" href = " /redis/sdks/py/commands/stream/xreadgroup" 
519+   Read data from streams as part of a consumer group.
520+ </Card >
521+ <Card  title = " XREVRANGE" href = " /redis/sdks/py/commands/stream/xrevrange" 
522+   Get entries from a stream within a range of IDs in reverse order.
523+ </Card >
524+ <Card  title = " XTRIM" href = " /redis/sdks/py/commands/stream/xtrim" 
525+   Trim a stream to a specified size.
526+ </Card >
527+ 
466528</CardGroup ></Accordion >
467529<Accordion  title = " Transactions" 
468530<Card  title = " TRANSACTION" href = " /redis/sdks/py/features#pipelines-and-transactions" 
0 commit comments