mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 16:51:22 +00:00
memory fragmentation ratio in INFO output
This commit is contained in:
@ -21,6 +21,11 @@
|
||||
#define redis_stat stat
|
||||
#endif
|
||||
|
||||
/* test for proc filesystem */
|
||||
#ifdef __linux__
|
||||
#define HAVE_PROCFS 1
|
||||
#endif
|
||||
|
||||
/* test for backtrace() */
|
||||
#if defined(__APPLE__) || defined(__linux__)
|
||||
#define HAVE_BACKTRACE 1
|
||||
|
Reference in New Issue
Block a user