|
|
|
|
|
by bboreham
3104 days ago
|
|
If the requirement is for persistence, i.e. no data loss if the queue process dies, then Redis won't fit. EDIT: TIL Redis has the option to turn on fsync-to-disk on every write. Probably not what people are thinking of when they suggest Redis as lightweight. |
|