Commands

XACK

Returns the number of messages that were successfully acknowledged by the consumer group member of a stream.

Learn more →
Read more

XADD

Appends a new message to a stream. Creates the key if it doesn't exist.

Learn more →
Read more

XAUTOCLAIM

Changes, or acquires, ownership of messages in a consumer group, as if the messages were delivered to as consumer group member.

Learn more →
Read more

XCLAIM

Changes, or acquires, ownership of a message in a consumer group, as if the message was delivered a consumer group member.

Learn more →
Read more

XDEL

Returns the number of messages after removing them from a stream.

Learn more →
Read more

XGROUP CREATE

Creates a consumer group.

Learn more →
Read more

XGROUP CREATECONSUMER

Creates a consumer in a consumer group.

Learn more →
Read more

XGROUP DELCONSUMER

Deletes a consumer from a consumer group.

Learn more →
Read more

XGROUP DESTROY

Destroys a consumer group.

Learn more →
Read more

XGROUP SETID

Sets the last-delivered ID of a consumer group.

Learn more →
Read more

XINFO CONSUMERS

Returns a list of the consumers in a consumer group.

Learn more →
Read more

XINFO GROUPS

Returns a list of the consumer groups of a stream.

Learn more →
Read more

XINFO STREAM

Returns information about a stream.

Learn more →
Read more

XLEN

Return the number of messages in a stream.

Learn more →
Read more

XPENDING

Returns the information and entries from a stream consumer group's pending entries list.

Learn more →
Read more

XRANGE

Returns the messages from a stream within a range of IDs.

Learn more →
Read more

XREAD

Returns messages from multiple streams with IDs greater than the ones requested. Blocks until a message is available otherwise.

Learn more →
Read more

XREADGROUP

Returns new or historical messages from a stream for a consumer in a group. Blocks until a message is available otherwise.

Learn more →
Read more

XREVRANGE

Returns the messages from a stream within a range of IDs in reverse order.

Learn more →
Read more

XSETID

An internal command for replicating stream values.

Learn more →
Read more

XTRIM

Deletes messages from the beginning of a stream.

Learn more →
Read more