Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 261 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 261 Bytes

redis-stream

An service to test out Redis Streams. Uses Typescript and Express JS.

Goals

  • Use Redis Streams to publish and subscribe messages.
  • Understand the consumer groups concept.
  • Test out scalability of Redis streams and latency.
  • May be more