Redis报错--MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk....

解决方法:

Using redis-cli, you can do something like this:

CONFIG SET dir /tmp/some/directory/other/than/var
CONFIG SET dbfilename temp.rdb


posted @ 2016-03-30 19:26  牛蜗  阅读(124)  评论(0)    收藏  举报