|
|
|
|
|
by manigandham
3187 days ago
|
|
Simplicity. Redis 4.0 with the rxlists module [1] provides a fast queue system with full persistence. Unless you need replay, Redis is often easier and has plenty of throughput. This streams feature now solves the replay disadvantage. 1. http://redismodules.com/modules/rxlists/ |
|