随笔分类 -  redis

redis常用
摘要:使用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 a 阅读全文
posted @ 2023-06-13 09:37 xiexie0812 阅读(1147) 评论(0) 推荐(0) 编辑
摘要:一、RedisTemplate 配置 enableTransactionSupport 为 true(开启事务)时,连接不会自动释放,解决方案: 1.enableTransactionSupport 设置为 false(关闭事务) 或 2.RedisTemplate 操作后加入手动释放代码 Redi 阅读全文
posted @ 2022-11-23 09:58 xiexie0812 阅读(688) 评论(0) 推荐(0) 编辑
摘要:Could not get a resource from the pool 问题解决 今天测试项目的时候,界面提示 Could not get a resource from the pool 报错信息。登录后台,查询对应的java报错日志 报错信息: redis.clients.jedis.ex 阅读全文
posted @ 2022-11-23 09:54 xiexie0812 阅读(290) 评论(0) 推荐(0) 编辑
摘要:1. 环境 centos7.6 Redis版本 5.0.4 2. 准备 下载redis 进入官网找到下载地址 Redis 右键Download按钮,选择复制链接。 wget http://download.redis.io/releases/redis-5.0.7.tar.gz 3. 解压redis 阅读全文
posted @ 2022-07-15 14:02 xiexie0812 阅读(58) 评论(0) 推荐(0) 编辑