mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
If the server gets MULTI command followed by only read commands, and right before it gets the EXEC it reaches OOM, the client will get OOM response. So, from now on, it will get OOM response only if there was at least one command that was tagged with `use-memory` flag