|
|
|
|
|
by Lio
1610 days ago
|
|
I treat Redis a bit like I treat PostgreSQL. It's what I use when I don't know what I should use. (In fact these days I might even be tempted to start with a simple PostgreSQL based queue and only swap to Redis later if it becomes clear that's what's needed). I guess a better approach might be to carefully analyse requirements up front but if those requirements aren't known at the time you start the project it's useful just to get you going. |
|