25645:M 08 Apr 2019 20:19:41.896 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. 25645:M 08 Apr 2019 20:19:41.896 # Server initialized 25645:M 08 Apr 2019 20:19:41.896 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. 25645:M 08 Apr 2019 20:19:41.896 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled. 25645:M 08 Apr 2019 20:19:41.903 # The RDB file contains module data I can't load: no matching module 'MBbloom--' 按提示执行 sysctl vm.overcommit_memory=1 echo never > /sys/kernel/mm/transparent_hugepage/enabled echo 511 > /proc/sys/net/core/somaxconn MBbloom 要在配置文件里加载rebloom.so模块 loadmodule /path/to/rebloom.so 再启动 src/redis-server redis.conf