diff options
Diffstat (limited to 'src/redis.h')
-rwxr-xr-x | src/redis.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/redis.h b/src/redis.h index 34e95693e..5f2518b36 100755 --- a/src/redis.h +++ b/src/redis.h @@ -674,7 +674,6 @@ struct redisServer { /* Limits */ unsigned int maxclients; /* Max number of simultaneous clients */ unsigned long long maxmemory; /* Max number of memory bytes to use */ - unsigned long long minmemory_os; /* OS Free memory threshold that */ int maxmemory_policy; /* Policy for key eviction */ int maxmemory_samples; /* Pricision of random sampling */ /* Blocked clients */ |