root@ubuntu:/usr/local/redis/bin# ./redis-cli127.0.0.1:6379> config set stop-writes-on-bgsave-error noOK127.0.0.1:6379> lpush myColour "red"(integer) 1
本文共 206 字,大约阅读时间需要 1 分钟。
root@ubuntu:/usr/local/redis/bin# ./redis-cli127.0.0.1:6379> config set stop-writes-on-bgsave-error noOK127.0.0.1:6379> lpush myColour "red"(integer) 1
转载于:https://www.cnblogs.com/luoganttcc/p/10525310.html