|
|
|
|
|
by curtisblaine
534 days ago
|
|
If it'a controlled restart, you can dump your memory onto a file when shutting down, then reload the dump when you restart. If it's a crash, yes, you will lose everything. Or you can do Append Only File persistence like Redis, in which case you won't lose anything in each case. |
|
To me this sounds like building your own db but worse.