79206104

Date: 2024-11-20 06:57:52
Score: 1
Natty:
Report link

Did you consider Redis streams?

if i have multiple instances listening to same channel, I could be processing the same ticker info multiple times.

Redis stream supports some usage patterns just for that. See the image below (Source: Understanding Streams in Redis and Kafka - A Visual Guide)

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • High reputation (-2):
Posted by: Lior Kogan