Redis: Fail instead of evicting? -
Is there a way to set up the Redis, so this data will never be ejected and the harsh failure of the storage would cause? I need to make sure no data is lost; I used it for permanent data collection, not in the form of mechanisms but for temporary data collection mechanism for high volume / high performance data changes.
Is there an optional NoCQL Data Store that can come close to the display, but can use reading / writing discs when the memory is over; It's not ideal, but better than losing data I'm reading / writing / updating millions of JSON documents (12+ million and growing).
Yes
First of all, make sure you enter maximize
Set the instructions (set to value other than 0 in the set file or from CONFIG SET
).
Next, set the maximum code-policy
directive to continuity
- Redis will return an OOM (out of memory) error when maxmamari
arrives while trying to write on it.
For more information about these instructions, see the files in Daftfile in the file.
Comments
Post a Comment