📄️ XACK
Acknowledge a received message and removes the message from consumer group's pending entries list.
📄️ XADD
Add new entries to streams
📄️ XAUTOCLAIM
Change the ownership of pending stream entries that match the specified criteria.
📄️ XCLAIM
Change the ownership of a message in a consumer group
📄️ XDEL
Delete entries from stream
📄️ XGROUP CREATE
Create consumer group
📄️ XGROUP CREATECONSUMER
Create consumer in a particular group
📄️ XGROUP DELCONSUMER
Delete consumer from a particular group
📄️ XGROUP DESTROY
Destroy group
📄️ XGROUP SETID
Destroy group
📄️ XINFO GROUPS
Get info about all consumer groups in a stream
📄️ XLEN
Get the length of a stream
📄️ XPENDING
Get info and entries from a consumer group pending entries list
📄️ XRANGE
Returns a range of stream entries
📄️ XREAD
Read entries from one or multiple streams
📄️ XREADGROUP
Read entries from a stream for a consumer group
📄️ XREVRANGE
Returns a range from streams (reversed)
📄️ XSETID
Set last id of a stream
📄️ XTRIM
Trim a particular stream