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
解决方法:
Using redis-cli, you can do something like this:
CONFIG SET dir /tmp/some/directory/other/than/var CONFIG SET dbfilename temp.rdb