Closed folex closed 1 month ago
a
Hi,
I'm concerned this issue hasn't been answered as it could cause data corruption, which is a pretty big deal for a file store package.
Do you need help addressing this issue? Do you accept external contributions?
Hi,
I'm concerned this issue hasn't been answered as it could cause data corruption, which is a pretty big deal for a file store package.
Do you need help addressing this issue? Do you accept external contributions?
it should be fixed in newest version.
That's great news! Thanks for your work on this project :raised_hands:
I have a very short-lived CLI app. It starts, saves, dies.
In code, it looks like this.
Write:
Then user tries to read value
And value is undefined. I've tried to set
writeDelay
to zero, but it doesn't help. I don't seeflush
or something like that in Keyv.What's a good way to make sure value is written to disk?
I guess it is possible to do something like
But it is quite tedious to do that every time.