
Redis
Java就是搞对象
TA不懒,但没有添加简介
展开
-
SpringCache+redis 设置过期时间
SpringCache+redis 设置过期时间转载 2020-09-25 11:31:21 · 728 阅读 · 0 评论 -
spring boot整合redis,以及设置缓存过期时间
spring boot整合redis,以及设置缓存过期时间转载 2020-09-25 11:18:06 · 1005 阅读 · 0 评论 -
Redis连接异常:MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist
在连接redis数据库时突然报错:MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotti.转载 2020-09-01 10:11:20 · 592 阅读 · 0 评论 -
记录一次redis启动失败
启动redis一闪就关解决方法:1-win+R 打开命令行2-cd至redis目录,例如 D:\redis>3-输入 redis-server.exe redis.windows.conf观察是否如图1:至此,已成功;否则,继续进行如下操作:4-若启动redis出现[***] (当前日期) # Creating Server TCP listening socket *:6379: listen: Unknown error更改redis文件夹中的 redis.windows.con转载 2020-06-03 15:22:02 · 427 阅读 · 0 评论