本文共 416 字,大约阅读时间需要 1 分钟。
启动 redis 发现报错:
[root@Tcache ~]# service redis startStarting redis-server:*** FATAL CONFIG FILE ERROR ***Reading the configuration file, at line 375>>> 'vm-enabled no'Bad directive or wrong number of arguments [FAILED]
===解决方法===
redis 版本太低,升级即可解决问题; # yum install redis >>>【'会提示是否更新,更新即可'】
转载于:https://blog.51cto.com/liuqh/2107283