redis
redis 初始化的配置事项
需要关闭保护模式 CONFIG SET protected-mode no 需要设置持久化 config set stop-writes-on-bgsave-error no 需要增加最大连接数量 config set maxclients 100000 关闭持久化 修改redis配置文件,redis.conf 第115行左右。 1.注释掉原来的持久化规则 #save 900 1 # 阅读更多…
需要关闭保护模式 CONFIG SET protected-mode no 需要设置持久化 config set stop-writes-on-bgsave-error no 需要增加最大连接数量 config set maxclients 100000 关闭持久化 修改redis配置文件,redis.conf 第115行左右。 1.注释掉原来的持久化规则 #save 900 1 # 阅读更多…
错误信息: MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the 阅读更多…