This commit is contained in:
Lufei 2024-04-18 16:02:35 +08:00 committed by GitHub
commit 4c08977ad8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ int performEvictions(void) {
int keys_freed = 0;
size_t mem_reported, mem_tofree;
long long mem_freed; /* May be negative */
long long mem_freed = 0; /* May be negative */
mstime_t latency, eviction_latency;
long long delta;
int slaves = listLength(server.slaves);