Stream
XADD
Appends one or more new entries to a stream.
Arguments
The key to of the stream.
The stream entry ID. If *
is passed, a new ID will be generated
automatically.
Key-value data to be appended to the stream.
options
Prevent creating the stream if it does not exist.
Response
The ID of the newly added entry.
Was this page helpful?