进行主从复制时出现的异常FATAL CONFIG FILE ERROR (Redis 6.2.6)Reading the configuration file

错误如下所示:

 FATAL CONFIG FILE ERROR (Redis 6.2.6) 
Reading the configuration file, at line 1
>>> 'include/myredis/redis.conf'
Bad directive or wrong number of arguments

出现错误的原因是.conf文件中命令之间缺少空格,如下所示:

进行主从复制时出现的异常FATAL CONFIG FILE ERROR (Redis 6.2.6)Reading the configuration file_第1张图片

你可能感兴趣的:(mistakes,redis,java,缓存,linux,学习,数据库)