
redis
rchmin
持续学习是作为技术人保持竞争力的唯一方法!
展开
-
redis异常解决:MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist
项目中用到redis做缓存服务器,近日出现这个异常: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原创 2015-09-11 10:56:16 · 30198 阅读 · 6 评论 -
redis异常解决:jedis.exceptions.JedisDataException: ERR Client sent AUTH, but no password is set
项目中用到了redis做缓存服务器,今天一次重启后报出下面的异常,最后经过各种排查,才终于定位到了原因,记录如下:redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the poolredis.clients.util.Pool.getResource(Pool.jav原创 2015-09-10 19:47:42 · 192743 阅读 · 12 评论 -
redis异常解决:attempted to load session[xxx] which has been created but not yet serialized.
使用redis做了tomcat的session共享,又一次访问session时出现下面的异常:java.lang.IllegalStateException: Racecondition encountered: attempted to loadsession[23DF9FE58DAF67B589642E88254593DA] which has been created but not y原创 2015-09-15 20:26:13 · 6518 阅读 · 0 评论