java 开发在使用Redis时总是报这样的错误,重启就好 但是问题还是会出现。 求哪位大神指教指教

org.springframework.dao.InvalidDataAccessApiUsageException: 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 error.; nested exception is redis.clients.jedis.exceptions.JedisDataException: 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 error.

你去 网上 搜一下 redis 配置详解,然后 对应 你自己的redis,修改下,配置上会有介绍 关于RDB 的配置的。 要求不高的话,关掉就行了。
温馨提示:答案为网友推荐,仅供参考
第1个回答  2015-10-10
意思你数据不能正常存,看log吧追问

重启之后就可以存,但是过段时间存数据的时候就报这样的问题。

相似回答