当前位置:网站首页>redis.clients.jedis.exceptions.JedisDataException: NOAUTH Authentication required
redis.clients.jedis.exceptions.JedisDataException: NOAUTH Authentication required
2022-06-12 16:36:00 【学无止境小奇】
真正的大师永远怀着一颗学徒的心
哈喽!大家好,我是小奇,一位程序员界的学徒
小奇打算以轻松幽默的对话方式来分享一些技术,如果你觉得通过小奇的文章学到了东西,那就给小奇一个赞吧
文章持续更新,可以微信搜索【小奇JAVA面试】第一时间阅读,回复【资料】更有我为大家准备的福利哟!回复【项目】有我为大家准备的一些项目源码。回复【简历模板】有我为大家准备的简历模板。
文章目录
一、异常信息
1、redis.clients.jedis.exceptions.JedisDataException: NOAUTH Authentication required
表示redis设置了密码,但是你用jedis连接的时候没有配置密码
二、解决方式
1、在jedis中添加密码
jedis.auth(“你的密码”);
2、将redis的密码注释掉
找到redis.conf配置文件,将requirepass注释掉
然后重新启动
进入redis客户端,在bin目录下
./redis-cli
然后输入密码,因为我们之前有密码,修改配置文件后没有重启生效,所有现在还是有密码,需要输入密码进入redis客户端中
命令auth 你的密码
然后执行关闭redis命令
shutdown
然后重新启动redis,还是在bin目录下
./redis-server redis.conf 这是指定你的配置文件进行启动
三、总结
这里的相关内容还没有整理完毕,文章后面持续更新,建议收藏。
文章中涉及到的命令大家一定要像我一样每个都敲几遍,只有在敲的过程中才能发现自己对命令是否真正的掌握了。
如果觉得我的文章还不错的话就点个赞吧,另外可以微信搜索【小奇JAVA面试】第一时间阅读,回复【资料】更有我为大家准备的福利哟!回复【项目】有我为大家准备的一些项目源码。回复【简历模板】有我为大家准备的简历模板。
边栏推荐
- Loading shellcode in C and go languages
- js监听用户是否打开屏幕焦点
- Project training of Shandong University rendering engine system (IV)
- The C programming language (version 2) notes / 8 UNIX system interface / 8.1 file descriptor
- 【湖南大学】考研初试复试资料分享
- 从50亿图文中提取中文跨模态新基准Zero,奇虎360全新预训练框架超越多项SOTA
- 'virtue and art' in the field of recurrent+transformer video recovery
- MySQL statement
- Golang recursively encrypts and decrypts all files under the specified folder
- Differences between SQL and NoSQL of mongodb series
猜你喜欢
Contract awarding and AQS
【湖南大学】考研初试复试资料分享
使用ubantu时,遇见的一些小毛病和解决方法
Idea displays services on the console to uniformly manage all jetty services,
Demande de doctorat | xinchao Wang, Université nationale de Singapour
Idea how to set the guide package without * sign
CVPR 2022 | 元学习在图像回归任务的表现
Super detailed dry goods! Docker+pxc+haproxy build a MySQL Cluster with high availability and strong consistency
Canvas advanced functions (Part 2)
Servlet API
随机推荐
Golang recursively encrypts and decrypts all files under the specified folder
Canvas advanced functions (Part 2)
generate pivot data 2
Project training of Shandong University rendering engine system (III)
Swin transformer code explanation
Leetcode 2194. Excel 表中某个范围内的单元格(可以,已解决)
1.delete
程序的动态加载和执行
\Begin{algorithm} notes
Acwing 1927 自动补全(知识点:hash,二分,排序)
Project training of Shandong University rendering engine system (VII)
calibration of sth
Token and idempotency
你的下一台电脑何必是电脑,探索不一样的远程操作
pbootcms的if判断失效直接显示标签怎么回事?
Object. Keys traverses an object
WebRTC 的音频网络对抗概述
vim 从嫌弃到依赖(16)——宏
Glove word embedding (IMDb film review emotion prediction project practice)
idea如何设置导包不带*号