客户端连接本地redis服务器命令:
redis-cli.exe -h 127.0.0.1 -p 6379
redis异常"MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist"解决方法:
客服端连接本地redis服务器之后,运行:config set stop-writes-on-bgsave-error no
标签:exe 本地 rdb 运行 snapshot pos configure 解决方法 persist
客户端连接本地redis服务器命令:
redis-cli.exe -h 127.0.0.1 -p 6379
redis异常"MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist"解决方法:
客服端连接本地redis服务器之后,运行:config set stop-writes-on-bgsave-error no
标签:exe 本地 rdb 运行 snapshot pos configure 解决方法 persist
原文地址:https://www.cnblogs.com/ACGame/p/8425112.html