Content
@
0 reply
0 recast
2 reactions
Varun Srinivasan
@v
Redis Streams seem pretty powerful. @sds is cooking up some plans to rewrite our background processor, using streams instead of Faktory (which we are outgrowing). anyone have positive/negative experience working with streams? https://redis.io/blog/youre-probably-thinking-about-redis-streams-wrong/
22 replies
16 recasts
487 reactions
Rafi
@rafi
Few years back I migrated sorted set-based lua-scripted job queue to streams. It worked really well. Level of abstraction of Streams API is just perfect to implement it without any third part library. Read groups makes it easy to scale and route tasks to horizontal worker clusters.
0 reply
0 recast
7 reactions