Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
INFO report peak memory before eviction (redis#7894)
In some cases one command added a very big bulk of memory, and this would be "resolved" by the eviction before the next command. Seeing an unexplained mass eviction we would wish to know the highest momentary usage too. Tracking it in call() and beforeSleep() adds some hooks in AOF and RDB loading. The fix in clientsCronTrackExpansiveClients is related to redis#7874
- Loading branch information