await redis.xadd(key, "*", { name: "John Doe", age: 30 });
Appends one or more new entries to a stream.
*
Was this page helpful?