You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
Add streams XREADGROUP and XACK example. (#1832)
* Removed stream delete command to allow consumer group example to work. * Adds stream consumer group example. * Adds stream consumer group example code. * Update README.md Co-authored-by: Leibale Eidelman <leibale1998@gmail.com>
This commit is contained in:
@@ -6,7 +6,6 @@ async function streamProducer() {
|
||||
const client = createClient();
|
||||
|
||||
await client.connect();
|
||||
await client.del('mystream');
|
||||
|
||||
let num = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user