Skip to content

jeromecovington/redis-streams-examples

Repository files navigation

redis-streams-examples

Some basic examples of redis streams producers, reading within a range of messages, and consumer groups. Written in node.js using the redis client.

Inspired by redisnycstreams.


Resources

Introduction to Redis Streams

Redis commands

Easy redis docker setup:

Running the examples

$ node producer-a.js
$ node reset.js
$ node producer-b.js
$ node range.js
$ node reset.js
$ node producer-a.js
# in a separate shell
$ node consumer-group.js

fini.

About

Examples of redis streams usage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published