|
|
|
|
|
by curtisblaine
531 days ago
|
|
Agree for the dump idea, but AOF persistence is quite easy to do (literally open a file and append). Of course you'll have to choose the right data structures in memory, but that can be ad hoc to your app, so considerably less complex than a general purpose database. The only problem is when you go out of memory, but if you have an eviction strategy (i.e. a 24 hours life per post), you don't need to scale for a long time. |
|