程序中报错:Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionExcept
程序中报错:Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to localhost:6379
原因是redis没有启动,解决方法:
找到redis安装路径,按如下步骤便可启动redis
按正常情况来说redis便可通过6379端口连接到服务器,我这里报双击redis-server.exe时出现闪退(很多人出现这种现象)
原因是:没有设置redis的最大内存所导致,解决方法:
在redis的配置文件(redis.windows.conf)中加入maxmemory和maxheap配置
再次启动:
而后双击redis-cli.exe便可看到连接成功了
为了方便我们可以配置redis后台运行:
添加进服务
输入:redis-server --service-stop
(停止服务)
成功!!!
到此这篇关于redis通过6379端口无法连接服务器(redis-server.exe闪退) 的文章就介绍到这了,更多相关redis 6379端口无法连接服务器内容请搜索编程网以前的文章或继续浏览下面的相关文章希望大家以后多多支持编程网!
--结束END--
本文标题: redis通过6379端口无法连接服务器(redis-server.exe闪退)
本文链接: https://lsjlt.com/news/125387.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0